Question
Question: Three consecutive positive integers are raised to the first, second and the third powers respectivel...
Three consecutive positive integers are raised to the first, second and the third powers respectively and then added. The sum so obtained is a perfect square whose square root is equal to the total of the three original integers. Which of the following best describes the minimum say n of these three integers?
[a] 1≤n≤3
[b] 4≤n≤6
[c] 7≤n≤9
[d] 10≤n≤12
Solution
Hint:Use the fact that three consecutive integers can be written as n, n+1,n+2 where n is the smallest of the integers. Hence find the sum of first, second and third number raised to the first, second and third powers respectively. Equate this to the square of the sum of the three integers and hence form a cubic in n. Solve for n. Hence find the range which n satisfies.
Complete step-by-step answer:
Let the three integers be n,n+1 and n+2.
Now, we have sum of first integer raised to the first power, second integer raised to the second power and the third integer raised to the third power is given by
S=(n)+(n+1)2+(n+2)3
But according to the question S=(n+n+1+n+2)2
Hence, we have
n+(n+1)2+(n+2)3=(n+n+1+n+2)2⇒n+(n+1)2+(n+2)3=(3n+3)2
Taking 3 common from the terms of 3n+3, we get
n+(n+1)2+(n+2)3=9(n+1)2
Subtracting (n+1)2 from both sides, we get
n+(n+2)3=8(n+1)2
Using (a+b)2=a2+2ab+b2, we get
n+(n+2)3=8(n2+2n+1)
Using (a+b)3=a3+3a2b+3ab2+b3, we get
n+n3+6n2+12n+8=8n2+16n+8
Transposing all the terms to LHS, we get
n3+6n2−8n2+12n+n−16n+8−8=0⇒n3−2n2−3n=0
Taking n common from the term on LHS, we get
n(n2−2n−3)=0
Since n is a positive integer, we have n=0
Hence, we have
n2−2n−3=0
Using splitting the middle term, we have
n2−3n+n−3=0
Taking n common from the first two terms and 1 common from the last two terms, we get
n(n−3)+1(n−3)=0
Taking n-3 common from the terms, we get
(n−3)(n+1)=0
Since n is a positive integer, we have n+1=0
Hence, we have
n−3=0
Adding 3 on both sides, we get
n=3
Hence the smallest integer among the three consecutive integers is 3
Hence, we have
1≤n≤3
Hence option [a] is correct.
Note: Verification:
We have the three integers are 3,4.5.
Now, we have
3+42+53=3+16+125=144
Also, we have
(3+4+5)2=122=144
Hence we have the sum of the first power of the first number, the second power of the second number and the third power of the third number is a perfect square whose square root is equal to the sum of the three integers.
Hence our answer is correct.