document.write( "Question 437101: Rita has a collection of 105 coins consisting of nickels , dimes and quarters. The number of dimes is 5 more than one-third the number of nickels, and the number of quarters is twice the number of dimes. How many coins of each kind does she have? \n" ); document.write( "
Algebra.Com's Answer #302320 by rwm(914)\"\" \"About 
You can put this solution on YOUR website!
n+d+q=105
\n" ); document.write( "d=5+n/3
\n" ); document.write( "q=2d
\n" ); document.write( "d=20
\n" ); document.write( "n=45
\n" ); document.write( "q=40
\n" ); document.write( "
\n" ); document.write( "
\n" );