lesson

Updated 6 days ago ยท 3 views
If you type 2+3ร42 into two different calculators, one might give you 50 while another gives you 400.
To make sure every mathematician, computer, and scientist gets the exact same answer, we follow a strict agreed-upon sequence called the order of operations.
Before we solve that opening puzzle, let's make sure we know exactly how exponents work on their own.
What Is an Exponent?
An exponent is a small number written above and to the right of a base number that tells you how many times to multiply the base by itself.
In the expression 43, the base is 4 and the exponent is 3, which means 4ร4ร4=64.
๐Create an interactive visual breakdown of an exponential expression. Show '4^3' in large bold font with clear callout arrows: one arrow pointing to '4' labeled 'Base (the factor being multiplied)', and an arrow pointing to the superscript '3' labeled 'Exponent (how many times 4 appears)'. Below, show the expanded form '4 ร 4 ร 4 = 64' highlighted in soft blue. Include a small warning box on the side: 'Common Trap: 4^3 is NOT 4 ร 3 (12)!' with a red strike-through. Use a clean white card (#ffffff), rounded 12px corners, soft gray border (#e6e6e6), and navy text (#1e2945). Width responsive down to 350px.
So where do exponents fit in when an expression has a whole mix of plus signs, times signs, and parentheses?
The Hierarchy of Operations
In the early 1900s, textbook authors standardized the order of operations (often remembered as PEMDAS) so mathematical statements would have only one universal meaning.
We always simplify operations with the highest binding strength first: grouping symbols come first, followed by repeated multiplication (exponents), then multiplication and division, and finally addition and subtraction.
๐A vertical 4-tier step ladder or pyramid showing the PEMDAS hierarchy from top to bottom. Tier 1 (top): '1. Parentheses & Grouping ( )' in purple accent. Tier 2: '2. Exponents (xยฒ)' in blue accent. Tier 3: '3. Multiply & Divide (ร, รท)' in amber accent with a subtitle 'Left to Right'. Tier 4 (bottom): '4. Add & Subtract (+, -)' in green accent with a subtitle 'Left to Right'. Each tier has a badge and clean typography. White card background, rounded 12px borders, responsive to 350px width.
Let's put this hierarchy to work on a multi-step expression that combines several operations.