document.write( "Question 377645: Eighty-six coins made up of dimes and quarters amount to $14.60. How many of each of these coins is there? \n" ); document.write( "
Algebra.Com's Answer #268384 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the number of quarters, then (86-x) would be the number of dimes
\n" ); document.write( "Question states
\n" ); document.write( "25x + 10(86-x) = 1460 cents
\n" ); document.write( "solving for x
\n" ); document.write( "25x + 860 - 10x = 1460
\n" ); document.write( "15x = 600
\n" ); document.write( "x = 40, the number of quarters. 46 dimes (86-40)
\n" ); document.write( "CHECKING our Answer
\n" ); document.write( "25*40 + 10*46 = 1000 + 460 = 1460 cents or $14.60 \n" ); document.write( "
\n" );