document.write( "Question 399413: You have 737 coins that are all either dimes or quarters. If these coins are worth $107, how many of each type of coin do you have? \n" ); document.write( "
Algebra.Com's Answer #282836 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "737 coins
\n" ); document.write( "Let x and (737-x) represent the number of quarters and dimes respectively
\n" ); document.write( "Question states*** CENTS makes sense
\n" ); document.write( " 25x + 10(737-x) = 10700 CENTS
\n" ); document.write( "Solving for x
\n" ); document.write( " 15x = 10700 - 7370
\n" ); document.write( " x = 222, the number of quarters. 515 the number of dimes. (737-222)
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 25*222 + 10*515 = 10700 or $107.00 \n" ); document.write( "
\n" );