document.write( "Question 256611: Here is a word problem i am having trouble with. A coin collection contains nickels, dimes, and quarters. there are twice as many times as quarters and seven more nickels than dimes. the total value of all the coins is $2.00. how many quarters are in the collection
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #188714 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Here is a word problem i am having trouble with. \n" ); document.write( "A coin collection contains nickels, dimes, and quarters. \n" ); document.write( "there are twice as many dimes as quarters \n" ); document.write( "d = 2q \n" ); document.write( "--------- \n" ); document.write( "and seven more nickels than dimes. \n" ); document.write( "n = d + 7 \n" ); document.write( "----------- \n" ); document.write( "the total value of all the coins is $2.00. \n" ); document.write( "5n + 10d + 25q = 200 cents \n" ); document.write( "------------------------------- \n" ); document.write( "How many quarters are in the collection? \n" ); document.write( "------ \n" ); document.write( "Rearrange: \n" ); document.write( "q = (1/2)d \n" ); document.write( "n = d+7 \n" ); document.write( "--- \n" ); document.write( "Substitute into the value equation and solve for \"d\": \n" ); document.write( "5(d+7) + 10d + 25(1/2)d = 200 \n" ); document.write( "5d + 35 + 10d + 12.5d = 200 \n" ); document.write( "27.5d = 165 \n" ); document.write( "d = 6 (# of nickels) \n" ); document.write( "---- \n" ); document.write( "Since q = (1/2)d, q = (1/2)6 = 3 (# of quarters) \n" ); document.write( "===================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |