document.write( "Question 465625: teve has 35 coins consisting of dimes and nickels. if the value of the coins is $3.30, then how many of each type does he have \n" ); document.write( "
Algebra.Com's Answer #319061 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Let x and (35-x) represent the number of dimes and nickels respectively
\n" ); document.write( "Question states***CENTS makes sense
\n" ); document.write( " 10x + 5(35-x) = 330
\n" ); document.write( "Solving for x
\n" ); document.write( " 5x = 155
\n" ); document.write( " x = 31, the number of dimes. 4 nickels. (35-31)
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 10*31 + 5*4 = 310 + 20 = 330cents or $3.30\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );