document.write( "Question 1047516: A coin bank has only dimes and quarters. The number of quarters is 1 more than 3 times the number of dimes. The total value is $6.20. Find the number of dimes \n" ); document.write( "
Algebra.Com's Answer #663035 by ikleyn(52906)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A coin bank has only dimes and quarters. The number of quarters is 1 more than 3 times the number of dimes.
\n" ); document.write( "The total value is $6.20. Find the number of dimes
\n" ); document.write( "~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let d be the number of dimes.\r\n" );
document.write( "\r\n" );
document.write( "Then\r\n" );
document.write( "\r\n" );
document.write( "10d + 25(3d+1) = 620,  or\r\n" );
document.write( "\r\n" );
document.write( "10d + 75d + 25 = 620,  or\r\n" );
document.write( "\r\n" );
document.write( "85d = 620 - 25,  85d = 595,  d = \"595%2F85\" = 7.\r\n" );
document.write( "\r\n" );
document.write( "Answer.  7 dimes.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );