I can't figure out this problem:

AX+BY=C SOLVE FOR Y

AX+BY=C SOLVE FOR Y
subtract AX from both sides.
AX - AX + BY = C - AX
combine terms.
BY = C - AX
divide both sides by B
BY/B = (C-AX)/B
Y = (C-AX)/B

To solve the equation AX + BY = C for Y, follow these steps:

1. Subtract AX from both sides of the equation: AX - AX + BY = C - AX
This eliminates the AX term on the left side.

2. Combine like terms on the left side: BY = C - AX

3. Divide both sides of the equation by B: BY/B = (C - AX)/B
This isolates the Y term on the left side.

4. Simplify: Y = (C - AX)/B

Therefore, the solution for Y in the equation AX + BY = C is Y = (C - AX)/B.