document.write( "Question 1059097: A jar contains 36 coins all quarters and nickels. The value of the coins is $5.10. How many of each coin is in the jar \n" ); document.write( "
Algebra.Com's Answer #674260 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A jar contains 36 coins all quarters and nickels. The value of the coins is $5.10. How many of each coin is in the jar \n" ); document.write( "----- \n" ); document.write( "q + n = 36 \n" ); document.write( "25q + 5n = 510 --> 5q + n = 102 \n" ); document.write( "============== \n" ); document.write( "5q + n = 102 \n" ); document.write( "q + n = 36 \n" ); document.write( "------------------ Subtract \n" ); document.write( "4q = 66 \n" ); document.write( "q = 16.5 quarters \n" ); document.write( "n = 19.5 nickels \n" ); document.write( "------- \n" ); document.write( "I'm not sure that 1/2 of a quarter is worth 12.5 cents. \n" ); document.write( " |