document.write( "Question 136749: Translate the following into a system of equations, then solve it:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A customer walks into an electronics store and buys five MP3 players and eight sets of headphones, paying $840. A second customer buys three MP3 players and four sets of headphones, and pays $480. How much does an MP3 player cost? How much does a set of headphones cost? \n" );
document.write( "
Algebra.Com's Answer #100239 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A customer walks into an electronics store and buys five MP3 players and eight sets of headphones, paying $840. A second customer buys three MP3 players and four sets of headphones, and pays $480. How much does an MP3 player cost? How much does a set of headphones cost? \n" ); document.write( ": \n" ); document.write( "Let x = cost of a MP3 \n" ); document.write( "Let y = cost of a headphone \n" ); document.write( ": \n" ); document.write( "Write an equation for each transaction: \n" ); document.write( ": \n" ); document.write( "5x + 8y = 840 \n" ); document.write( "3x + 4y = 480 \n" ); document.write( ": \n" ); document.write( "Multiply the 2nd equation by 2, subtract the 1st equation from that: \n" ); document.write( "6x + 8y = 960 \n" ); document.write( "5x + 8y = 840 \n" ); document.write( "-----------------subtracting eliminates y, find x \n" ); document.write( "1x + 0y = 120 \n" ); document.write( "x = $120 cost of each MP3 \n" ); document.write( ": \n" ); document.write( "Find y using the 1st original equation, substitute 120 for x \n" ); document.write( "5(120) + 8y = 840 \n" ); document.write( "600 + 8y = 840 \n" ); document.write( "8y = 840 - 600 \n" ); document.write( "y = \n" ); document.write( "y = $30 cost of each headphone \n" ); document.write( ": \n" ); document.write( "Check solution in 2nd original equation: \n" ); document.write( "3(120) + 4(30) = 480 \n" ); document.write( "360 + 120 = 480; confirms our solutions \n" ); document.write( " |