No, you need to pay very close attention to the rules:
1. Operations inside the leftmost innermost parentheses are done first,
following the rules 2 through 7 below until no parentheses with
operations inside remain.
2. Copy everything else over.
When no parentheses containing operations remain,
3. the leftmost exponent is done first,
Copy everything else over.
When no exponents remain,
4. The first leftmost multiplication or division is done first.
Copy everything else over.
When no multiplications or divisions remain,
5. The first leftmost addition or subtraction is done first.
Copy everything else over.
When no additions or subtractions remain, you are done.
You only have exponents and subtractions.
Do the leftmost exponent first.
is 9,
so replace the
by 9 and copy everything
else over:
Do the leftmost exponent first.
is 6, so replace the
by 6 and
copy everything else over:
Do the leftmost exponent first.
is 1, so replace the
by 1 and
copy everything else over:
There are only subtractions left. Do the leftmost subtraction
The leftmost subtraction is 9-6. 9-6 is 3, so
replace the 9-6 by 3 and copy the rest over:
Finally, that's just
Edwin