document.write( "Question 659025: you have 25 coins, which have a total value of $1. what are the coins, and how many of each do you have \n" ); document.write( "
Algebra.Com's Answer #410606 by Theo(13342) You can put this solution on YOUR website! try 4 quarters - not enough coins \n" ); document.write( "try 10 dimes - not enough coins \n" ); document.write( "try 20 nickels - not enough coins \n" ); document.write( "try 100 pennies - too many coins \n" ); document.write( "try 19 nickels and 5 pennies = 24 coins - not enough \n" ); document.write( "try 18 nickels and 10 pennies = 28 coins - too many \n" ); document.write( "try 16 nickels and 1 dime and 10 pennies = 27 coins - too many \n" ); document.write( "try 14 nickels and 2 dimes and 10 pennies = 26 coins - too many \n" ); document.write( "try 12 nickels and 3 dimes and 10 pennies = 25 coins - should be just right. \n" ); document.write( "you wind up with 12 nickels and 3 dimes and 10 pennies for a total of 25 coins with a total value of .60 + .30 + .10 = $1.00 \n" ); document.write( "the answer i came up with is: \n" ); document.write( "12 nickels = .60 \n" ); document.write( "3 dimes = .30 \n" ); document.write( "10 pennies = .10 \n" ); document.write( ".60 + .30 + .10 = $1.00\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |