document.write( "Question 145741: Eight adults and two children need to cross a river, and they have one small boat available to help them. The boat can hold either one adult, or one or two children. Everyone in the group is able to row the boat. Show how you get them all across the river.\r
\n" ); document.write( "\n" ); document.write( "How many one-way trips does it take for the eight adults and two children to cross the river?
\n" ); document.write( "

Algebra.Com's Answer #106417 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
two children cross __ one rows back __ one adult crosses __ child rows back\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "repeat cycle until all adults are across (7 more times)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "last trip is two children crossing to join 8 adults\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4*8+1 or 33 crossings
\n" ); document.write( "
\n" );