document.write( "Question 946901: Find the time for two people working together to complete half a task if it takes them 7 hours and 8 hours to complete the entire task working individually. \n" ); document.write( "
Algebra.Com's Answer #577698 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Find the time for two people working together to complete half a task if it takes them 7 hours and 8 hours to complete the entire task working individually.
\n" ); document.write( ":
\n" ); document.write( "let t = time for two people to complete half the task
\n" ); document.write( "Let the completed task = 1, then half the task = .5
\n" ); document.write( ":
\n" ); document.write( "\"t%2F7\" + \"t%2F8\" = .5
\n" ); document.write( "Multiply equation by 56, cancel the denominators
\n" ); document.write( "8t + 7t = .5(56)
\n" ); document.write( "15t = 28
\n" ); document.write( "t = 28/15
\n" ); document.write( "t = 1.867 hrs to do half the task
\n" ); document.write( "
\n" );