document.write( "Question 440951: A coin jar contains nickels, dimes and quarters. There are 46 coins in all. There are 11 more nickels than quarters. The value of the dimes is $1.00 less than the value of the quarters. How many coins of each type are in the jar? \n" ); document.write( "
Algebra.Com's Answer #304480 by rwm(914)\"\" \"About 
You can put this solution on YOUR website!
n+d+q=46
\n" ); document.write( "n=q+11
\n" ); document.write( "10d=25q-100
\n" ); document.write( "n=21 d=15 q=10
\n" ); document.write( "
\n" );