document.write( "Question 980798: John has 5 more nickels than dimes. If John has 1.75 how many of each coin does he have? \n" ); document.write( "
| Algebra.Com's Answer #601866 by Alan3354(69443)     You can put this solution on YOUR website! John has 5 more nickels than dimes. If John has 1.75 how many of each coin does he have? \n" ); document.write( "----------------- \n" ); document.write( "Without the \"5 more\" nickels, he has pairs of nickels and dimes worth $1.50. \n" ); document.write( "Each pair is 15 cents. \n" ); document.write( "150/15 = 10 pairs. \n" ); document.write( "--> 10 dimes & 15 nickels \n" ); document.write( "===================== \n" ); document.write( "The hard way: \n" ); document.write( "n = d + 5 \n" ); document.write( "5n + 10d = 175 \n" ); document.write( " \n" ); document.write( " |