document.write( "Question 364485: Alex has 95 cents in dimes and nickels. The total number of coins is 1 more than twice the number of dimes. How many coins of each type does Alex have?\r
\n" ); document.write( "\n" ); document.write( "I can not figure out the two equations.\r
\n" ); document.write( "\n" ); document.write( "I know that one is Dx + Ny = 95
\n" ); document.write( "

Algebra.Com's Answer #259898 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the number of dimes.
\n" ); document.write( "question statets the total coins then is (2x + 1)
\n" ); document.write( "The number of nickels is total coins - the number of dimes = [(2x+1) - x ]
\n" ); document.write( "Note: there are 5 cents in a nickel and 10 cents in a dime.
\n" ); document.write( "5[(2x+1) - x ] + 10x = 95 cents
\n" ); document.write( "simplify and slove for x
\n" ); document.write( "5[x + 1] + 10x = 95
\n" ); document.write( "5x + 5 + 10x = 95
\n" ); document.write( "15x = 90
\n" ); document.write( "x = 6, the number of dimes
\n" ); document.write( "number of nickles is [(2*6 + 1) - 6] = 7 nickels\r
\n" ); document.write( "\n" ); document.write( "checking our answer
\n" ); document.write( "5*7 + 6*10 = 35 cents + 60 cents = 95 cents \n" ); document.write( "
\n" );