document.write( "Question 971641: A can finish a certain job in 10 days if B will help for 6 days. The same work can be done by B in 12 days if A helps for 6 days. If they work together, how long will it take for them to do the job? \n" ); document.write( "
Algebra.Com's Answer #594173 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A can finish a certain job in 10 days if B will help for 6 days.
\n" ); document.write( " The same work can be done by B in 12 days if A helps for 6 days.
\n" ); document.write( "
\n" ); document.write( ":
\n" ); document.write( "let a = time required by A working alone
\n" ); document.write( "let b = time required by B working alone
\n" ); document.write( "let the completed job = 1
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each scenario scenario
\n" ); document.write( "\"10%2Fa\" + \"6%2Fb\" = 1
\n" ); document.write( "\"6%2Fa\" + \"12%2Fb\" = 1
\n" ); document.write( "Use elimination, multiply the 1st equation by 2, subtract the 2nd equation
\n" ); document.write( "\"20%2Fa\" + \"12%2Fb\" = 2
\n" ); document.write( "\"6%2Fa\" + \"12%2Fb\" = 1
\n" ); document.write( "------------------Subtraction eliminates b, find a
\n" ); document.write( "\"14%2Fa\" = 1
\n" ); document.write( "multiply by a
\n" ); document.write( "14 = a
\n" ); document.write( "A requires 14 hrs to do the job alone
\n" ); document.write( ":
\n" ); document.write( "Find b using \"10%2Fa\" + \"6%2Fb\" = 1; replace a with 14
\n" ); document.write( "\"10%2F14\" + \"6%2Fb\" = 1
\n" ); document.write( "multiply eq by 14b
\n" ); document.write( "10b + 14(6) = 14b
\n" ); document.write( "84 = 14b - 10b
\n" ); document.write( "84 = 4b
\n" ); document.write( "b = 84/4
\n" ); document.write( "b = 21 hrs for B to do the job alone
\n" ); document.write( ":
\n" ); document.write( "\"If they work together, how long will it take for them to do the job?\"
\n" ); document.write( "let t = time required when working together
\n" ); document.write( "\"t%2F14\" + \"t%2F21\" = 1
\n" ); document.write( "multiply both sides by 42, cancel the denominators and you we have
\n" ); document.write( "3t + 2t = 42
\n" ); document.write( "5t = 42
\n" ); document.write( "t = 42/5
\n" ); document.write( " t = 8.4 hrs working together \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );