document.write( "Question 642914: Mr Asif can do a job in 10 days. After working 3 days, he hires a helper and the two complete the job in 5 more days. How long would it be taken by the helper to complete the job alone? \n" ); document.write( "
Algebra.Com's Answer #404295 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Mr Asif can do a job in 10 days.
\n" ); document.write( " After working 3 days, he hires a helper and the two complete the job in 5 more days.
\n" ); document.write( " How long would it be taken by the helper to complete the job alone?
\n" ); document.write( ":
\n" ); document.write( "let h = time required by the helper working alone
\n" ); document.write( "let the completed job = 1
\n" ); document.write( ":
\n" ); document.write( "Asif worked a total of 8 days
\n" ); document.write( ":
\n" ); document.write( "A shared work equation
\n" ); document.write( "\"8%2F10\" + \"3%2Fh\" = 1
\n" ); document.write( "multiply by 10h
\n" ); document.write( "10h*\"8%2F10\" + 10h*\"3%2Fh\" = 10h(1)
\n" ); document.write( "Cancel the denominators, resulting in:
\n" ); document.write( "8h + 10(3) = 10h
\n" ); document.write( "30 = 10h - 8h
\n" ); document.write( "30 = 2h
\n" ); document.write( "h = 30/2
\n" ); document.write( "h = 15 days required by the helper working alone
\n" ); document.write( "
\n" ); document.write( "
\n" );