Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

guided practice activity #2 – built-in functionality what are the outpu…

Question

guided practice activity #2 – built-in functionality
what are the outputs of the following functions? note cell e3 has been formatted to show decimal places.

  1. =average(c3, c7)

Explanation:

Step1: Identify values in C3 and C7

From the table, C3 (Soda quantity) is 3, C7 (Hot Dog quantity) is 2.

Step2: Apply AVERAGE formula

The AVERAGE function calculates the mean: $\frac{3 + 2}{2}$.

Step3: Compute the result

$3 + 2 = 5$, then $\frac{5}{2} = 2.5$.

Answer:

2.5