document.write( "Question 1034271: A collection of nickels, dimes, and quarters consist of 60 coins with a total of $6.50. If there are 3 times as many dimes as quarters, find the number of each type of coins. \n" ); document.write( "
Algebra.Com's Answer #648873 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
n+d+q = 60
\n" ); document.write( "d = 3q
\n" ); document.write( "0.05n+0.10d+0.25q = 6.50
\n" ); document.write( "0.05n+0.10(3q)+0.25q = 6.50
\n" ); document.write( "0.05n+0.30q+0.25q = 6.50
\n" ); document.write( "0.55q = 6.50-0.05n This is how far I can go with the information you provided
\n" ); document.write( "
\n" );