document.write( "Question 202778: Together, Michelle, Sal, and kristen can clean and wax a car in 1 hr 20 min. To complete the job alone, Michelle needs twice the time that Sal needs and 2 hr more than kristen. How long would it take each to clean and wax the car working alone? \n" ); document.write( "
Algebra.Com's Answer #153126 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Together, Michelle, Sal, and kristen can clean and wax a car in 1 hr 20 min. \n" ); document.write( " To complete the job alone, Michelle needs twice the time that Sal needs \n" ); document.write( " and 2 hr more than kristen. \n" ); document.write( "How long would it take each to clean and wax the car working alone? \n" ); document.write( ": \n" ); document.write( "Use minutes for the time: 1 hr 20 min = 80 min; 2 hr = 120 min \n" ); document.write( ": \n" ); document.write( "let x = time required by Sal alone \n" ); document.write( "then \n" ); document.write( "2x = Michelle's time alone \n" ); document.write( "and \n" ); document.write( "(2x-120) = Kristen's time alone \n" ); document.write( ": \n" ); document.write( "let the completed job = 1 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "Multiply equation by 2x(2x-120) to clear the denominators \n" ); document.write( "80(2(2x-120) + 80(2x-120) + 80(2x) = 2x(2x-120) \n" ); document.write( ": \n" ); document.write( "320x - 19200 + 160x - 9600 + 160x = 4x^2 - 240x \n" ); document.write( ": \n" ); document.write( "320x + 160x + 160x - 19200 - 9600 = 4x^2 - 240x \n" ); document.write( ": \n" ); document.write( "640x - 28800 = 4x^2 - 240x \n" ); document.write( ": \n" ); document.write( "0 = 4x^2 - 240x - 640x + 28800 \n" ); document.write( ": \n" ); document.write( "0 = 4x^2 - 880x + 28800 \n" ); document.write( "Simplify, divide by 4 \n" ); document.write( "x^2 - 220x + 7200 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x - 40)(x - 180) = 0 \n" ); document.write( "Two solutions, \n" ); document.write( "x = 40; does not make sense \n" ); document.write( "therefore \n" ); document.write( "x = 180 min, (3 hrs) is Sal's time alone \n" ); document.write( "then \n" ); document.write( "2*180 = 360 min, (6 hrs) is Michelle's time alone \n" ); document.write( "and \n" ); document.write( "360 - 120 = 240 min, (4 hrs) is Kristen time \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Check solution using 1.33 hr working together \n" ); document.write( "1.33/3 + 1.33/6 + 1.33/4 \n" ); document.write( ".44 + .22 + .33 = .99 ~ 1 \n" ); document.write( " |