document.write( "Question 447116: Joe has some nickels, dimes, and quarters totaling $5.30. He has 37 coins altogether and he has four more nickles than dimes and two more quarters than nickels. How many coins of each type does he have? \n" ); document.write( "
Algebra.Com's Answer #321998 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
n+d+q=37
\n" ); document.write( "n=d+4
\n" ); document.write( "q=n+2=d+6
\n" ); document.write( "d+d+4+d+6=37
\n" ); document.write( "3d+10=37
\n" ); document.write( "3d=27
\n" ); document.write( "d=9
\n" ); document.write( "n=13
\n" ); document.write( "q=15
\n" ); document.write( "15+13+9=37
\n" ); document.write( "15(25)+9(10)+13(5)=375+90+65=530..
\n" ); document.write( "
\n" );