SOLUTION: Write a function to model this variation.
z=6 when x=4 and y=3. z varies directly with y and inversely with x.
Algebra ->
Rational-functions
-> SOLUTION: Write a function to model this variation.
z=6 when x=4 and y=3. z varies directly with y and inversely with x.
Log On
You can put this solution on YOUR website! Write a function to model this variation.
z=6 when x=4 and y=3. z varies directly with y and inversely with x.
----------------
z = k*y/x
----------------
Solve for "k"::
6 = k*3/4
k = 8
-----
Equation::
z = 8*y/x
----------
Cheers,
Stan H.
-------------