document.write( "Question 1168637: You only have nickels and dimes. There are 34 coins and its worth
\n" ); document.write( "$2.80. How many of each do you have?
\n" ); document.write( "

Algebra.Com's Answer #793210 by josgarithmetic(39627)\"\" \"About 
You can put this solution on YOUR website!
n nickels
\n" ); document.write( "d dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Linear system of equations simplifies to
\n" ); document.write( "\"system%28n%2B2d=56%2Cn%2Bd=34%29\"
\n" ); document.write( "Solve that.
\n" ); document.write( "
\n" );