document.write( "Question 357513: Corey goes to the bank to get $20.00 in quarters, dimes, and nickels to use to make change at his yard sale. He gets twice as many quarters as dimes and 10 more nickels than dimes. How many of each type of coin does he get? \n" ); document.write( "
Algebra.Com's Answer #255271 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x be the number of dimes. then # of quarters would be 2x and
\n" ); document.write( "# of nickels would be (x+10)\r
\n" ); document.write( "\n" ); document.write( "5(x+10) + 10x + 25*2x = 2000cents
\n" ); document.write( "Simplify and Solve
\n" ); document.write( "5x + 50 + 10x + 50x = 2000 cents
\n" ); document.write( "65x = 1950
\n" ); document.write( "x = 1950/65
\n" ); document.write( "x = 30
\n" ); document.write( "Corey has 30 dimes, 60 quarters and 40 nickels
\n" ); document.write( "checking the nswer
\n" ); document.write( "5*40 + 10*30 + 25*60 = 200 + 300+ 1500 = 2000cents \n" ); document.write( "
\n" );