document.write( "Question 152983: Jon has three times as many dimes as he does quarters. He has as many nickels as he has dimes and quarters combined. The total numbers of money he has is 3.00. How many of each coin does he have? \n" ); document.write( "
Algebra.Com's Answer #112454 by orca(409)\"\" \"About 
You can put this solution on YOUR website!
Let x be the number of quarters, then the number of dimes is 3x, and the number of nickels is 3x + x = 4x
\n" ); document.write( "The value of nickels: 5*4x=20x
\n" ); document.write( "The value of dimes: 10*3x=30x
\n" ); document.write( "The value of quarters: 25x.
\n" ); document.write( "As the total value of money he has is 300 cents, we have
\n" ); document.write( "20x + 30x + 25x = 300
\n" ); document.write( "Solving for x, we obtain:
\n" ); document.write( "75x = 300
\n" ); document.write( "x = 4
\n" ); document.write( "So he has
\n" ); document.write( "4 quarters
\n" ); document.write( "3x = 3*4 = 12 dimes
\n" ); document.write( "4x = 4*4 = 16 nickels\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );