document.write( "Question 387604: Joe has 28 coins. Some are nickels and some are dimes. The sum of the number of nickels and 3 times the number of dimes is 40. How many nickels and how many dimes does Joe have? \n" ); document.write( "
Algebra.Com's Answer #274117 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let n=number of nickels and d=number of dimes
\n" ); document.write( ".
\n" ); document.write( "n+3d=40
\n" ); document.write( "n+d=28
\n" ); document.write( "---------subtract
\n" ); document.write( "2d=12
\n" ); document.write( ".
\n" ); document.write( "d=6
\n" ); document.write( "n=22
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );