document.write( "Question 445512: juan has a jar containing eighty-four coins, all of which are either quarters or nickels. The total value of the coins is $15.60. How many of each type of coin does he have? Define your variables, equations and box your result sentence. \n" ); document.write( "
Algebra.Com's Answer #306872 by rwm(914)\"\" \"About 
You can put this solution on YOUR website!
q+n=84
\n" ); document.write( "25q+5n=1560
\n" ); document.write( "n=27 q=57
\n" ); document.write( "
\n" );