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
8
Answer:
the answer is 10 in C1 cell as a1=10 and b1=5 a1+b1=15 ,15*2 =30 then 30^3= 10
Answered by
2
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 ().
- 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