document.write( "Question 1061988: Adriana has 24 dimes and nickels in a jar. The total value of the coins in the jar is $2.10. How many of each coin does she have? \n" ); document.write( "
Algebra.Com's Answer #676748 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
Let x= number of dimes
\n" ); document.write( "Let y=number of nickels\r
\n" ); document.write( "\n" ); document.write( "x+y = 24
\n" ); document.write( "10x + 5y = 210
\n" ); document.write( "--
\n" ); document.write( "multiply top eqn by 10:
\n" ); document.write( "10x+10y = 240
\n" ); document.write( "Subtract 2nd eqn:
\n" ); document.write( "-10x-5y = -210
\n" ); document.write( "----------------------
\n" ); document.write( "0x + 5y = 30\r
\n" ); document.write( "\n" ); document.write( "y = 30/5 = 6
\n" ); document.write( "x = 24-6 = 18
\n" ); document.write( "--
\n" ); document.write( "Ans: 18 dimes and 6 nickels
\n" ); document.write( "--
\n" ); document.write( "Check: 18x10+6x5 = 180+30 = 210 (ok)
\n" ); document.write( "
\n" ); document.write( "
\n" );