sharla wants the cube of the number from c5 to be displayed in d5. which formula would she use in d5 to…

sharla wants the cube of the number from c5 to be displayed in d5. which formula would she use in d5 to produce the number using the exponent? a =exponent3(c5) b =c5^3 c =c5/d5 d =b2*3

sharla wants the cube of the number from c5 to be displayed in d5. which formula would she use in d5 to produce the number using the exponent? a =exponent3(c5) b =c5^3 c =c5/d5 d =b2*3

Answer

Brief Explanations:

In spreadsheet formulas, to find the cube (raise to the power of 3) of a cell - value, we use the exponentiation operator. The correct way to represent raising the value in cell C5 to the power of 3 is =C5^3. There is no 'Exponent3' function in standard spreadsheets. Option C is a division formula and option D multiplies the value in B2 by 3.

Answer:

B. =C5^3