document.write( "Question 392764: There are five fewer dimes than nickels. The total value is $4.00. How many coins are there of each type? \n" ); document.write( "
Algebra.Com's Answer #278814 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "five fewer dimes than nickels
\n" ); document.write( "Let x and (x+5) represent the numer of dimes and nickels respectively
\n" ); document.write( "Question states***(makes sense to use cents)
\n" ); document.write( " 10x + 5(x+5) = 400 CENTS
\n" ); document.write( "solving for x
\n" ); document.write( " 15x + 25 = 400
\n" ); document.write( " 15x = 375
\n" ); document.write( " x = 25, the number of dimes. The number of nickels is 30. (25+5)\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer
\n" ); document.write( " 250 + 150 = 400cents or $4.00 \n" ); document.write( "
\n" );