document.write( "Question 55073: Joe has 37 coins (all nickels, dimes, and quarters) worth $5.50. He has 4 more quarters than nickels. How many dimes does Joe have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #37367 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Joe has 37 coins (all nickels, dimes, and quarters) worth $5.50. He has 4 more quarters than nickels. How many dimes does Joe have? \n" ); document.write( "================ \n" ); document.write( "Let the number of nickels be \"x\"; Value of those coins is 5x cents. \n" ); document.write( "The number of quarters is \"x+4\" ; Value of those is 25(x+4)=25x+100 cents \n" ); document.write( "And number of dimes is \"37-x-(x+4)\"=\"33-2x\"; Value is 10(33-2x)=330-20x cents \n" ); document.write( "EQUATION: \n" ); document.write( "value + value + value = 550 cents \n" ); document.write( "5x+25x+100+330-20x=550 \n" ); document.write( "10x=120 \n" ); document.write( "x=12 (number of nickels) \n" ); document.write( "x+4=16 (number of quarters) \n" ); document.write( "37-28=9(number of dimes) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |