document.write( "Question 27859: For a school fund raiser, Jay sold 12 boxes of stationary adn 8 boxes of envelopes, for a total of $41.00. Sue sold 18 boxes of stationary and 16 boxes of envelopes, for a total of $68.50. How much did one box of envelopes cost?\r
\n" );
document.write( "\n" );
document.write( "Any help with this would be greatly appreciated! \n" );
document.write( "
Algebra.Com's Answer #15174 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the satonary be x \n" ); document.write( "Let the envelopes by y \n" ); document.write( "12x+8y=41 --> solve for y \n" ); document.write( "8y=41-12x \n" ); document.write( "y=5.125-1.5x (subsititon)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "18x+16y=68.50 \n" ); document.write( "Subsitute\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "18x+16(5.125-1.5x)=68.50 \n" ); document.write( "18x+82-24x=68.5 \n" ); document.write( "-6x=-13.5 \n" ); document.write( "x=2.25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=5.125-1.5(2.25) \n" ); document.write( "y=1.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, one box of envelop costs about $1.75. \n" ); document.write( "Paul. \n" ); document.write( " |