document.write( "Question 936163: A child has 4 more dimes than nickels. The value of all coins is 85 cents. Find the number of dimes. \n" ); document.write( "
Algebra.Com's Answer #569682 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the number of nickels. dimes \"x%2B4\"
\n" ); document.write( "10(x+4) + 5x = 85
\n" ); document.write( "15x = 45
\n" ); document.write( "x = 3,the number of nickels. dimes 7 \"3%2B4\"
\n" ); document.write( "and...checking
\n" ); document.write( "70 + 15 = 85
\n" ); document.write( "
\n" );