document.write( "Question 932248: A jar is full of 100 coins all the coins are either nickels or dimes the value of the coins is $6.35 write a linear system representing the situation \n" ); document.write( "
Algebra.Com's Answer #566076 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Here's a similar problem. \n" ); document.write( "==================\r \n" ); document.write( "\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( " |