To calculate the total weight of passengers and luggage before takeoff, Eric needs to consider the following:
- The total weight of the passengers, which is the number of passengers (A1) multiplied by the average weight per passenger (A2).
- The weight of the checked luggage (A3).
- The total carry-on luggage weight, which is the number of passengers (A1) multiplied by the allowance for carry-on luggage per passenger (A4).
The correct formula to calculate the total weight would be:
\[ \text{Total Weight} = ( \text{Number of Passengers} \times \text{Average Weight per Passenger} ) + ( \text{Weight of Checked Luggage} ) + ( \text{Number of Passengers} \times \text{Carry-On Weight per Passenger} ) \]
In cell reference terms, this translates to:
\[ =A1A2 + A3 + A1A4 \]
So the correct response is:
=A1A2+A3+A1A4