document.write( "Question 497435: Henry and Irene working together can wash all the windows of their house in 1 h 24 min. Working alone, it takes Henry 4 1/2 h more than Irene to do the job. How long does it take each person working alone to wash all the windows? \n" ); document.write( "
Algebra.Com's Answer #336730 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Henry and Irene working together can wash all the windows of their house in 1 h 24 min. Working alone, it takes Henry 4 1/2 h more than Irene to do the job. How long does it take each person working alone to wash all the windows? \n" ); document.write( "** \n" ); document.write( "let x=hours Irene takes to do the job alone \n" ); document.write( "1/x=Irene's work rate \n" ); document.write( "x+4.5=hours Henry takes to do the job alone \n" ); document.write( "1/(x+4.5)=Henry's work rate \n" ); document.write( "1 hr and 24 min=1.4 hr=Irene and Henry working together to do the job \n" ); document.write( "1/1.4=Their work rate working together \n" ); document.write( ".. \n" ); document.write( "sum of individual work rates=work rate when working together \n" ); document.write( "1/x+1/(x+4.5)=1/1.4 \n" ); document.write( "LCD:(x)(x+4.5)(1.4) \n" ); document.write( "(x+4.5)(1.4)+1.4x=(x)(x+4.5) \n" ); document.write( "1.4x+6.3+1.4x=x^2+4.5x \n" ); document.write( "x^2+1.7x-6.3=0 \n" ); document.write( "solve by quadratic formula as follows: \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( ".. \n" ); document.write( "a=1, b=1.7, c=-6.3 \n" ); document.write( "x=[-1.7±√(1.7^2-4*1*-6.3)]2*1 \n" ); document.write( "x=[-1.7±√28.09]/2 \n" ); document.write( "x=(-1.7±5.3)/2 \n" ); document.write( "x=-7/2=-3.5 (reject, x>0) \n" ); document.write( "or \n" ); document.write( "x=3.6/2=1.8 \n" ); document.write( "ans: \n" ); document.write( "It takes Irene 1.8 hrs or 1 hr and 45 minutes to do the job alone. \n" ); document.write( "Henry takes 4.5 hrs longer or 6.3 hr or 6 hrs and 18 minutes to do the job alone. \n" ); document.write( " |