document.write( "Question 1048902: Ben has a collection of quarters and nickles worth $5.35. If the number of nickles is five less than twice the number of quarters, find the number of each coin. \n" ); document.write( "
Algebra.Com's Answer #664437 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ben has a collection of quarters and nickles worth $5.35. If the number of nickles is five less than twice the number of quarters, find the number of each coin. \n" ); document.write( "------------------ \n" ); document.write( "25q + 5n = 535 cents \n" ); document.write( "n = 2q - 5 \n" ); document.write( "---------------------- \n" ); document.write( "Substitute:: \n" ); document.write( "25q + 5(2q-5) = 535 \n" ); document.write( "25q + 10q - 25 = 535 \n" ); document.write( "35q = 560 \n" ); document.write( "q = 16 (# of quarters) \n" ); document.write( "--------------- \n" ); document.write( "n = 2q - 5 \n" ); document.write( "n = 32-5 \n" ); document.write( "n = 27 (# of nickels) \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |