document.write( "Question 656097: Carolyn and Brian work in an accounting office. If they work together they can complete a corporate tax return in 2.5 hours. Working alone, it would take Brian 35 minutes longer than Carolyn to complete the return. How long does it take each person working alone to finish the job? \n" ); document.write( "
Algebra.Com's Answer #409346 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Carolyn and Brian work in an accounting office. If they work together they can complete a corporate tax return in 2.5 hours. Working alone, it would take Brian 35 minutes longer than Carolyn to complete the return. How long does it take each person working alone to finish the job? \n" ); document.write( "** \n" ); document.write( "use minutes for time \n" ); document.write( "let x=time it takes Carolyn to finish the job working alone \n" ); document.write( "1/x=her work rate \n" ); document.write( "x+35=time it takes Brian to finish the job working alone \n" ); document.write( "1/(x+35)=his work rate \n" ); document.write( "2.5 hrs=150 min=given time it takes to finish the job working together \n" ); document.write( "1/150=work rate working together \n" ); document.write( "... \n" ); document.write( "sum of individual work rates=work rate working together \n" ); document.write( "(1/x)+1/(x+35)=1/150 \n" ); document.write( "LCD:x(x+35) \n" ); document.write( "x+35+x=x(x+35)/150 \n" ); document.write( "2x+35=(x^2+35x)/150 \n" ); document.write( "300x+5250=x^2+35x \n" ); document.write( "x^2-265x-5250=0 \n" ); document.write( "solve for x using following quadratic formula: \n" ); document.write( " \n" ); document.write( "a=1, b=-265, c=-5250 \n" ); document.write( "ans: x≈283.5 min \n" ); document.write( "x+35≈318.5 min \n" ); document.write( "time it takes Carolyn to finish the job working alone≈283.5 min≈4.7 hrs \n" ); document.write( "time it takes Brian to finish the job working alone=318.5 min≈5.3 hrs \n" ); document.write( " \n" ); document.write( " |