document.write( "Question 698103: A and B working together can complete a job in 7 1/2 hours. Working alone, A takes 8 hours longer than B to do the job. How long would it take each working alone? \n" ); document.write( "
Algebra.Com's Answer #430517 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A and B working together can complete a job in 7 1/2 hours. \n" ); document.write( " Working alone, A takes 8 hours longer than B to do the job. \n" ); document.write( " How long would it take each working alone \n" ); document.write( ": \n" ); document.write( "Let b = B's time working alone \n" ); document.write( "A takes 8 hrs longer, therefore \n" ); document.write( "(b+8) = A's time alone \n" ); document.write( "Let the completed job = 1 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multiply by b(b+8), resulting in: \n" ); document.write( "7.5(b+8) + 7.5b = b(b+8) \n" ); document.write( "7.5b + 60 + 7.5b = b^2 + 8b \n" ); document.write( "A quadratic equation \n" ); document.write( "0 = b^2 + 8b - 15b - 60 \n" ); document.write( "b^2 - 7b - 60 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(b-12)(b+5) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "b = 12 hours, B working alone \n" ); document.write( "then \n" ); document.write( "12 + 8 = 20 hrs A working alone \n" ); document.write( ":\" \n" ); document.write( ": \n" ); document.write( "See it that checks out \n" ); document.write( "7.5/12 + 7.5/20 = \n" ); document.write( ".625 + .375 = 1; confirms our solutions \n" ); document.write( " |