For two benchmarks, x and y, show that their arithmetic mean is always higher than, or the same as, the geometric mean.

What will be an ideal response?


We need to demonstrate that (x + y)/2 ? (x?y) ½
If we multiply by 2, we get (x + y) ? 2(x.y) ½
If we square both sides we get x2 + y2 + 2x?y ? 4x?y or x2 + y2 ? 2x?y or x2 + y2 ? 2x?y ? 0.
We can write (x ? y)2 ? 0

This is clearly true. If x = y, (x ? y)2 = 0 and the arithmetic mean and geometric means are equal. If x and y are
not equal, the value of x ? y is not zero and (x ? y)2 is positive. Therefore, the arithmetic mean is higher than or
the same as the geometric mean.

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. You can not derive an interface from a base interface. 2. The compiler and the run-time system enforces semantics on the Comparable interface.

Computer Science & Information Technology

A JavaFX event handler for event type T is an instance of _______.

a. ActionEvent b. Action c. EventHandler d. EventHandler

Computer Science & Information Technology

Describe the two tabs on the NFS Client Configuration window.

What will be an ideal response?

Computer Science & Information Technology

In the accompanying figure, item 1 points to the ____.

A. name of the figure B. name of the window C. default document name D. Applications bar

Computer Science & Information Technology