document.write( "Question 763104: Tina’s bank contains quarters, nickels and dimes. She has three more dimes than quarters and 6 fewer nickels than quarters. If she has 63 coins, write and solve an equation to find how many quarters Tina has. \n" ); document.write( "
Algebra.Com's Answer #464501 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Tina’s bank contains quarters, nickels and dimes. She has three more dimes than quarters and 6 fewer nickels than quarters. If she has 63 coins, write and solve an equation to find how many quarters Tina has. \n" ); document.write( "==================================== \n" ); document.write( "d = q + 3 \n" ); document.write( "n = q - 6 \n" ); document.write( "n + d + q = 63 \n" ); document.write( "---------------- \n" ); document.write( "Sub for n & d \n" ); document.write( "(q+3) + (q-6) + q = 63 \n" ); document.write( "3q - 3 = 63 \n" ); document.write( "3q = 66 \n" ); document.write( "q = 22 quarters \n" ); document.write( "--- \n" ); document.write( "d = 25 dimes \n" ); document.write( "--- \n" ); document.write( "n = 16 dimes \n" ); document.write( " \n" ); document.write( " |