Solveeit Logo

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] 1n31\le n\le 3
[b] 4n64\le n\le 6
[c] 7n97\le n\le 9
[d] 10n1210\le n\le 12

Explanation

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)3S=\left( n \right)+{{\left( n+1 \right)}^{2}}+{{\left( n+2 \right)}^{3}}
But according to the question S=(n+n+1+n+2)2S={{\left( n+n+1+n+2 \right)}^{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 \begin{aligned} & n+{{\left( n+1 \right)}^{2}}+{{\left( n+2 \right)}^{3}}={{\left( n+n+1+n+2 \right)}^{2}} \\\ & \Rightarrow n+{{\left( n+1 \right)}^{2}}+{{\left( n+2 \right)}^{3}}={{\left( 3n+3 \right)}^{2}} \\\ \end{aligned}
Taking 3 common from the terms of 3n+3, we get
n+(n+1)2+(n+2)3=9(n+1)2n+{{\left( n+1 \right)}^{2}}+{{\left( n+2 \right)}^{3}}=9{{\left( n+1 \right)}^{2}}
Subtracting (n+1)2{{\left( n+1 \right)}^{2}} from both sides, we get
n+(n+2)3=8(n+1)2n+{{\left( n+2 \right)}^{3}}=8{{\left( n+1 \right)}^{2}}
Using (a+b)2=a2+2ab+b2,{{\left( a+b \right)}^{2}}={{a}^{2}}+2ab+{{b}^{2}}, we get
n+(n+2)3=8(n2+2n+1)n+{{\left( n+2 \right)}^{3}}=8\left( {{n}^{2}}+2n+1 \right)
Using (a+b)3=a3+3a2b+3ab2+b3,{{\left( a+b \right)}^{3}}={{a}^{3}}+3{{a}^{2}}b+3a{{b}^{2}}+{{b}^{3}}, we get
n+n3+6n2+12n+8=8n2+16n+8n+{{n}^{3}}+6{{n}^{2}}+12n+8=8{{n}^{2}}+16n+8
Transposing all the terms to LHS, we get
n3+6n28n2+12n+n16n+88=0 n32n23n=0 \begin{aligned} & {{n}^{3}}+6{{n}^{2}}-8{{n}^{2}}+12n+n-16n+8-8=0 \\\ & \Rightarrow {{n}^{3}}-2{{n}^{2}}-3n=0 \\\ \end{aligned}
Taking n common from the term on LHS, we get
n(n22n3)=0n\left( {{n}^{2}}-2n-3 \right)=0
Since n is a positive integer, we have n0n\ne 0
Hence, we have
n22n3=0{{n}^{2}}-2n-3=0
Using splitting the middle term, we have
n23n+n3=0{{n}^{2}}-3n+n-3=0
Taking n common from the first two terms and 1 common from the last two terms, we get
n(n3)+1(n3)=0n\left( n-3 \right)+1\left( n-3 \right)=0
Taking n-3 common from the terms, we get
(n3)(n+1)=0\left( n-3 \right)\left( n+1 \right)=0
Since n is a positive integer, we have n+10n+1\ne 0
Hence, we have
n3=0n-3=0
Adding 3 on both sides, we get
n=3n=3
Hence the smallest integer among the three consecutive integers is 3
Hence, we have
1n31\le n\le 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=1443+{{4}^{2}}+{{5}^{3}}=3+16+125=144
Also, we have
(3+4+5)2=122=144{{\left( 3+4+5 \right)}^{2}}={{12}^{2}}=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.