Step 1: The Golden Rule

Tap to flip sign

Original Inequality
Divide both sides by {{ s1.coef }}
x
{{ s1.val / s1.coef }}
Correct! The sign flips.

Step 2: Expand

Drag to distribute

{{ s2.mult }}
(
{{ s2.done1 ? s2.mult * s2.t1 + 'x' : s2.t1 + 'x' }}
{{ s2.done2 ? (s2.mult * s2.t2 > 0 ? '+' + (s2.mult * s2.t2) : s2.mult * s2.t2) : (s2.t2 > 0 ? '+' + s2.t2 : s2.t2) }}
)
Awesome distribution!

Step 3: Balance Scales

Slide to isolate x

{{ s3.phase === 1 ? 'Add or subtract to both sides' : 'Multiply or divide both sides' }}
-10010
x is isolated!

Step 4: Solve

Build the solution

Line {{ s4.activeLine + 1 }}
Click blocks below to build here...
Solution Complete!
🏆

Inequality Master!

You flipped signs, distributed numbers, balanced scales, and built perfect solutions.

{{ s2.mult }}