asked 168k views
3 votes
Make x the subject of the formula in R = ax-p/q+bx

asked
User Tricote
by
8.1k points

1 Answer

3 votes

R = (ax - p)/(q + bx)

(ax - p) = R(q + bx)

ax - p = Rq + Rbx

ax - Rbx = Rq + p

x(a - Rb) = Rq + p

x = (Rq + p)/(a - Rb)

answered
User Francesse
by
7.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.