document.write( "Question 1160495: Scouting Troop A is going on a hike. There are 8 scouts and 2 adults on the trip, each with a backpack.
\n" );
document.write( "Each adult weighs about 160 lbs.
\n" );
document.write( "Each scout weighs about 100 lbs.
\n" );
document.write( "Each backpack weighs about 20 lbs.
\n" );
document.write( "The troop will use small boats to cross a river. Each boat can hold up to 360 lbs. How many boats will it take for Scouting Troop A to cross the river?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #783798 by PeanutTheCat(5)![]() ![]() You can put this solution on YOUR website! Step 1 - Find total weight of people and backpacks\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Adults - (160)(2) = 320 lbs. \n" ); document.write( "Scouts - (100)(8) = 800 lbs. \n" ); document.write( "Backpacks - (20)(10) = 200 lbs. \n" ); document.write( "Total - 320 + 800 + 200 = 1320 lbs.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Step 2 - Find number of boats needed\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1320/360 = 3.6 repeating\r \n" ); document.write( "\n" ); document.write( "You can't have .6 of a boat, so round up to 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Final Answer: 4 boats \n" ); document.write( " |