There exist five positive integers in arithmatic progression arranged in increasing order such that
What is the sum of these five integers?
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.
Even if you don't use the first clue, you'll get the answer. It was added to increase the number of terms of the series. Using the second and the fourth clue or the third and the fourth clue you can get it. :)
Log in to reply
I just solved it by just using the fourth clue in my solution 😉
Logical (and lucky) approach:
Let's say we have an arithmetic sequence: a 1 , a 2 , a 3 , a 4 , a 5 .
The second clue implies that a 1 2 + a 2 2 = a 3 2 , means that the first three numbers form a Pythagoras triple. When I search for the satisfied one, the trio ( 3 , 4 , 5 ) do form a arithmetic sequence (1). To check again, let's see the first clue, states that a 1 + a 2 = a 5 . Series (1) has common difference of 1 , so a 5 = 7 , which satisfy the condition.
So the sequence is 3 , 4 , 5 , 6 , 7 with S u m = 2 5 .
a 1 + 4 d = a 2 + 3 d = a 3 + 2 d = a 4 + d = a 5
The solution is 3 + 4 + 5 + 6 + 7 = 2 5
I've added another clue.
Suppose the terms are a − 2 d , a − d , a , a + d , a + 2 d . We can get the answer just by the 4th clue.
Now, as per the 4th clue,
a − 2 d + a − d + a + a + d + a + 2 d = a 2
5 a = a 2
Now, dividing both sides by a as it is not 0 as all are positive integers.
5 = a
Thus, the sum of all the terms would be
= a − 2 d + a − d + a + a + d + a + 2 d
= 5 a
= 5 × 5 . . . . ( As we found a = 5 )
Thus, the sum is 5 × 5 = 2 5 .
@Foolish Learner I just solved it using the 4th clue.
Problem Loading...
Note Loading...
Set Loading...
We only need clues (1) and (4):
Say the numbers are a , a + d , a + 2 d , a + 3 d , a + 4 d .
Clue (1): 2 a + d = a + 4 d , so we have a = 3 d and we can rewrite the list as 3 d , 4 d , 5 d , 6 d , 7 d .
Clues (2) and (3) follow directly from this; they're the relations 3 2 + 4 2 = 5 2 and 3 3 + 4 3 + 5 3 = 6 3 respectively.
Clue (4): 2 5 d = 2 5 d 2 ; since the integers are positive, d = 1 and the sum is 2 5 .