Computer Science, asked by nakkasrikanya, 9 months ago

Cell A1 contains the number 10 and B1 contains 5 .What will be the contents of cell C1 , if the formula =A1+B1 *2^3 is entered in cell C1 ?​

Answers

Answered by vanshthal
1

Answer:120

Explanation:

Answered by AskewTronics
1

50 is the correct answer for the above question.

Explanation:

  • If A1 contains value 10 and B1 contains value 5 then the value of "=A1+B1*2^3" in spreadsheet gives 50 because--
  • Firstly value is put on the expression and the expression form (10+5*2^{3}).
  • Firstly power is performed because it has higher precedence and the value is (10+5*8).
  • Then multiplication will perform and it gives the result 10+40.
  • Then the result is 50 which is the answer for the c1 cell.

Learn More:

Spreadsheet: brainly.in/question/5815774

Similar questions