i need to solve for x here's the problem
ax / c + b - d = e
ax / c + b - d = e
-
ax / c + b - d = e
multiply eqn by c
ax + bc - dc = ec
move everything that does NOT contain x to the RHS (right hand side) of the equal sign
ax = ec + dc - bc
divide by a
x = ( ec + dc - bc ) / a
factor c
x = (c / a)(e + d - b)
multiply eqn by c
ax + bc - dc = ec
move everything that does NOT contain x to the RHS (right hand side) of the equal sign
ax = ec + dc - bc
divide by a
x = ( ec + dc - bc ) / a
factor c
x = (c / a)(e + d - b)
-
If you mean (ax/c) + b - d = e, then:
ax/c = e - b + d
ax = c(e - b + d)
x = (c/a)(e - b + d)
ax/c = e - b + d
ax = c(e - b + d)
x = (c/a)(e - b + d)
-
ax/c +b = e+d
ax/c= e+d-b
ax= c(e+d-b)
X= c(e+d-b)/a
Hoping this helps!
ax/c= e+d-b
ax= c(e+d-b)
X= c(e+d-b)/a
Hoping this helps!