document.write( "Question 998108: Ron has 14 coins with a total value of $2.30. The coins are nickels and quarters. How many of each coin does he have? \n" ); document.write( "
Algebra.Com's Answer #615980 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their number n and q. \n" ); document.write( "The number equation is \n" ); document.write( "n + q = 14 \n" ); document.write( "The value equation is \n" ); document.write( "5n + 25q = 230 \n" ); document.write( "Multiply the first equation by 5 and subtract it from the second... \n" ); document.write( "5n + 25q = 230 \n" ); document.write( "-(5n + 5q = 70) \n" ); document.write( "and get \n" ); document.write( "20q = 160 \n" ); document.write( "q = 8 \n" ); document.write( "n = 6 \n" ); document.write( " |