document.write( "Question 998428: Tameen keeps quarters, nickels, and dimes in his change jar. He has three more quarters than dimes and five fewer nickels than dimes. If there are 52 coins in the change jar, how many dimes are in the jar? \n" ); document.write( "
Algebra.Com's Answer #616201 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call quarters, nickels, and dimes, q, n and d respectively. \n" ); document.write( "Here is what they tell us... \n" ); document.write( "q + n + d = 52 \n" ); document.write( "q = d + 3 \n" ); document.write( "n = d - 5 \n" ); document.write( "Now substitute these into the first equation and get \n" ); document.write( "(d + 3) + (d - 5) + d = 52 \n" ); document.write( "3d - 2 = 52 \n" ); document.write( "3d = 54 \n" ); document.write( "d = 18 dimes \n" ); document.write( "q = 21 quarters \n" ); document.write( "n = 13 nickels \n" ); document.write( "52 coins total \n" ); document.write( " |