절댓값 방정식 계산기 (|ax + b| = c)
입력
|a\,x + b| = c
결과
\begin{aligned} x_1 &= \dfrac{c - b}{a} \\ &= \dfrac{(7) - (-3)}{2} = ? \end{aligned}
\begin{aligned} x_2 &= \dfrac{-c - b}{a} \\ &= \dfrac{-(7) - (-3)}{2} = ? \end{aligned}
\begin{aligned} x_1 &= \dfrac{c - b}{a} \\ &= \dfrac{(7) - (-3)}{2} = ? \end{aligned}
절댓값은 항상 0 이상이므로 c가 음수일 때 |ax + b| = c 를 만족하는 실수 x는 존재하지 않습니다. c에 0 이상의 값을 입력하십시오.