There are 5 consecutive positive integers p, q, r, s, t , and each of them is smaller than 10000.
Given that, p+q+r+s+t= a 2 and q+r+s= b 3 , where a and b are integers.
What is the value of p + q + r + s + t ?
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.
Forgot s was already used as one of the numbers sorry. Replace the s with l if you wish
First of all, the question should have stated that "There are 5 consecutive positive integers..." because, if this condition is not imposed on the numbers, then one can easily choose the middle number r as 0 , which would mean that the required answer is 0 . Since this isn't the answer, it means that the condition "positive integers" has to be taken into account.
Now that the conditions are clear, let the 5 consecutive positive integers be p = λ − 2 , q = λ − 1 , r = λ , s = λ + 1 , t = λ + 2 .
p + q + r + s + t = a 2 ⇒ 5 λ = a 2 . Therefore, λ must be of the form
5 2 n 1 − 1 × p 2 2 n 2 × p 3 2 n 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (1)
where p 2 , p 3 . . . are prime numbers so that the R.H.S can be a perfect square.
Again, since q + r + s = b 3 ⇒ 3 λ = b 3 . Therefore, λ must be of the form
3 3 m 1 − 1 × p 2 3 m 2 × p 3 3 m 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (2)
where p 2 , p 3 . . . are prime numbers so that the R.H.S can be a perfect cube.
Combining (1) and (2), we can say that λ should be of the form
5 2 n 1 − 1 × 3 3 m 1 − 1 × p 2 6 k 2 × p 3 6 k 3 . . . .
Now, the primes p 2 , p 3 . . . can be 2 , 7 , 1 1 , 1 3 . . . . But since r < 1 0 0 0 0 , the only possible value of the primes p 2 , p 3 . . . (if at all they occur) would be 2 .
So combining all these, λ = 5 2 n − 1 × 3 3 m − 1 × 2 6 k where n = 1 , 2 , 3 . . . m = 1 , 2 , 3 . . . and k = 0 , 1 .
Now, taking n = 2 and m = 1 and k = 0 gives us λ = 5 3 × 3 2 = 1 2 5 × 9 = 1 1 2 5 .
(NOTE: Taking any other value from n = 3 , 4 , 5 . . . , m = 2 , 3 , 4 . . . and k = 1 would make λ > 1 0 0 0 0 ).
Hence, p + q + r + s + t = ( λ − 2 ) + ( λ − 1 ) + ( λ ) + ( λ + 1 ) + ( λ + 2 ) = 5 λ = 5 × 1 1 2 5 = 5 6 2 5
Therefore, p + q + r + s + t = 5 6 2 5 = 7 5
p+q+r+s+t=5p+10=a2 q+r+s=3p+6=b3
3a2=5b3 (3/5)a2=b3
for (3/5)a2 be a cube of an integer a2=(5 to the power 4)(3 to the power 2) a=75= answer
Assume that,
p = x − 2
q = x − 1
r = x
s = x + 1
t = x + 2
Sum of p + q + r + s + t = 5 x = m 2
Sum of q + r + s = 3 x = n 3
m and n are integers.
So, 1 5 x 2 = m 2 ∗ n 3 .
1 5 x 2 = n ( m n ) 2
So, n = 1 5 .
3 x = n 3 = 1 5 3
x = 9 ∗ 1 2 5
5 x = 9 ∗ 6 2 5 = 7 5 2
So m = 7 5 .
from given info
we have p=r-2 q=r-1.......
therefore p+q+r+s+t=5r=a^2 & q+r+s=3r=b^3 so r must be 125*9=1125
and a^(1/2)=(5r)^(1/2)=75
just like KVPY 2013
5 ( p + 2 ) = a 2 , 3 ( p + 2 ) = b 3 . So p + 2 has to be 3 2 multiplied by a cube that is divisible by 5 (Hence it must be divisible by 1 2 5 ). Simultaneously p + 2 has to be 5 multiplied by a perfect square divisible by 3 (Hence it must be divisible by 9 ). Hence p + 2 = 1 2 5 × 9 , and the rest follows.
P,Q,R,S,T ARE CONSECUTIVE NUMBERS. THEREFORE, Q=P+1,R=P+2,S=P+3,T=P+4. THEREFORE P+Q+R+S+T=5P+10=A^2 5P+10=A^2. Q+R+S=3P+6=B^3 3P+6=B^3. WE HAVE TWO EQUATIONS:-5P+10=A^2 AND 3P+6=B^3. SOLVING THESE, WE GET 3 (A^2)=5 (B^3). THEREFORE WE GET A=75 AND B=15. THEREFORE PUTTING A=75 IN ONE OF THE EQUATION, WE GET P=1123. THEREFORE P+Q+R+S+T=1123+1124+1125+1126+1127=5625. THEREFORE SQUARE ROOT OF P+Q+R+S+T=SQUARE ROOT OF 5625=75. THEREFORE ANSWER IS 75.
Woah, calm down bro.
Note that p , q , r , s , and t are all consecutive integers. Therefore, we can rewrite the sets like this. { p , q , r , s , t } = { r − 2 , r − 1 , r , r + 1 , r + 2 } The sum of the elements of this set is equal to 5 r , and the sum of the middle 3 elements is equal to 3 r . Knowing this, we can set up this system of Diophantine equations. 5 r = a 2 3 r = b 3 We can solve this using some simple modular arithmetic.
The first thing that should be noticed is that r can be factored as 3 3 k − 1 5 2 n − 1 . We know this because multiplying this by 3 or 5 makes the 3 x and 5 x factors cubes or squares, respectively. We need to find values of k and n that, with the necessary multiplications, would give integral a and b . So let's set up what we need to find. 3 k − 1 ≡ 0 mod 2 2 n − 1 ≡ 0 mod 3 Solving this gives this. k ≡ 1 mod 2 n ≡ 2 mod 3 The smallest solutions that exist for this are { k , n } = { 1 , 2 } . Plugging into r gives r = 3 2 × 5 3 (which obviously fits the criteria that r ≤ 9 9 9 7 ). The question is asking for 5 r = 3 2 × 5 4 , so the answer is 3 × 5 2 = 7 5
The last thing that needs to be done is to confirm that there is no other solution for r . k and n cannot be negative or they would give a non-integer r , so k , n ≥ 0 . The next-smallest r that can be produced occurs when { k , n } = { 3 , 2 } , but this would produce an r much bigger than 9 9 9 7 , so { 1 , 2 } is the only possible solution.
So why must r ≤ 9 9 9 7 and not 1 0 0 0 0 ? Well, if you look at the problem, t is an integer less than 1 0 0 0 0 , so the maximum t is 9 9 9 9 . This produces a maximum r of 9 9 9 7 .
There is a small problem with the question. It needs to specify that p , q , r , s , and t are all positive integers. Otherwise, the following is a viable solution making the answer to the problem 0 . { p , q , r , s , t , a , b } = { − 2 , − 1 , 0 , 1 , 2 , 0 , 0 }
Since p , … , t are consecutive integers, the first requirement can be written as p + … + t = 5 ⋅ p + 0 + 1 + 2 + 3 + 4 = 5 ⋅ p + 1 0 = 5 ⋅ ( p + 2 ) = a 2 and similarly the second statement becomes 3 ( p + 2 ) = b 3 . Since each prime factor has to occur an even number of times in a square, the first requirement thus tells us that p + 2 is of the form 5 ⋅ ( some square ) . Every prime factor in a cube has to occur a multiple of 3 times. Hence, the second requirement tells us that p + 2 is of the form 3 2 ⋅ ( some cube ) .
Combining these facts that p + 2 has to be both of the form 3 2 ⋅ cube and 5 ⋅ square , it follows that it has to be of the form 3 2 ⋅ 5 3 ⋅ c 6 for some natural number c .
We have been told that all of p , … , t are smaller than 1 0 0 0 0 , so it follows that c = 1 , p = 3 2 ⋅ 5 3 − 2 and p + q + r + s + t = ( 3 2 ⋅ 5 3 − 2 ) + … + ( 3 2 ⋅ 5 3 + 2 ) = 5 ⋅ 3 2 ⋅ 5 3 = 3 ⋅ 5 2 = 7 5
I haven't understood why p+2 should be of the form 5.(some square) and why it should also be of the form 3.3.(some cube)?
Log in to reply
The main observation for the first case is the following: In any square, each prime factor occurs an even number of times. Why? If a number can be written as product of primes, say a = p 1 ν 1 … p r ν r , its square becomes a 2 = p 1 2 ν 1 … p r 2 ν r . All powers in this are even. In a similar fashion, all prime factors in a cube occur a multiple of three times, etc.
If we now look at the first one, we notice that 5 ( p + 2 ) = a 2 is a square, so 5 is a factor of this square. Since every prime factor occurs an even number of times, a 2 must contain at least a second factor 5 as well. On the left-hand side of the equation, this extra factor 5 can only occur, if it is a prime factor of p + 2 . Is it somewhat clearer now?
If so, the second part, why it has to be of the form 3 2 ⋅ ( some cube ) should be clear as well, I think. If it isn't clear, please ask. I'd love to explain.
Log in to reply
thanx 4 explaining. It is now clear 2 me. :D
Below is a very easy question but I am unable to understand it. It would be great if you could explain its solution and send it to me on manohar.prakkash@gmail.com
250 lottery tickets were sold and there are 5 prizes on these tickets.If John has purchased one lottery ticket, what is the probability that he wins a prize? Thanx
Problem Loading...
Note Loading...
Set Loading...
Let the 5 consecutive numbers be n − 2 , n − 1 , n , n + 1 , n + 2 and let them correspond to p , q , r , s , t
This implies p + q + r + s + t = 5 n and that q + r + s = 3 n
So 5 n = a 2 and 3 n = b 3
Since we are dealing with integers it is easy to see that n = 5 k 2 and that n = 3 2 s 3 .
We can eventually find a value for n which satisfies both these expressions.
That is : n = 3 2 ∗ 5 3 (our values for k and s would be 3 ∗ 5 and 5 respectively ) and so a 2 = 3 2 ∗ 5 4 .
Since p + q + r + s + t = a 2 ,
p + q + r + s + t = a = 5 2 ∗ 3 = 7 5
And so the answer is 7 5