asked 235k views
5 votes
You need to add cells c3 and c7, and multiply c3 by c6. based on the order of operations, what would you do

asked
User Diemacht
by
7.5k points

2 Answers

2 votes
multiply first, and then add.
answered
User Glyphobet
by
7.8k points
4 votes

Answer:

First multiplication and then addition

Step-by-step explanation:

The order of operations establish the next sequence of operations:

  • first, simplify inside of parentheses
  • then, compute exponentials
  • after that, compute multiplications and divisions
  • and finally, compute additions and subtractions.

Based on this, multiplication between C3 and C6 goes first and then goes addition between C3 and C7.

answered
User David Loy
by
8.1k points