1

Let $x$ is directly proportional to $y$ and inversely proportional to $z$.

From above condition we have that: $x=\alpha y$ and $x=\dfrac{\beta}{z}$.

Does it follow that $x=k\dfrac{y}{z}$ where $k$ is some constant?

If it is true could anyone explain how it follows?

RFZ
  • 16,814

1 Answers1

0

As you said,

$$ x=\alpha y $$

and

$$ x=\frac{\beta}{z} $$

Multiplying the two equations we get,

$$ x^2 = \alpha \beta\frac{y}{z} $$

So, the correct relation is,

$$ x=k_1 \sqrt{\frac{y}{z}} $$

Now, let us suppose that $x=k_2\frac{y}{z}$ is also true.

Then,

$${\frac{y}{z}} = k_3$$

which is false since you placed no constraints on $y$ and $z$.

Agile_Eagle
  • 2,922