A 1 2 B1 B2 H Solve For B2
You're staring at a trapezoid problem. You need the other base. The area is 48 square units. That's why one base is 5. The height is 6. The formula sits there — A = ½(b₁ + b₂)h — and you know the algebra isn't hard, but somehow the steps get fuzzy when you're tired or rushing.
Been there. Let's walk through it properly, once and for all.
What Is the Trapezoid Area Formula Anyway
A trapezoid (or trapezium, depending on where you learned math) is a quadrilateral with at least one pair of parallel sides. Those parallel sides are the bases. So we call them b₁ and b₂. The perpendicular distance between them is the height, h.
The area formula:
A = ½(b₁ + b₂)h
That's it. Average the two bases, multiply by the height. The ½ is there because you're averaging — (b₁ + b₂) divided by 2.
Why the formula works
Imagine two identical trapezoids. Which means flip one upside down and nestle it against the other. On the flip side, you get a parallelogram. Its base is b₁ + b₂. Its height is still h. On the flip side, area of a parallelogram is base times height, so (b₁ + b₂)h. But that's two trapezoids. One trapezoid is half of that. Hence the ½.
This visual matters. When the algebra gets messy, come back to the picture. It grounds you.
Why Solving for b₂ Trips People Up
The formula solves for A naturally. Plug in numbers, done. But textbook problems love to give you A, h, and b₁ — then ask for b₂. Suddenly you're doing algebra backwards.
Three things make this annoying:
The fraction. That ½ sits there like a speed bump. Do you multiply by 2 first? Divide by it later? Both work, but picking one and sticking to it matters.
The parentheses. (b₁ + b₂) means you can't just yank b₂ out. You have to deal with the sum first. Distribute or don't — but be consistent.
The variable soup. A, b₁, b₂, h — four letters, three known, one unknown. It's easy to plug the wrong number into the wrong slot when you're moving fast.
Real talk: most errors here aren't algebra errors. Or "I forgot to multiply by 2 before dividing by h" errors. They're "I plugged the height into the base slot" errors. Slow down. Label your knowns.
How to Solve for b₂ — Step by Step
Here's the cleanest path. Start with the formula:
A = ½(b₁ + b₂)h
Step 1: Clear the fraction
Multiply both sides by 2. This kills the ½ immediately.
2A = (b₁ + b₂)h
Don't distribute the h yet. Here's the thing — keep the parentheses intact. You'll thank yourself in two steps.
Step 2: Isolate the parentheses
Divide both sides by h.
2A/h = b₁ + b₂
Now the sum of the bases sits alone on the right. Clean.
Step 3: Subtract b₁
b₂ = 2A/h - b₁
That's your formula. Memorize this version if you do these problems often. It saves the step-by-step every time.
Let's test it with the opening example
A = 48, h = 6, b₁ = 5.
b₂ = 2(48)/6 - 5
b₂ = 96/6 - 5
b₂ = 16 - 5
b₂ = 11
Check: ½(5 + 11)(6) = ½(16)(6) = 8(6) = 48. ✓
Alternative path: distribute first
Some teachers prefer distributing h before dividing. Same result, more writing:
A = ½(b₁ + b₂)h
2A = (b₁ + b₂)h
2A = b₁h + b₂h
2A - b₁h = b₂h
b₂ = (2A - b₁h)/h
This works fine. It's just more steps. Still, more steps = more chances for sign errors or arithmetic slips. The parentheses-first method is faster and safer.
Common Mistakes — And How to Catch Them
Mistake 1: Forgetting to multiply by 2
You see A = ½(b₁ + b₂)h and you divide by h first:
A/h = ½(b₁ + b₂)
Then you forget the ½ is still there. Wrong. You write b₂ = A/h - b₁. The ½ is still eating half your answer.
For more on this topic, read our article on balance the following equations by inserting coefficients as needed or check out what is the uncertainty of iphone stopwatch.
Fix: Always clear fractions first. Multiply by 2 before you do anything else. Make it a habit.
Mistake 2: Dividing by h before isolating the parentheses
2A = (b₁ + b₂)h
2A/h = b₁ + b₂h ← Wrong. You only divided the b₁ term by h.
The h multiplies the entire* sum. You must divide the entire* left side by h, or distribute first. No cherry-picking.
Mistake 3: Sign errors when subtracting b₁
b₂ = 2A/h - b₁
If b₁ is negative (weird trapezoid, but possible in coordinate geometry), subtracting a negative means adding. People miss this.
Fix: Write it as b₂ = 2A/h + (-b₁) if it helps. Or just pause and think: "minus negative five is plus five."
Mistake 4: Units mismatch
Area in square centimeters, height in meters, base in millimeters. The formula doesn't care — but your answer will be nonsense.
Fix: Convert everything to the same unit before* plugging in. Always. No exceptions.
Mistake 5: Confusing b₁ and b₂
The formula is symmetric. b₁ and b₂ are interchangeable. But if a problem says "the shorter base is 5" and you label the longer one b₁, your final answer for "the other base" will
be correct numerically but labeled wrong. If the question asks for the longer base and you give the shorter one, you lose the point.
Fix: Label your diagram. Write "shorter = 5" next to the correct base. Let the algebra tell you which variable is which.
When the Height Is Missing
Sometimes you get area and both bases, but need the height. The rearrangement is nearly identical:
A = ½(b₁ + b₂)h
2A = (b₁ + b₂)h
h = 2A / (b₁ + b₂)
Notice the parentheses in the denominator. The sum of the bases goes together* under the 2A. A classic error is writing h = 2A/b₁ + b₂, which divides only the first base. Wrong.
Example: A = 72, b₁ = 8, b₂ = 10.
h = 2(72) / (8 + 10) = 144 / 18 = 8.
Check: ½(8 + 10)(8) = ½(18)(8) = 9(8) = 72. ✓
Coordinate Geometry Twist
In analytic geometry, you might get vertices instead of lengths. Say a trapezoid has vertices at (1, 2), (5, 2), (7, 6), (0, 6). Bases are horizontal, so height is just the vertical distance: 6 − 2 = 4. Base lengths are horizontal distances: top base = 5 − 1 = 4, bottom base = 7 − 0 = 7. Area = ½(4 + 7)(4) = 22.
If the trapezoid is rotated, you need the perpendicular distance between parallel lines (height) and the lengths of the parallel segments (bases). Now, the formula doesn't change. Only the legwork to find the inputs changes.
Why This Rearrangement Matters
You're not just solving for a letter. You're practicing algebraic discipline:
- Clearing fractions first prevents downstream chaos.
- Respecting parentheses honors the order of operations.
- Checking units catches real-world nonsense.
- Verifying with the original equation catches algebra errors.
These habits scale. The same "clear fractions → isolate parentheses → subtract" logic solves for r in A = πr², for t in d = rt, for V in PV = nRT. The trapezoid is just a friendly place to build the muscle.
Quick Reference Card
| Solve for | Formula | First Move |
|---|---|---|
| b₂ | b₂ = 2A/h − b₁ | Multiply by 2 |
| b₁ | b₁ = 2A/h − b₂ | Multiply by 2 |
| h | h = 2A / (b₁ + b₂) | Multiply by 2 |
| A | A = ½(b₁ + b₂)h | (Already isolated) |
Print this. Tape it to your monitor. The pattern is always the same: **nuke the fraction, then peel the onion layer by layer.
Final Thought
The trapezoid area formula looks innocent. Now, it's a gatekeeper. It's not. Students who rush past the parentheses, who skip the "multiply by 2" step, who mix units — they don't just miss this problem. They build bad habits that show up in physics, in calculus, in engineering statics.
Slow down. Write the steps. Check the answer.
The math doesn't care how fast you go. It only cares that you're right.
Latest Posts
Just Posted
-
Domain And Range Of Trigonometric Functions And Inverse
Aug 24, 2026
-
What Is The Former Name Of Sri Lanka
Aug 24, 2026
-
Formula Of Perimeter Of A Sector
Aug 24, 2026
-
What Does The Suffix Mean In The Word Capitalism
Aug 24, 2026
-
Assign Each Characteristic To The Appropriate Type Of Muscle Fiber
Aug 24, 2026
Related Posts
One More Before You Go
-
What Is The Central Idea Of The Text
Aug 01, 2026
-
40 Of 120 Is What Percent
Aug 01, 2026
-
How Do You Find The Absolute Value Of A Fraction
Aug 01, 2026
-
In This Unit You Learned To
Aug 01, 2026
-
Which Of The Following Is True About Cannabis
Aug 01, 2026