document.write( "Question 810692: Katie has a collection of nickels, dimes, and quarters with a total value of $4.95. There are 9 more dimes than nickels and 5 more quarters than nickels. How many of each coin is in her collection? \n" ); document.write( "
Algebra.Com's Answer #488395 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
5n+10d+25q=495,
\n" ); document.write( "d=n+9,
\n" ); document.write( "q=n+5
\n" ); document.write( "d = 16, n = 7, q = 12
\n" ); document.write( "
\n" ); document.write( "
\n" );