Your calculator is correct; the expressions evaluates to 9.
Be careful with order of operations. Remember, there are strict rules when evaluating expressions.
1. Evaluate Parentheses from left to right
2. Evaluate Exponents from left to right
3. Evaluate Multiplication or Division from left to right
4. Evaluate Addition or Subtraction from left to right
Okay, with these rules in place let's try to evaluate this expression
6/2(1+2) | This is the original expression. Do 1+2 first because it is in the parentheses. |
6/2*3 | Multiplication and division have the same priority. If there are multiple of these in an expression, evaluate them from left to right. |
3*3 | Evaluate 3*3 |
9 | This is your final answer. And yes, your calculator is correct. |
I think I know how you got your answer of 1:
6/2(1+2) | I think you evaluated this first just like above. |
6/2*3 | This is your mistake. You cannot do multiplication first as this it violates the order of operations. |
6/6 | At this point, you have calculated incorrectly, so your answer will be askew. |
1 | |
Just be vigilant on how you evaluate expressions because a mistake like the one I illustrated above can give you a wildly different answer.
As a generalization, \(x^0=1\hspace{1cm},x\neq0\)
This table may help you understand why 3^0=1
\(3^{10}\) | 3*3*3*3*3*3*3*3*3*3 | \(59049\) | |
---|---|---|---|
\(3^9\) | 3*3*3*3*3*3*3*3*3 | \(19683\) | |
\(3^8\) | 3*3*3*3*3*3*3*3 | \(6561\) | |
\(3^7\) | 3*3*3*3*3*3*3 | \(2187\) | |
\(3^6\) | 3*3*3*3*3*3 | \(729\) | |
\(3^5\) | 3*3*3*3*3 | \(243\) | |
\(3^4\) | 3*3*3*3 | \(81\) | |
\(3^3\) | 3*3*3 | \(27\) | |
\(3^2\) | 3*3 | \(9\) | |
\(3^1\) | 3 | \(3\) | |
\(3^0\) | ? | ? |
Do you notice a pattern? I do. As you go down the list, you can divide by three to get to the next value. Therefore, if 3^1=3, all you have to do to get the next value is to divide by three. 3^1/3=1, so 3^0=1.
Here's another way of thinking about it. This method works for any number to the power of 0:
\(1=\frac{x^n}{x^n}=x^{n-n}=x^0\hspace{1cm},x\neq0\)
.