document.write( "Question 1121174: A and B working together can complete a job in 30 days. After they had both worked 18 days, however, A left and B finished the work in 20 more days. Find the time in which each can do the work alone. \n" ); document.write( "
Algebra.Com's Answer #736939 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A and B working together can complete a job in 30 days.
\n" ); document.write( " After they had both worked 18 days, however, A left and B finished the work in 20 more days.
\n" ); document.write( " Find the time in which each can do the work alone.
\n" ); document.write( ":
\n" ); document.write( "let a = time A required to complete the job alone
\n" ); document.write( "let b = time for B alone
\n" ); document.write( "let the completed job = 1
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement
\n" ); document.write( "\"A and B working together can complete a job in 30 days.\"
\n" ); document.write( "\"30%2Fa\" + \"30%2Fb\" = 1
\n" ); document.write( "multiply eq by ab
\n" ); document.write( "30b + 30a = ab
\n" ); document.write( "\"After they had both worked 18 days, however, A left and B finished the work in 20 more days.\"
\n" ); document.write( "\"18%2Fa\" + \"38%2Fb\" = 1
\n" ); document.write( "18b + 38a = ab
\n" ); document.write( ":
\n" ); document.write( "ab = ab therfore
\n" ); document.write( "18b + 38a = 30b + 30a
\n" ); document.write( "38a - 30a = 30b - 18b
\n" ); document.write( "8a = 12b
\n" ); document.write( "a = \"12%2F8\"b
\n" ); document.write( "a = 1.5b
\n" ); document.write( ":
\n" ); document.write( "Using the first equation, replace a with 1.5b
\n" ); document.write( "\"30%2F%281.5b%29\" + \"30%2Fb\" = 1
\n" ); document.write( "multiply by b
\n" ); document.write( "\"30%2F1.5\" + 30 = b
\n" ); document.write( "20 + 30 = b
\n" ); document.write( "b = 50 hrs B working alone
\n" ); document.write( "then find a
\n" ); document.write( "1.5(50) = 75 hrs b working alone
\n" ); document.write( "
\n" ); document.write( "
\n" );