document.write( "Question 42125: Thomas can do a job in 4 hours. Julia can do the same job in 6 hours. How many hours will it take the two of them to do the job if they both work together? \n" ); document.write( "
Algebra.Com's Answer #27269 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The formula is
\n" ); document.write( "t/A + t/B = 1
\n" ); document.write( "so we get
\n" ); document.write( "t/4 + t/6 = 1
\n" ); document.write( "multiply by 24 and solve for t, we get
\n" ); document.write( "6t + 4t = 24
\n" ); document.write( "10t = 24
\n" ); document.write( "t = 2.4 hours
\n" ); document.write( "
\n" );