document.write( "Question 352519: Tony has 18 coins in his pocket that worth $2.30. The pocket contains only quarters and nickels. How many coins of each type does he have? \n" ); document.write( "
Algebra.Com's Answer #251908 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Let q = # of quarters, n = # of nickels. \n" ); document.write( "Then from the given, \n" ); document.write( "From the first equation, \n" ); document.write( "Substituting this into the second equation gives \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "This gives \n" ); document.write( "Therefore there are 11 nickels and 7 quarters. \n" ); document.write( " |