173k views
4 votes
Can someone help me out with this ✨

Can someone help me out with this ✨-example-1
User Sattie
by
7.7k points

1 Answer

5 votes

Let's use the rules of priority: first of all, parenthesis. The expression in parenthesis is 12-8, which evaluates to 4, so the expression becomes



7+3^2+4 / 2 * 4


Next, exponents. The only exponent is
3^9, which evaluates to 9. The expression becomes



7+9+4 / 2 * 4


Now we're left with sum/subtractions and multiplications/divisions only. We must perform multiplications/divisions first, in the order in which they appear. So, first of all, we must divide 4 by 2, which evaluates to 2. Let's update the expression:



7 + 9 + 2 * 4


Now it's time for the multiplication: 2 times 4 is 8, so we have



7 + 9 + 8


We're left with sums only. We can perform them in any order, since the sum is commutative. Let's sum the terms as they appear: first we put together 7 and 9 to get 16:



16 + 8


And finally give the answer of 24

User Esac
by
8.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.