document.write( "Question 510836: Dave has a jar full of nickels, dimes, and quarters. The number of dimes he has is five less than the number of quarter he has. If the value of his 68 coins is $8.15 identify the number of nickels, dimes and quarters Dave has.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #341919 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
q + d + n = 68\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "25q + 10d + 5n = 815\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d = q - 5
\n" ); document.write( "
\n" );