document.write( "Question 997434: kevin and randy muise have a jar containing 82 coins, all of which ae either quarters or nickles. The total value of the coins In the jar is 13.30. How many of each type of coin do they have?
\n" );
document.write( " The jar contains how many quarters
\n" );
document.write( "How many nickles? \n" );
document.write( "
Algebra.Com's Answer #615518 by addingup(3677)![]() ![]() You can put this solution on YOUR website! q+n= 82. Subtract n on both sides of the equal sign and we have: \n" ); document.write( "q= 82-n \n" ); document.write( "0.25q+0.10n= 13.30 Now, in this formula, substitute the value of q: \n" ); document.write( "0.25(82-n)+0.10n= 13.30 \n" ); document.write( "20.50-0.25n+0.10n= 13.30 Add n on left and subtract 20.50 on both sides \n" ); document.write( "-0.15n= -7.20 Now divide both sides by -0.15 \n" ); document.write( "n= -7.20/-0.15 OK, remember that -/- = +: \n" ); document.write( "n= 48 They have 48 nickels and: \n" ); document.write( "82-48= 34quarters. \n" ); document.write( "Proof: \n" ); document.write( "48*0.10= 4.80 \n" ); document.write( "34*0.25= 8.50 \n" ); document.write( "----------------- \n" ); document.write( "Total.....13.30 We have the correct answer \n" ); document.write( " |