69.1k views
0 votes
Select the correct answer from each drop-down menu.

Kawika is a math teacher. His students recently took a test. He has recorded their scores in a spreadsheet, using functions to analyze the scores. Which functions should he use to determine the top and mean scores?

Kawika can use the ____ function to find the top score and the ____ function to find the mean score.

First blank:
1. MIN
2. COUNT
3. MAX

Second blank:
1. AVERAGE
2. ROUND
3. SUM

User Eliashdezr
by
3.2k points

2 Answers

6 votes

Answer:

MAX

AVERAGE

Step-by-step explanation:

I got it right on the Edmentum test.

User Pehr Sibusiso
by
3.6k points
3 votes

Answer:

First blank: MAX

Second blank: AVERAGE

Step-by-step explanation:

Required

Complete the blanks

The first blank is to be filled with a function that calculates the highest score from a given range of scores (cells).

To do this, we make use of the MAX function, and the syntax is:

=MAX(cell_range)

The second blank is to be filled with a function that calculates the mean score from a given range of scores (cells).

To do this, we make use of the AVERAGE function, and the syntax is:

=AVERAGE(cell_range)

User ShrapNull
by
3.1k points