If four distinct positive integers u , v , w and x satisfies the following equation
u = v 2 = w 3 = x 4 .
The minimum value of u is
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.
A conclusion should also be made in the solution that even if u = x n , x > 2 ; x , n ∈ Z + satisfies all the conditions for some values of x and n , the value we will get will not be the least since the solution grows at an exponential rate with increase in x and n .
It should be 64.
Log in to reply
If u = 6 4 , then there will be no such integer that satisfies x 4 = 6 4 . If there are only 3 distinct positive integers u , v and w which is u = v 2 = w 3 , then you are correct, in this case, the minimum value of u is 64.
L C M { 1 , 2 , 3 , 4 } = 12, so 12 will be the highest exponent which we must apply to the smallest integer that is more than 1. That is 2 1 2 = 4 0 9 6
the condition, x^4=v^2=u, does not put any restriction on the value of 'x'; for every integer x^4, there will always be a 'x^2' and x, so the only expression that matters is, w^3=x^4, so, w=x^(4/3), and since w is an integer and different from x, x at least has to be 2^3, i.e x=8, u=4096.
Problem Loading...
Note Loading...
Set Loading...
u can't be 1 as this would make u = v = w = x = 1 which is a contradiction. Suppose u = 2 n , because v , w and x are integers, to make u divisable by v , w and x , we take n as the L.C.M. of the powers of v , w and x which is 12.
Hence, u = 2 n = 2 1 2 = 4 0 9 6