document.write( "Question 992525: A newspaper carrier has $3.90 in change. He has three more quarters than dimes but five times as many nickels as quarters. How many coins of each type doe he have? \n" ); document.write( "
Algebra.Com's Answer #612112 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A newspaper carrier has $3.90 in change. He has three more quarters than dimes but five times as many nickels as quarters. How many coins of each type does he have?
\n" ); document.write( "-----------
\n" ); document.write( "5n + 10d + 25q = 390 cents
\n" ); document.write( "q = d + 3
\n" ); document.write( "n = 5q
\n" ); document.write( "------
\n" ); document.write( "Substitue for d and n and solve for \"q\"::
\n" ); document.write( "5(5q) + 10(q-3) + 25q = 390
\n" ); document.write( "25q + 10q - 30 + 25q = 390
\n" ); document.write( "------
\n" ); document.write( "60q = 420
\n" ); document.write( "---
\n" ); document.write( "q = 7 (# of quarters)
\n" ); document.write( "d = q-3 = 4 (# of dimes)
\n" ); document.write( "n = 5q = 35 (# of nickels)
\n" ); document.write( "-------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "------------
\n" ); document.write( "
\n" ); document.write( "
\n" );