Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

section a.2 built-in functions objective 1 – using built-in functions g…

Question

section a.2 built-in functions
objective 1 – using built-in functions
guided practice activity #2 – built-in functionality
what are the outputs of the following functions? note cell e3 has been formatted to show no decimal places.
spreadsheet image

  1. =average(c3, c7)
  2. =average(c3:c7)
  3. =sum(c3:e3, e7)
  4. =count(b2:e11)
  5. =max(c3:e11)

Explanation:

1. =AVERAGE(C3, C7)

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 formula is $\frac{\text{Sum of values}}{\text{Number of values}}$. So, $\frac{3 + 2}{2}=\frac{5}{2} = 2.5$.

Step1: Identify values in C3:C7

C3 = 3, C4 = 1, C5 = 3, C6 = 4, C7 = 2.

Step2: Calculate sum of values

Sum = $3 + 1 + 3 + 4 + 2 = 13$.

Step3: Apply AVERAGE formula

Number of values is 5. So, $\frac{13}{5}=2.6$.

Step1: Identify values in C3:E3 and E7

C3 = 3, E3 (Cost of Soda) = 7.50 (from the table, E3 is $7.50$), E7 (Cost of Hot Dog) = 5.50. Wait, correction: Wait, C3 is quantity (3), E3 is cost (7.50), E7 is cost (5.50)? Wait no, let's re - check. Wait, the range C3:E3: C3 is quantity (3), D3 is cost per item (2.50), E3 is cost (7.50? Wait no, the table: Soda (row 3): Quantity (C3)=3, Cost per item (D3)=$2.50$, Cost (E3)=$7.50$? Wait the handwritten part for E3 was $7.50$? Wait the user's table: E3 is $7.50$ (since 32.50 = 7.50), E7: Hot Dog (row 7): quantity 2, cost per item 2.75, so cost E7 = 22.75 = 5.50? Wait no, the table shows E7 as $5.50$? Wait the original table: E3 is $7.50$ (32.50), E4 is $1.75$ (11.75), E5 is $4.50$ (31.50), E6 is $2.00$ (40.50), E7 is $5.50$ (2*2.75). Then C3:E3 is C3 (3), D3 (2.50), E3 (7.50). And E7 is 5.50.

Step2: Sum the values

Sum = 3+2.50 + 7.50+5.50. First, 3 + 2.50=5.50, 5.50+7.50 = 13, 13+5.50 = 18.50. Wait, but maybe the user made a mistake in the handwritten part. Wait, the formula is SUM(C3:E3, E7). C3:E3 is the range from C3 to E3 (three cells: C3, D3, E3), and then E7. So C3 = 3, D3 = 2.50, E3 = 7.50, E7 = 5.50. So sum is 3+2.50 + 7.50+5.50 = 18.50.

Answer:

2.5

2. =AVERAGE(C3:C7)