document.write( "Question 729933: randy has a jar containing 51 coins, all quarters and nickels. totaling $5.55. how many quarters are in the jar? \n" ); document.write( "
Algebra.Com's Answer #446435 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
q+n=51
\n" ); document.write( "n=51-q
\n" ); document.write( "25q+5n=555
\n" ); document.write( "5q+n=111
\n" ); document.write( "5q+51-q=111
\n" ); document.write( "4q=60
\n" ); document.write( "q=15
\n" ); document.write( "n=36\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );