document.write( "Question 609475: It takes Joe x hours to do a job. What part of the job can he do in 1 hour?\r
\n" ); document.write( "\n" ); document.write( "Jane takes x + 2 hours to complete a task. What part of the task can she do in 1 hour?\r
\n" ); document.write( "\n" ); document.write( "If Joe and Jane work together, what part of the job can they od in 1 hour?\r
\n" ); document.write( "\n" ); document.write( "What part of the job can Joe and Jane do working together, if they work for 3 hours?
\n" ); document.write( "

Algebra.Com's Answer #383914 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
It takes Joe x hours to do a job. What part of the job can he do in 1 hour?
\n" ); document.write( "\"1%2Fx\"
\n" ); document.write( ":
\n" ); document.write( "Jane takes x + 2 hours to complete a task. What part of the task can she do in 1 hour?
\n" ); document.write( "\"1%2F%28%28x%2B2%29%29\"
\n" ); document.write( ":
\n" ); document.write( "If Joe and Jane work together, what part of the job can they do in 1 hour?
\n" ); document.write( "\"1%2Fx\" + \"1%2F%28%28x%2B2%29%29\"
\n" ); document.write( ":
\n" ); document.write( "What part of the job can Joe and Jane do working together, if they work for 3 hours?
\n" ); document.write( "\"3%2Fx\" + \"3%2F%28%28x%2B2%29%29\"
\n" ); document.write( "
\n" );