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 function like =MAX(B2:B6,C4,100), the arguments are the inputs to the function. The "=" is the formula indicator, "MAX" is the function name, and "(","," are just separators. The part within the parentheses (B2:B6,C4,100) are the values (ranges, cells, constants) that the MAX function will evaluate to find the maximum value.

Answer:

(B2:B6,C4,100)