learn.howToCalculate
learn.whatIsHeading
Absolute value equations describe the distance of a number from zero on a number line. Solving |x - a| = b requires considering both positive and negative cases, as distance is always non-negative.
Fórmula
|x - a| = b → x - a = b or x - a = -b
Guía paso a paso
- 1Set up two equations: positive and negative cases
- 2Solve each equation separately
- 3Verify both solutions in the original equation
Ejemplos resueltos
Entrada
|x - 3| = 5
Resultado
x = 8 or x = -2
Both values are 5 units away from 3
Errores comunes a evitar
- ✕Forgetting the negative case
- ✕Not checking solutions in the original equation
learn.ctaText
Pruébalo tú mismo →