document.write( "Question 1000039: Two-thirds of the coins in my jar are quarters. The rest are dimes. Each quarter is worth 25 cents, and each dime is worth 10 cents. The total is $19.20. How many dimes do I have? \n" ); document.write( "
Algebra.Com's Answer #617545 by ikleyn(52790)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let x = number of dimes.\r\n" );
document.write( "\r\n" );
document.write( "Then the number of quarters is 2x. \r\n" );
document.write( "\r\n" );
document.write( "The balance equation is\r\n" );
document.write( "\r\n" );
document.write( "2x*25 + 10x = 1920.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve it:\r\n" );
document.write( "\r\n" );
document.write( "50x + 10x = 1920,\r\n" );
document.write( "\r\n" );
document.write( "60x = 1920,\r\n" );
document.write( "\r\n" );
document.write( "x = \"1920%2F60\" = 32.\r\n" );
document.write( "\r\n" );
document.write( "Answer. Number of dimes is 32. \r\n" );
document.write( "

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