Question 1108001
 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.
-------------