document.write( "Question 140219This question is from textbook
\n" ); document.write( ": I have not been able to find a formula for a coin problem with no value. The problem is: 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 #102154 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
\"105 coins consisting of nickels, dimes, and quarters\" __ 105=n+d+q\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"number of dimes is 5 more than one-third the number of nickels\" __ d=5+(n/3) __ 3(d-5)=n\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"number of quarters is twice the number of dimes\" __ q=2d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting __ 105=3(d-5)+d+2d __ 120=6d __ 20=d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting __ 3(20-5)=n __ 45=n\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting __ q=2(20) __ q=40
\n" ); document.write( "
\n" );