document.write( "Question 1054986: A ship called at an African port, but was too large to tie up at a whatf. The whole cargo was unloaded by 25 barges, each taking 3 loads. If each barge had been large enough to hold 160 tonnes more, there would have been only one load each. How heavy was the ships cargo? \n" ); document.write( "
Algebra.Com's Answer #670198 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x = the number of tons of cargo that each barge can carry in one load.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "each barge carried 3 loads each.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the total tons of cargo carried was therefore 3 * 25 * x which is equal to 75 * x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if each barge had been able to carry 160 more tons per load, then the 25 barges would only have had to carry 1 load apiece.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the total tons of cargo carried would therefore have been 1 * 25 * (x + 160) which is equal to 25 * (x + 160).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since the total tons of cargo that was unloaded had to be the same, you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "75 * x = 25 * (x + 160).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get 75 * x = 25 * x + 4000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract 25 * x from both sides of the equation to get 50 * x = 4000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "divide both sides of the equation by 50 to get x = 80.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "each barge was able to carry 80 tons of cargo in each load.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the total tons of cargo carried was therefore 25 * 3 * 80 = 6000 tons.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if each barge were able to carry 160 more tons each, then each barge would have been able to carry 80 + 160 = 240 tons of cargo each.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "they would then have only had to take 1 load each.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "25 * 1 * 240 = 6000 total tons of cargo.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "either way, 6000 tons of cargo would have been unloaded.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the ship's cargo therefore had to weigh 6000 tons.
\n" ); document.write( "
\n" );