document.write( "Question 451523: A bag contains dimes & nickels. There are 21 coins in the bag. The value of the coins is $1.70. How many of each coin is in the bag? \n" ); document.write( "
Algebra.Com's Answer #310467 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A bag contains dimes & nickels. There are 21 coins in the bag. The value of the coins is $1.70. How many of each coin is in the bag? \n" ); document.write( ". \n" ); document.write( "Let x = number of dimes \n" ); document.write( "the \n" ); document.write( "20-x = number of nickels \n" ); document.write( ". \n" ); document.write( ".10x + .05(20-x) = 1.70 \n" ); document.write( ".10x + 1-.05x = 1.70 \n" ); document.write( ".05x + 1 = 1.70 \n" ); document.write( ".05x = .70 \n" ); document.write( "x = 14 (dimes) \n" ); document.write( ". \n" ); document.write( "nickels \n" ); document.write( "20-x = 20-14 = 6 \n" ); document.write( " \n" ); document.write( " |