InterviewSolution
Saved Bookmarks
| 1. |
If xa = yb = zc and y2 = xz, find the value of b.1. (2ac)/(c + a)2. (2bc)/(b + a)3. (3ac)/(c + a)4. (3bc)/(b + c) |
|
Answer» Correct Answer - Option 1 : (2ac)/(c + a) Given∶ xa = yb = zc, y2 = xz Formula Used∶ m√a = (a)1/m, (am × an) = am + n Calculation∶ Let xa = yb = zc = k, then x = k1/a, y = k1/b, z = k1/c Also, y2 = xz (k1/b)2 = k1/a × k1/c = k1/a+1/c k(c+a)/ac K2/b = k(c+a)/ac Or 2/b = (c + a)/ac 2 × ac = b × (c + a) ∴ The value of b is (2ac)/(c + a). |
|