document.write( "Question 623852: Sam can do a certain job in six days. After working alone for three days, he is joined by Katy, and together they finish the work in one more day. How long would it take Katy alone? \n" ); document.write( "
Algebra.Com's Answer #392348 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Sam can do a certain job in six days. After working alone for three days, he is joined by Katy, and together they finish the work in one more day. How long would it take Katy alone?
\n" ); document.write( "**
\n" ); document.write( "let x=how long it would take for Katy to do the job alone
\n" ); document.write( "1/x=Katy's work rate
\n" ); document.write( "1/6=Sam\"s work rate
\n" ); document.write( "sam worked 4 days
\n" ); document.write( "katy worked one day
\n" ); document.write( "worked done=work rate*time on job
\n" ); document.write( "4(1/6)+1(1/x)=100% of the job
\n" ); document.write( "4/6+1/x=1
\n" ); document.write( "1/x=1-4/6=1-2/3=1/3
\n" ); document.write( "x=3
\n" ); document.write( "how long would it take for Katy to do the job alone=3hours
\n" ); document.write( "
\n" );