Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which characters in the function shown represent the arguments? =max(b2…

Question

which characters in the function shown represent the arguments?
=max(b2:b6,c4,100)
○ =
○ max
○ (b2:b6,c4,100)
○ ( ,

Explanation:

Brief Explanations

In a spreadsheet function like =MAX(B2:B6,C4,100), the arguments of the function are the values or ranges passed to the function (inside the parentheses). The = is the formula operator, MAX is the function name, and ( , are just punctuation. The part (B2:B6,C4,100) contains the arguments for the MAX function.

Answer:

(B2:B6,C4,100)