document.write( "Question 918080: If Fran were to paint her living room alone it would take 6 hours. Her sister could do the job in 8 hours. How long would it take them working together? \n" ); document.write( "
Algebra.Com's Answer #556890 by Hawksfan(61)![]() ![]() You can put this solution on YOUR website! r1 =6 \n" ); document.write( "r2 =8 \n" ); document.write( "t = ?\r \n" ); document.write( "\n" ); document.write( "[(1/r1) * t] + [(1/r2)*t] = 1\r \n" ); document.write( "\n" ); document.write( "t/6 + t/8 = 1 \r \n" ); document.write( "\n" ); document.write( "multiply by common denominator... 24\r \n" ); document.write( "\n" ); document.write( "24 (t/6 + t/8 = 1)\r \n" ); document.write( "\n" ); document.write( "4t + 3t =24\r \n" ); document.write( "\n" ); document.write( "7t = 24\r \n" ); document.write( "\n" ); document.write( "t = 24/7 = 3.4hrs \n" ); document.write( " |