Question 889571: insert two geometric means between 2 and 6.25
Answer by rothauserc(4718) (Show Source):
You can put this solution on YOUR website! let's pick two numbers between 2 and 6.25, say 3 and 4. We need to calculate the geometric mean for
(2, 3, 6.25) and (2, 4, 6.25)
1) we calculate the cube root of (2*3*6.25) = 3.34716475
2) we calculate the cube root of (2*4*6.25) = 3.684031499
The geometric mean is calculated by multiplying the numbers in your data-set and the taking the n root of the result where n is the number of elements in your data-set
|
|
|