document.write( "Question 891848: Suppose you have 65 coins in a jar consisting entirely of nickels and quarters, worth a total of $9.25. How many nickels are in the jar? Type in your numerical answer only; do not type any words or letters with your answer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #540096 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! If all the coins were quarters, you would have 65 * .25, or $16.25 \n" ); document.write( "Your actual total is $9.25. $16.25 - $9.25 = $7.00 \n" ); document.write( "The difference between a quarter and a nickel is .20 \n" ); document.write( "7.00 / .20 = 35 \n" ); document.write( "You have 35 nickels. \n" ); document.write( "If you have 65 coins, and 35 are nickels, you have 30 quarters. \n" ); document.write( "35 nickels @ .05 = $1.75 \n" ); document.write( "30 quarters @ .25 = $7.50 \n" ); document.write( "$7.50 + $1.75 = $9.25 \n" ); document.write( "Success! \n" ); document.write( " |