document.write( "Question 31487: I have 30 coins, all nickels, dimes, and quarters worth $4.60. There are three times as many quarters as nickels and two more dimes than quarters. How many of each kind of coin do I have? \n" ); document.write( "
Algebra.Com's Answer #18158 by Cintchr(481)\"\" \"About 
You can put this solution on YOUR website!
1. \"+Q+%2B+N+%2B+D+=+30+\" I have 30 coins, all nickels, dimes, and quarters
\n" ); document.write( "2. \"+N+=+1Q%2F3+\" three times as many quarters as nickels
\n" ); document.write( "3. \"+D+=+Q+%2B+2+\" two more dimes than quarters
\n" ); document.write( "4. \"+.25Q+%2B+.05N+%2B+.10D+=+4.60+\" nickels, dimes, and quarters worth $4.60.
\n" ); document.write( "Take the 2nd and third equations and substitute them into the first.
\n" ); document.write( "\"+1Q+%2B+1Q%2F3+%2B+1Q+%2B+2+=+30+\" combine like terms
\n" ); document.write( "\"+7Q%2F3+%2B+2+=+30+\"
\n" ); document.write( "\"+7Q%2F3+=+28+\" multiply both sides by 3/7
\n" ); document.write( "\"+%287Q%2F3%29%283%2F7%29+=+28%283%2F7%29+\"
\n" ); document.write( "\"+Q+=+12+\" Plug this into the second and third equations
\n" ); document.write( "\"+N+=+1%2812%29%2F3+\" snd \"+D+=+12+%2B+2+\"
\n" ); document.write( "\"+N+=+4+\" and \"+D+=+14+\"
\n" ); document.write( "plug the value of Q, N and D into the first equation
\n" ); document.write( "\"+Q+%2B+N+%2B+D+=+30+\"
\n" ); document.write( "\"+12+%2B+4+%2B+14+=+30+\"
\n" ); document.write( "\"+30+=+30+\" TRUE!!
\n" ); document.write( "Now plug all three into the 4th equation
\n" ); document.write( "\"+.25Q+%2B+.05N+%2B+.10D+=+4.60+\"
\n" ); document.write( "\"+.25%2812%29+%2B+.05%284%29+%2B+.10%2814%29+=+4.60+\" Multiply
\n" ); document.write( "\"+3+%2B+0.20+%2B+1.40+=+4.60+\" add
\n" ); document.write( "\"+4.60+=+4.60+\" TRUE
\n" ); document.write( "Q = 12
\n" ); document.write( "D = 14
\n" ); document.write( "N = 4\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );