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)