Given that a,b,c are positive numbers and that they make an arithmetic progression, and that . What is the sum of a, b, and c?
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.
There are many solutions, but only one possible with all integer values. So let's search for integers solutions.
By hypotesys we can assume b = a + r and c = a + 2 r
We have then
3 a 2 + 6 a r + 5 r 2 = 8 3
Let m be the minimum value between a and r . We have
1 1 m 2 ≤ 8 3
So m 2 ≤ 1 1 8 3 and in the end
m ≤ 2 .
So we know that at least one between a and r must be 1 or 2 .
If we try a = 1 and a = 2 it leads r to assume non integer values. Also taking r = 1 leads non integer solutions for a . Taking the only other option r = 2 gives the following equation for a
3 a 2 + 1 2 a + 2 0 = 8 3
that is
a 2 + 4 a + 4 = 2 5
which gives the only positive solution a = 3 .
So we have
a = 3 , b = a + r = 5 , c = a + 2 r = 7
and the sum is 1 5 .