To solve the equation \( ax + by = c \) for \( x \), we need to isolate \( x \).
-
Start with the original equation: \[ ax + by = c \]
-
Subtract \( by \) from both sides: \[ ax = c - by \]
-
Finally, divide both sides by \( a \) (assuming \( a \neq 0 \)): \[ x = \frac{c - by}{a} \]
This can also be written as: \[ x = \frac{c}{a} - \frac{by}{a} \]
Now, let's compare this with the choices provided:
A. \( x = \frac{c - by}{a} \) - This matches our final equation.
B. \( x = a(c - by) \)
C. \( x = a(c + by) \)
D. \( x = \frac{c + by}{a} \)
The correct answer is:
A. \( x = \frac{c - by}{a} \)