2

Here is a formula where $y$ and $z$ are known $$ x = \frac{y-0.04z}{0.27z} $$ How would I work out $z$ when only $x$ and $y$ are known?

Mike Pierce
  • 18,938
Sunil
  • 123

1 Answers1

2

$$x={{y-0.04 \cdot z} \over {0.27 \cdot z}}$$ Multiply the denominator to clear the fraction $$\Rightarrow 0.27 \cdot x\cdot z=y-0.04 \cdot z$$ Put the z's on the same side $$\Rightarrow 0.27 \cdot x\cdot z+0.04 \cdot z=y$$ Factor "out" the z $$z \cdot (0.27\cdot x+0.04)=y$$ Divide to get z $$z={{y} \over {0.27 \cdot x+.04}}$$ This is equivalent to $$z={{100 \cdot y} \over {27\cdot x+4}}$$

Hopefully you can generalize this method. Also, for future reference, make sure to post your own attempt at solution with your question.

(Posted on mobile)

Zach466920
  • 8,341
  • Awesome - Thank you - I learned something today. I did find a small problem with the last step of the formala z = 100y / 27x + 4 .. The result was not the same as the previous step :) But Thanks anyway - this really helped :) – Sunil Jun 25 '15 at 00:38
  • 1
    Your welcome. To get the last formula, multiply both the top and bottom by 100. – Zach466920 Jun 25 '15 at 00:43