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 #821294 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Miguel and Javier went to an arcade where the machines took tokens. \n" ); document.write( " Miguel played 9 games of ping pong and 5 games of pinball, using a total of 29 tokens. \n" ); document.write( " At the same time, Javier played 3 games of ping pong and 1 game of pinball, using up 7 tokens. \n" ); document.write( "Part A: Write a system of equation to model this situation \n" ); document.write( "; \n" ); document.write( "let a = no. of tokens for each ping pong game \n" ); document.write( "let b = no. of tokens for each pinball game \n" ); document.write( ": \n" ); document.write( "An equation for each player \n" ); document.write( "9a + 5b = 29 \n" ); document.write( "3a + 1b = 7 \n" ); document.write( " |