document.write( "Question 355733: if you have 10 coins, comprised of nickels, dimes, and quarters, with a value of $.85, how many nickels, dimes, and quarters do you have?\r
\n" ); document.write( "\n" ); document.write( ".85 = .05N + .10D + .25Q\r
\n" ); document.write( "\n" ); document.write( "What's next?
\n" ); document.write( "

Algebra.Com's Answer #254490 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Your equation is correct, but I would avoid decimals if possible.\r
\n" ); document.write( "\n" ); document.write( "Express everything in cents: 5N + 10D + 25Q = 85. This is your first equation. Keep in mind that there are 10 coins but we don't know how many of each kind.\r
\n" ); document.write( "\n" ); document.write( "So, N + D + Q = 10 is your second equation.\r
\n" ); document.write( "\n" ); document.write( "We now have a system of two linear equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "5N + 10D + 25Q = 85
\n" ); document.write( "N + D + Q = 10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Can you take it from here?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );