Let a , b , c , d and e be consecutive positive integers such that b + c + d is a perfect square and a + b + c + d + e is a perfect cube. Find the smallest possible value of c .
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.
This solution isn't complete as yet. Observe that you decided to put the condition of 3 ∣ c into 3 ∣ c ∣ 5 c , but on the other hand didn't decide to put the condition of 5 ∣ c into 5 ∣ c ∣ 3 c .
Put another way, all that you've found is a necessary condition. You have not found a sufficient condition, nor have you demonstrated that 675 does indeed satisfy the conditions.
E.g. We could have claimed that 1 5 ∣ c , but that doesn't tell us that the answer is 15.
Let b + c + d = 3 a + 6 = p 2 and a + b + c + d + e = 5 a + 1 0 = q 3 , which yield:
a + 2 = c = 3 p 2 or 5 q 3 (i).
If (i) is true, then we require p = 3 w 5 x , q = 3 y 5 z for the smallest possible w , x , y , z ∈ N . Substituting these expressions into (i) now produces:
3 p 2 = 5 q 3 ⇒ 3 3 2 w 5 2 x = 5 3 3 y 5 3 z ⇒ 3 2 w − 1 5 2 x = 3 3 y 5 3 z − 1 (ii).
Setting the corresponding exponents equal to one another next gives:
2 w − 1 = 3 y ⇒ w = 2 , y = 1
2 x = 3 z − 1 ⇒ x = z = 1
Hence, p = 3 2 5 1 = 4 5 and q = 3 1 5 1 = 1 5 ⇒ c = 3 4 5 2 = 5 1 5 3 = 6 7 5 .
b+c+d=3c & a+b+c+d+e=5c
since we want to get the lowest possible value for c,let c=(3^x)X(5^y)(since 3&5 must divide c).
So,3c=3^(x+1)X(5^y) is a square.
Therefore 2I(x+1) & 2Iy
5c is cube.So 3Ix & 3I(y+1).
So least possible value of x=3 & y=2.
So.c=(3^3)X(5^2)=675(ANSWER).
Problem Loading...
Note Loading...
Set Loading...
a , b , c , d and e are consecutive positive integers such that b + c + d = 3 c and a + b + c + d + c = 5 c .
Now 3 ∣ 3 c ⇒ 3 2 ∣ 3 c ∵ 3 c is a perfect square as given that b + c + d is a perfect square ).
⇒ 3 ∣ c ⇒ 3 ∣ 5 c ⇒ 3 3 ∣ 5 c ∵ 5 c is a perfect square.
Also 5 ∣ 5 c ⇒ 5 3 ∣ 5 c ⇒ 5 2 ∣ c
∴ 3 3 5 2 ∣ c or equivalently 6 7 5 ∣ c
∴ 6 7 5 is the smallest possible value of c .
QED.