document.write( "Question 1057242: A collection of coins consisting of dimes and quarters has a value of $2.55. If the number of dimes is 3 more than twice the number of quarters, how many of each type of coin are there? \n" ); document.write( "
Algebra.Com's Answer #672298 by ikleyn(52795)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A collection of coins consisting of dimes and quarters has a value of $2.55. If the number of dimes is 3 more
\n" ); document.write( "than twice the number of quarters, how many of each type of coin are there?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "From the condition, you have these two equations\r\n" );
document.write( "\r\n" );
document.write( "10d + 25q = 255,   (1)\r\n" );
document.write( "d = 2q + 3.        (2)\r\n" );
document.write( "\r\n" );
document.write( "substitute expression (2) to the equation (1), replacing d. You will get\r\n" );
document.write( "\r\n" );
document.write( "10(2q +3) + 25q = 255,   or\r\n" );
document.write( "\r\n" );
document.write( "20q + 30 + 25q = 255,  or\r\n" );
document.write( "\r\n" );
document.write( "45q = 255 - 30,\r\n" );
document.write( "\r\n" );
document.write( "45q = 225.\r\n" );
document.write( "\r\n" );
document.write( "q = \"225%2F45\" = 5\r\n" );
document.write( "\r\n" );
document.write( "5 quarters and 2*5 + 3 = 13 dimes.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Sorry, it was MY mistake.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );