Solve 4 Variable Equation: a,b,c & x

  • Context: High School 
  • Thread starter Thread starter Biaqua
  • Start date Start date
  • Tags Tags
    Variable
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Biaqua
Messages
2
Reaction score
0
For my work, I need to solve the following equation for the variable x (if possible):

a * (x/1000) = b - x * c

Can someone please help me solve it or inform me that it is simply not possible. I'm chemist myself, so solving equations is not exactly my expertise.

Thanks in advance!
 
Mathematics news on Phys.org
Thanks, but I already got to that point. The thing is that I don't know how to solve the (x/1000) part.
 
Biaqua said:
Thanks, but I already got to that point. The thing is that I don't know how to solve the (x/1000) part.

Multiply both sides by 1000.
 
Just to make it abundantly clear:

[tex]\frac{a}{1000} x = b - c x[/tex]
[tex]\frac{a}{1000} x + c x = b[/tex]
[tex](\frac{a}{1000} + c) x = b[/tex]
[tex]x = \frac{b}{\frac{a}{1000} + c}[/tex]
[tex]x = \frac{1000 b}{a + 1000 c}[/tex]