The arithmetic mean and geometric mean of two numbers are 25 and 20 respectively. Find the smaller 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.
Thanks for posting a solution.
If the A.M. of two numbers be A and their G.M. be G then the smaller number is A − A 2 − G 2 . Here A = 2 5 and G = 2 0 . Hence the smaller number is 2 5 − 2 5 2 − 2 0 2 = 1 0 .
Thanks for posting a solution.
Problem Loading...
Note Loading...
Set Loading...
Let x,y be the numbers.
AM = (x +y)/2 = 25 so x + y = 50 and y = 50 - x (1)
GM = sqrt(x y) = 20 so x y = 400 (2)
Substituting (1) into (2) gives x*(50-x) = 400 or 50x - x^2 = 400
Solving the quadratic x = 10 or x = 40
Smallest x = 10