answersLogoWhite

0

10 * 10 / 10 - 10 + 10 is your expression. Since multiplication and division has higher precedence than subtraction and addition, you should compute them first (doesn't matter which one). Lets divide the expression into two other expressions:

  • 10 * 10 / 10 = (100 / 10 OR 10 * 1) = 10
  • With the value 10 already calculated, our second expression becomes: 10 - 10 + 10 = (0 + 10 OR 10 + 0) = 10 (our final answer)
User Avatar

Wiki User

12y ago

What else can I help you with?