@kingsleyx said:(a) If a^x = b , b^y = c , c^z = a , then xyz = 0(b) If p = a^x, q =a^y, (p^y * q^x)^z = a^z, then xyz = 1.(c) If x^a = y^b = z^c and ab+bc+ca=0, then xyz=1.Find the statements which are true !!
In questions where we have some powers involved then there are then
(i) we should try and take logarithms and then try to multiply/add the logs to get the desired result
(ii) if there are multiple equality given in a single expression (for example in case (c) then we should equate each of them as 'k' and then proceed.
(a) taking logs we get x = log(b)/log(a), y = log(c)/log(b), z = log(a)/log(c)
multiplying all we get xyz=1.
(b) taking logs we get
xlog(a) =log(p).............(i)
ylog(a) =log(q).............(ii)
yzlog(p) + xzlog(q) = zlog(a)...........(iii)
replacing values of log(p) and log(q) in (iii)
xyzlog(a) + xyzlog(a) = zlog(a) => 2xyzlog(a) = zlog(a) => xy = 1/2
(c) x^a = y^b = z^c = k
=> log(x) = log(k)/a ; log(y) = log(k)/b; log(z) = log(k)c
=>log(x)+log(y)+log(z) = log(k)*(1/a+1/b+1/c)
=>log(xyz) = log(k)*(ab+bc+ca)/abc
since ab+bc+ca = 0 => log(xyz) = 0 => xyz =1.
ATDH.