document.write( "Question 360949: the total value of the dimes and quarters in a bank is $6.05. there are six more quarters than dimes. find the number of each type of coin in the bank. \n" ); document.write( "
Algebra.Com's Answer #257510 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the number of dimes. Then the number of quarters is (x+6)
\n" ); document.write( "10x + 25(x+6) = 605 cents
\n" ); document.write( "solve for x
\n" ); document.write( "35x + 150 = 605
\n" ); document.write( "35x = 455
\n" ); document.write( "x = 13
\n" ); document.write( "13 dimes and (13+6) Or 19 quarters
\n" ); document.write( "checking our answer
\n" ); document.write( "10*13 + 25*19 = 130 + 475 = 605cents \n" ); document.write( "
\n" );