The arithmetic mean and geometric mean of two numbers are 25 and 20, respectively. What is the ratio of the smaller number to the larger number?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
x = first number
y = second number
GM = √(xy)
20 = √(xy) [equation 1]
AM = (x+y)/2
25 = (x+y)/2
50 = x+y
x = 50 - y [equation 2]
Substitute equation 2 in equation 1.
20 = √(xy)
20 = √[(50-y)y]
20 = √(50y-y²)
square both sides
400 = 50y-y²
y² - 50y + 400 = 0
y = 40 and y = 10
if y = 10
x = 50 - y
x = 50 - 10 = 40
if y = 40
x = 50 - 10
x = 50 - 40 = 10
smaller number = 10
larger number = 40
ratio = 10/40 = 1/4 = 0.25