My younger brother was asked to do this problem and was given the problem exactly as the problem was given with no additional information.
Basically, we are trying to find the values of x,y,and z but we are currently having a hard time. So the first thing we tried to do is set up proportions but realized that none of the three triangles can be proved similar by AA, SAS or SSS.
Then I thought about using the law of sines and here is what i did:
I am using triangles ACD and BCD
$$\frac{AC}{sin 90}=\frac{DC}{sin 90}$$
but AC=9 so, $$\frac{9}{sin 90}=\frac{DC}{sin 90}$$
which means $z=9$ and then here is where the problem occurs:
I decided to use Pythagorean theorem to find y but I get y=0. So now, I'm here to seek help. Any ideas?

You might start by recognizing that $ABD$ and $ADC$ are similar triangles, because they share the angles $\angle DAC$ and $90$ degrees. Therefore, $$\frac{y}{4} = \frac{z}{x} = \frac{9}{y}$$ We can rearrange $y/4 = 9/y$ to obtain $y^2 = 36$, so $y = 6$, which allows us to answer (b). Then by the Pythagorean theorem, $$4^2 + x^2 = y^2 = 36$$ so $x^2 = 20$, which means that $x = \sqrt{20}$, which allows us to answer (a). Finally, rearranging the first equation above gives us $$z = \frac{xy}{4} = \frac{6\sqrt{20}}{4}$$ which allows us to answer (c).