document.write( "Question 1036234: A game pays 7 cents for a hit and charges 5 cents for a miss. Chuck took 29 shots and lost 37 cents. How many hits and how many misses did he have? set up equation using 2 variables. \n" ); document.write( "
Algebra.Com's Answer #650874 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of hits be x\r\n" ); document.write( "Let the number of misses be y\r\n" ); document.write( "\r\n" ); document.write( " Value Value\r\n" ); document.write( "Type Number of of\r\n" ); document.write( " of of EACH ALL\r\n" ); document.write( "shot shots shot shots\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "hits x $0.07 $0.07x\r\n" ); document.write( "misses y -$0.05 -$0.05y\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 29 ----- -$0.37\r\n" ); document.write( "\r\n" ); document.write( " The first equation comes from the \"Number of shots\" column.\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |