document.write( "Question 932257: Joe has a pile of dimes and nickels. The total value of the pile is 3.2 dollars, and there are 42 coins altogether. How many nickels are in the pile?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #566071 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Joe has a pile of dimes and nickels. The total value of the pile is 3.2 dollars, and there are 42 coins altogether. How many nickels are in the pile? \n" ); document.write( "========================= \n" ); document.write( "n + d = 42 \n" ); document.write( "5n + 10d = 320 \n" ); document.write( " |