Multiply all the numbers together
Count how many numbers there are
Take the nth root of the product, where n is the number of values
Use the formula: Geometric Mean = (x1 × x2 × … × xn)^(1/n)
For two numbers, use: Geometric Mean = √(x1 × x2)
Ensure all numbers are positive when using the geometric mean for real results
