document.write( "Question 178779: Two cranes, operating together, can unload a cargo ship in 4 hours. If it takes one crane twice as long as the other to unload the ship, how long would it take each crane to unload the ship by itself? \n" ); document.write( "
Algebra.Com's Answer #133751 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let y and x be the time crane 1 and crane 2, respectively, take to unload the ship by themselves. y=2x \n" ); document.write( ": \n" ); document.write( "crane 1 does 1/2x of the job per hour \n" ); document.write( ": \n" ); document.write( "crane 2 does 1/x of the job per hour \n" ); document.write( ": \n" ); document.write( "(1/x+1/2x)(4)=1job \n" ); document.write( ": \n" ); document.write( "((2+1)/2x)4=1 \n" ); document.write( ": \n" ); document.write( "12/2x=1 \n" ); document.write( ": \n" ); document.write( "2x=12= \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "y=2x |