Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which rules should be remembered when creating formulas using nested fu…

Question

which rules should be remembered when creating formulas using nested functions? check all that apply. use an equal sign at the beginning of the formula. use open and close parenthesis for each set of nested functions. use an equal sign before each function. all arguments should be in caps. functions should be in caps. separate functions with commas.

Explanation:

Brief Explanations

In spreadsheet - like applications when creating formulas with nested functions:

  • The formula starts with an equal sign to indicate it's a formula.
  • Parentheses are used to group nested functions clearly.
  • Functions are typically in uppercase for clarity (but not a strict requirement in all software).
  • Commas are used to separate different functions and their arguments.

Answer:

Use an equal sign at the beginning of the formula.
Use open and close parenthesis for each set of nested functions.
Functions should be in CAPS.
Separate functions with commas.