InterviewSolution
Saved Bookmarks
| 1. |
If xi > 0, yi > 0 (i = 1, 2, 3, ...... n) are the values of two variable X and Y with geometric mean P and Q respectively, then the geometric mean of X/Y is a. P/Q b. antilog (P/Q)c. n(log P – log Q) d. n(logP + log Q) |
|
Answer» Correct option a. P/Q Explanation: (x1. x2 ......xn)1/n = P (y1. y2 .....yn)1/n = Q ((x1. x2 ......xn)/(y1. y2 .....yn))1/n = (x1. x2 ......xn)1/n/(y1. y2 .....yn)1/n = P/Q |
|