document.write( "Question 173872: I have eight more quarters than dimes. If the coins are worth $6.20, how many dimes are there? \n" ); document.write( "
Algebra.Com's Answer #128771 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
$6.20 is the same as 620 cents. If you have d dimes, then they are worth 10d cents. If you have 8 more quarters than dimes you have d + 8 quarters and the quarters are worth 25(d+8) cents\r
\n" ); document.write( "\n" ); document.write( "So: 10d + 25( d + 8 ) = 620 cents\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Remove parentheses with the distributive property:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10d + 25d + 200 = 620\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "35d = 420\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so d = 420/35\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can do the arithmetic.
\n" ); document.write( "
\n" );