10.2k views
0 votes
Sean works for a company that ships hospital equipment. He needs to calculate the weight of the items being shipped. He enters the number of items in cell A1. The weight of each item is 180 pounds, so Sean enters 180 in cell A2. The weight of the packaging for each item also needs to be included. This weighs 10 pounds for each item, so he enters 10 in cell A3. Which formula should Eric use to calculate the total weight?

User Icebat
by
7.5k points

1 Answer

0 votes

Final answer:

Sean should use the formula =A1*(A2+A3) to calculate the total weight of the items being shipped by multiplying the number of items by the sum of the weight of each item and the weight of the packaging.

Step-by-step explanation:

The formula Sean should use to calculate the total weight of the items being shipped is:

=A1*(A2+A3)

This calculation multiplies the number of items, which is in cell A1, by the sum of the weight of each item plus the weight of the packaging for each item, which are in cells A2 and A3 respectively. Since each item weighs 180 pounds and the packaging weighs 10 pounds, you add the item weight (180) to the packaging weight (10) and then multiply by the number of items (cell A1) to get the total weight.

User Rajashree
by
7.7k points