document.write( "Question 890991: In a collection of dimes and nickels, there are 36 coins. The total value of the coins is $2.90. How many coins of each type are there? \n" ); document.write( "
Algebra.Com's Answer #539408 by harpazo(655)\"\" \"About 
You can put this solution on YOUR website!
Let d = dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let n = nickels\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d + n = 36
\n" ); document.write( "0.10d + 0.05n = 2.90\r
\n" ); document.write( "\n" ); document.write( "You have a system of linear equations in two variables. \r
\n" ); document.write( "\n" ); document.write( "Use the substitution method to find d and n.
\n" ); document.write( "
\n" );