Getting the family across on one raft
A family must cross a river using a small raft. The raft carries a load of at most 100 kg per trip, and it needs at least one person aboard to paddle it (it can't drift back empty).
The two adults weigh 100 kg each, and the two children weigh 50 kg each. So an adult can only ride alone, while the two children can ride together (50 + 50 = 100), or a single child can ride alone.
What sequence of trips gets all four across, and how many one-way crossings does it take?