Four different integers form an increasing Arithmetic Progression. One of its term is equal to sum of squares of rest three . Let a , b , c , d denote the terms of the progression in ascending order.
Let
x = a ( F i r s t T e r m ) y = ( b − a = c − b = d − c ) ( C o m m o n D i f f e r e n c e O f P r o g r e s s i o n ) z = a + b + c + d ( S u m O f T e r m s ) w = a b c d ( P r o d u c t O f T e r m s )
Report The Answer As
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.
I tried the problem with the exact method but calculations seemed to loop.
This is not a solution but a hit & trial way of doing this solution. An AP for these conditions can be -1, 0, 1,2.
@Pulkit Gupta How is this hit and trial?
Log in to reply
The question states the one of the terms of the AP is the sum of the squares of the other three numbers.
You shall agree that this term shall be the largest among the four.
I then thought of the most trivial cases for this to be true, provided that the numbers form an AP. Took 1 as the smallest among the four -did not hit a viable solution. Took 1 as the largest among the four and got the possible answer as this.
Log in to reply
Its simple logic. I've modified my solution.
Log in to reply
@Rishik Jain – Read your solution. Upvoted.
The beauty of the problem lies in its mathematical solution indeed :-)
Log in to reply
@Pulkit Gupta – Are you satisfied now?
Problem Loading...
Note Loading...
Set Loading...
Let the terms be a − 3 d , a − d , a + d , a + 3 d
Since this is an increasing AP, it is obvious that the largest term will be equal to the sum of squares of the other three. If any other term is such, then the square of the largest number will automatically be greater than that term. An important observation is that all the terms cannot be negative since the largest one is equal to the sum of squares of the rest which makes it positive. And hence it is certain that the largest term will be equal to the sum of squares of the other three.
Given : a + 3 d = ( a − 3 d ) 2 + ( a − d ) 2 + ( a + d ) 2
Solving this quadratic equation in a ,
We get d = 0 , 2 1
However d = 0 because then all the terms would be equal and there would not be an increasing AP.
∴ d = 2 1
Substituting d = 2 1 , we get a = 2 1 o r 6 5
But, a = 6 5 because then a − d would equal 3 1 which is not an integer.
∴ a = 2 1
Substituting values of a and d ,
The four terms are − 1 , 0 , 1 , 2
∴ − 1 + 1 + ( − 1 + 0 + 1 + 2 ) + ( − 1 ) ( 0 ) ( 1 ) ( 2 ) = 2