document.write( "Question 1055815: An old jar of dimes and quarters contains 200 coins total, and the value of all the coins is $42.50. How many quarters are in the jar? \n" ); document.write( "
Algebra.Com's Answer #670974 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
25x + 10(200-x) = 4250 CENTS makes sense
\n" ); document.write( "x = 2250/15 = 150, number of Quarters. Dimes 50 \"200-150\"
\n" ); document.write( "And
\n" ); document.write( "25(150) + 10(50) =3750 + 500 = 4250 CHECKS!
\n" ); document.write( "
\n" );