document.write( "Question 1189810: Miguel and Javier went to an arcade where the machines took tokens. Miguel played 9 games of ping pong and 5 games of pinball, using a total of 29 tokens. At the same time, Javier played 3 games of ping pong and 1 game of pinball, using up 7 tokens. \r
\n" );
document.write( "\n" );
document.write( "Part A: Write a system of equation to model this situation \n" );
document.write( "
Algebra.Com's Answer #821295 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = price of a ping pong token. \n" ); document.write( "y = price of a pinball token.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x + 5y = 29 \n" ); document.write( "3x + y = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of the second equation by 3 and lave the first equation as is to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x + 5y = 29 \n" ); document.write( "9x + 3y = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the second equation from the first to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2y = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y to get y = 4 \n" ); document.write( "use y = 4 to solve for x to get x = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace x and y with 4 and 1 in the original equations to get: \n" ); document.write( "9x + 5y = 29 becomes 9 + 20 = 29 \n" ); document.write( "3x + y = becomes 3 + 4 = 7 \n" ); document.write( "this confirms the values are good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you were asked to write a system of equation to model the situation. \n" ); document.write( "that solution is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x + 5y = 29 \n" ); document.write( "3x + y = 7 \n" ); document.write( "x = price of a ping pong token. \n" ); document.write( "y = price of a pinball token.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i went a little further and solved it, but that's not what they asked. \n" ); document.write( " \n" ); document.write( " |