Gegeben ist die Formel z = u^2 * a * b^2/d * e^2 ( mit a,b,d,e,u, z Elemente aus postive reellen Zahlen)
1. Die Funktion a -> z (mit u,b,d,e konstant) ist vom Typ f(x) = cx.
2. Die Funktion b -> z (mit u,a,d,e konstant ) ist vom Typ f(x) = c* x^2.
3. Die Funktion d -> z (mit u,a,b,e konstant) ist vom Typ f(x) = c/x.
4. Die Funktion e -> (mit u,a,b,d konstant ) ist von Typ f(x) =c/ x^2.
5. Die Funktion u -> z (mit a,b,d,e konstant) ist vom Typ f(x) = c * (Wurzel aus)x.
Welche Aussagen stimmen hier und welche nicht kann mir das wer erklären wieso es nicht stimmt oder wieso es richtig ist?