10
algebraSolve for :
A
x = (c - b) / a
B
x = (c + b) / a
C
x = (b - c) / a
D
x = c - b - a
Correct Answer: A
Choice Choice A is the correct answer.
- Start:
- Subtract b:
- Divide by a:
Choice Choice D is incorrect because subtracted a.
Choice Choice B is incorrect because sign error.
Choice Choice A is incorrect because sign error.