document.write( "Question 1028840: A parking meter contains nickels and quarters worth $8. there are 40 coins in all. Find how many of each there are. \n" ); document.write( "
Algebra.Com's Answer #643891 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Do it like this one. \n" ); document.write( "--------- \n" ); document.write( "A parking meter contains nickels and dimes worth $2.00 There are 25 coins in all. Find how many of each there are. \n" ); document.write( "How many nickels are there? \n" ); document.write( "----------- \n" ); document.write( "n + d = 25 \n" ); document.write( "5n + 10d = 200 \n" ); document.write( " |