document.write( "Question 1011949: how many dimes and qaurters make $2.45 and the coins have to be an equal amount? \n" ); document.write( "
Algebra.Com's Answer #627771 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
Let x be a number of dimes, since the coins have to be an equal amount, then there are x quarters
\n" ); document.write( "\"0.10x%2B0.25x=2.45\"
\n" ); document.write( "\"0.35x=2.45\"
\n" ); document.write( "\"x=7\"
\n" ); document.write( "7 dimes and 7 qaurters make $2.45
\n" ); document.write( "
\n" );