document.write( "Question 371773: Kim has a bunch of coins which are all nickels, dimes and quarters. Her dimes and her quaters add up to $7.85. Her quaters and her nickels add up to $6.35. Her nickels and her dimes add up to $4.70. Write equations to help figure out how many nickels, dimes and quarters she has. Then solve for each variable. \n" ); document.write( "
Algebra.Com's Answer #264845 by Math-Help(7)![]() ![]() ![]() You can put this solution on YOUR website! nickels = .05 \n" ); document.write( "dimes = .10 \n" ); document.write( "quarters = .25\r \n" ); document.write( "\n" ); document.write( "Let x = number of nickels \n" ); document.write( "Let y = number of dimes \n" ); document.write( "Let z = number of quarters\r \n" ); document.write( "\n" ); document.write( ".10y + .25z = 7.85 \n" ); document.write( ".05x + .25z = 6.35 \n" ); document.write( ".05x + .10y = 4.70\r \n" ); document.write( "\n" ); document.write( "Using the elimination method: \n" ); document.write( ".10y + .25z = 7.85 \n" ); document.write( "-(.05x + .25z = 6.35)\r \n" ); document.write( "\n" ); document.write( "Thus -.05x + .10y = 1.50 \n" ); document.write( "Now add: \n" ); document.write( " -.05x + .10y = 1.50 \n" ); document.write( " .05x + .10y = 4.70 \n" ); document.write( "Thus .20y = 6.20 \n" ); document.write( "y = 31\r \n" ); document.write( "\n" ); document.write( "Substitute y into .05x + .10y = 4.70 \n" ); document.write( ".05x + .10(31) = 4.70 \n" ); document.write( ".05x + 3.10 = 4.70 \n" ); document.write( ".05x = 1.60 \n" ); document.write( "x = 33\r \n" ); document.write( "\n" ); document.write( "Substitute x into .05x + .25z = 6.35 \n" ); document.write( ".05(33) + .25z = 6.35 \n" ); document.write( "1.60 + .25z = 6.35 \n" ); document.write( ".25z = 4.75 \n" ); document.write( "z = 19\r \n" ); document.write( "\n" ); document.write( "Therefore, x=33 (nickels), y=31 (dimes), z=19 (quarters)\r \n" ); document.write( "\n" ); document.write( "Double Check: \n" ); document.write( ".10y + .25z = 7.85 \n" ); document.write( ".10(31) + .25(19) =?= 7.85 \n" ); document.write( "3.10 + 4.75 =?= 7.85 \n" ); document.write( "7.85 = 7.85 Correct! \n" ); document.write( " \n" ); document.write( " |