document.write( "Question 843525: A box contains 35 coins in nickles and dimes. How many of each coin is there if the total of the two types of coins is $2.50? \n" ); document.write( "
Algebra.Com's Answer #508157 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 dimes and (35-x) the number of nickels
\n" ); document.write( "CENTS makes sense
\n" ); document.write( " 10x + 5(35-x) = 250
\n" ); document.write( " 5x = 250 - 175
\n" ); document.write( " 5x = 75
\n" ); document.write( " x = 15, number of dimes. There are 20 nickels. \"35-15\"
\n" ); document.write( "CHECKING our answer***
\n" ); document.write( "\"10%2A15+%2B+5%2A20+=+250\"
\n" ); document.write( "Wish You the Best in your Studies.
\n" ); document.write( " \n" ); document.write( "
\n" );