document.write( "Question 1163729: There is a project. Company A needs 24 days to finish. Company B needs 30 days to finish. If A and B collaborate for 8 days, then it takes 6 more days for company C to finish the rest. How long does it take for company C alone to finish the project? \n" ); document.write( "
Algebra.Com's Answer #787907 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
There is a project.
\n" ); document.write( " Company A needs 24 days to finish.
\n" ); document.write( " Company B needs 30 days to finish.
\n" ); document.write( " If A and B collaborate for 8 days, then it takes 6 more days for company C to finish the rest.
\n" ); document.write( " How long does it take for company C alone to finish the project?
\n" ); document.write( ":
\n" ); document.write( "let the completed job = 1
\n" ); document.write( "\"8%2F24\" + \"8%2F30\" + \"6%2Fc\" = 1
\n" ); document.write( "\"5%2F15\" + \"4%2F15\" + \"6%2Fc\" = 1
\n" ); document.write( "\"9%2F15\" + \"6%2Fc\" = 1
\n" ); document.write( "multiply by 15c
\n" ); document.write( "9c + 6(15) = 15c
\n" ); document.write( "90 = 15c - 9c
\n" ); document.write( "6c = 90
\n" ); document.write( "c = 15 days for C to do the job alone
\n" ); document.write( "
\n" );