document.write( "Question 920924: A box contains 30 coins, in nickels and dimes, worth $2.40. How many of each coin are there \n" ); document.write( "
Algebra.Com's Answer #558662 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A box contains 30 coins, in nickels and dimes, worth $2.40. How many of each coin are there \n" ); document.write( "------------------ \n" ); document.write( "N + D = 30 \n" ); document.write( "5N + 10D = 240 \n" ); document.write( " \n" ); document.write( " |