z varies directly as x**2 --> z = k1*x**2
z varies inversely as y**2 --> z = k2/y**2
if z = 106 when x=4, then 106 = k1 * 4**2, and k1 = 17.67
if z = 106 when y=4, then 106 = k2/4**2, and k2 = 41.18
so the relationships become z = 17.67 * x**2
z = 41.18/y**2
when x = 9
z = 17.67 * 9**2 = 1431.27
when y = 8
z = 41.18/8**2 = 0.643