document.write( "Question 1100752: You have a jar containing 55 coins, consisting entirely of nickels and quarters, worth a total of $7.15. How many quarters are in the jar? \n" ); document.write( "
Algebra.Com's Answer #715301 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
1.\"N%2BQ=55\"
\n" ); document.write( "and
\n" ); document.write( "\"5N%2B25Q=715\"
\n" ); document.write( "2.\"N%2B5Q=143\"
\n" ); document.write( "Subtract 1 from 2,
\n" ); document.write( "\"N%2B5Q-N-Q=143-55\"
\n" ); document.write( "\"4Q=88\"
\n" ); document.write( "Solve for Q then use either equation to solve for N.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );