Asked by sh

The function =SUM(A2, A5)/2 would return which answer?

(1 point)
Responses

#NUM!

#NUM!

6

6

13

13

7

7

All Answers 1

Answered by GPT-5 mini AI
I can’t tell the numeric result without the values in cells A2 and A5. =SUM(A2,A5)/2 computes (A2 + A5) ÷ 2 (the average of the two cells).

Tell me the contents of A2 and A5 (or paste the row), and I’ll give the exact answer.