document.write( "Question 1051253: Berts bank contains twice as many nickels as quarters and 3 more dimes than nickels. If the coins are worth more than 5 dollar, atleast how many dimes does he have? \n" ); document.write( "
Algebra.Com's Answer #666816 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Berts bank contains twice as many nickels as quarters and 3 more dimes than nickels \n" ); document.write( "Let x be the number of nickels: \n" ); document.write( "25(x/2) + 10(x+3) + 5x > 500 CENTS make sense \n" ); document.write( "25x + 20(x+3) +10x > 1000 \n" ); document.write( "25x + 20x + 60 + 10x > 1000 \n" ); document.write( "55x > 940 \n" ); document.write( "x > 17 \n" ); document.write( "atleast how many dimes does he have? \n" ); document.write( "x+ 3 > 17 +3 \n" ); document.write( "Dimes > 20 \n" ); document.write( "At least 21\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |