document.write( "Question 170408: I do not know where to start on this one, please help me. John has $1.70 in nickels and dimes. He has 5 more dimes than nickels. With that said, how many nickels does he have? \n" ); document.write( "
Algebra.Com's Answer #125809 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I do not know where to start on this one, please help me. John has $1.70 in nickels and dimes. He has 5 more dimes than nickels. With that said, how many nickels does he have? \n" ); document.write( "------------- \n" ); document.write( "N = # of nickels \n" ); document.write( "D = # of dimes \n" ); document.write( "D = N + 5 (he has 5 more dimes than nickels) \n" ); document.write( "5N + 10D = 170 (they add to $1.70) \n" ); document.write( "----------- \n" ); document.write( "Now there are 2 eqns in 2 unknowns. My dog can solve those. (OK, he only did one, and it might have been luck.) \n" ); document.write( "Sub for D in the 2nd eqn \n" ); document.write( "5N + 10*(N+5) = 170 \n" ); document.write( "5N + 10N + 50 = 170 \n" ); document.write( "15N = 120 \n" ); document.write( "N = 8 \n" ); document.write( "D = N+5 = 13\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |