document.write( "Question 1012728: There are 10 coins in a jar. Some are dimes and the rest are nickels. The coins are worth a total of 70 cents. Which system of equations represents the situation?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #628763 by fractalier(6550) You can put this solution on YOUR website! Call the number of dimes and nickels, d and n. \n" ); document.write( "Then we can write \n" ); document.write( "d + n = 10 and the value equation \n" ); document.write( "10d + 5n = 70 \n" ); document.write( " |