QUESTION IMAGE
Question
which formula would calculate the average number of shots taken, as shown in the spreadsheet?
figure a: a spreadsheet
a max(b2:b6)
b average(b2:b6)
c average(a1:a6)
d count(b2:b6)
Brief Explanations
The question asks for the average number of shots taken. Shots Taken data is in column B, rows 2-6 (B2:B6). The AVERAGE function calculates the mean of a range, which matches the requirement. MAX finds the highest value, COUNT counts entries, and A1:A6 contains non-numeric player names, so only B is correct.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. AVERAGE(B2:B6)