document.write( "Question 183872: Method of Elimination Word Problem
\n" );
document.write( "8. Mehrab works in a department store selling sports equipment. Baseball gloves cost $29 each and bats cost $14 each. One shift, he sells 28 items. His receipts total $647.
\n" );
document.write( "a) How many bats did Mehrab sell?
\n" );
document.write( "b) How many gloves did he sell?
\n" );
document.write( "Please i dont know how to do it. thank you very much!!! \n" );
document.write( "
Algebra.Com's Answer #137971 by tvandenberg(45)![]() ![]() ![]() You can put this solution on YOUR website! G = Number of gloves \n" ); document.write( "B = Number of bats \n" ); document.write( "--- \n" ); document.write( "(a) B + G = 28 \n" ); document.write( "(b) 29*G + 14*B = 647 \n" ); document.write( "--- \n" ); document.write( "Solve (a) for B = 28 - G \n" ); document.write( "Substitute into (b) \n" ); document.write( "--- \n" ); document.write( "29*G + 14*(28-G) = 647 \n" ); document.write( "29*G + 392 - 14G = 647 \n" ); document.write( "15G = 255 \n" ); document.write( "G = 17 \n" ); document.write( "B = 28 - 17 = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope that helps! \n" ); document.write( " |