document.write( "Question 890174: Tyrone and Lance can clean the house in 8 hours if they work together.If it takes Tyrone 4 hours more to clean the house compared to Lance, how long does it take Tyrone to clean the house alone? How about Lance? \n" ); document.write( "
Algebra.Com's Answer #539120 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Tyrone and Lance can clean the house in 8 hours if they work together.If it takes Tyrone 4 hours more to clean the house compared to Lance, how long does it take Tyrone to clean the house alone? How about Lance? \n" ); document.write( "*** \n" ); document.write( "let x=hours Lance can clean the house alone \n" ); document.write( "1/x=his work rate \n" ); document.write( "x+4=hours Tyrone can clean the house alone \n" ); document.write( "1/(x+4)=his work rate \n" ); document.write( "8=hours Lance and Tyrone can clean the house working together \n" ); document.write( "1/8=their work rate \n" ); document.write( ".. \n" ); document.write( "sum of individual work rates=work rate working together \n" ); document.write( " \n" ); document.write( "lcd:x(x+4) \n" ); document.write( "x+4+x=(x^2+4x)/8 \n" ); document.write( "16x+32=x^2+4x \n" ); document.write( "x^2-12x-32=0 \n" ); document.write( "solve for x by quadratic formula: \n" ); document.write( "x≈-2.24 (reject) \n" ); document.write( "or \n" ); document.write( "x≈14.25 \n" ); document.write( "x+4≈18.25 \n" ); document.write( "hours Tyrone can clean the house alone=18.25 \n" ); document.write( "hours Lance can clean the house alone=14.25 \n" ); document.write( " \n" ); document.write( " |