document.write( "Question 972938: Kevin and Randy Muise have a jar containing 72 coins, all of which are either quarters or nickels. The total value of the coins in the jar is $11.40. How many of each type of coin do they have? \n" ); document.write( "
Algebra.Com's Answer #595182 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Q=number of quarters; N=number of nickels
\n" ); document.write( "Q+N=72
\n" ); document.write( "Q=72-N Use this to substitute for Q
\n" ); document.write( ".
\n" ); document.write( "$0.25Q+$0.05N=$11.40 Substitute for Q.
\n" ); document.write( "$0.25(72-N)+$0.05N=$11.40
\n" ); document.write( "$18.00-$0.25N+$0.05N=$11.40
\n" ); document.write( "-$0.20N=-$6.60
\n" ); document.write( "N=33 They have 33 nickels
\n" ); document.write( "Q=72-N=72-33=39 They have 39 quarters
\n" ); document.write( ".
\n" ); document.write( "CHECK:
\n" ); document.write( "$0.25Q+$0.05N=$11.40
\n" ); document.write( "$0.25(39)+$0.05(33)=$11.40
\n" ); document.write( "$9.75+$1.65=$11.40
\n" ); document.write( "$11.40=$11.40
\n" ); document.write( "
\n" );