Let N = 2 n ( n ∈ N + , n ≥ 2 ) , N distinct numbers denoted as x 1 , x 2 , ⋯ , x N are put into N positions labeled 1 , 2 , ⋯ , N , then we will get the permutation P 0 = x 1 x 2 ⋯ x N .
The transform C on the permutation P is as follows:
If we apply C to P 0 once, we will get P 1 = x 1 x 3 ⋯ x N − 1 x 2 x 4 ⋯ x N .
After that, we divide P 1 into 2 consecutive segments consisting of 2 N numbers, and apply C to each segment, we will get P 2 .
For example, if n = 3 , N = 8 , we will get P 2 = x 1 x 5 x 3 x 7 x 2 x 6 x 4 x 8 , at this time, x 7 is on 4 t h position of P 2 .
From then on, when 2 ≤ i ≤ n − 2 , we divide P i into 2 i consecutive segments consisting of 2 i N numbers, and apply C to each segment to get P i + 1 .
Then when n = 3 2 , N = 2 3 2 , x 1 7 3 is on the M t h position of P 4 . Submit M .
Have a look at my problem set: SAT 1000 problems
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.
For given n , we have N = 2 n distinct numbers x 1 , x 2 , x 3 , ⋯ , x N labeled at position 1 , 2 , 3 , ⋯ , N to form a permutation
P 0 = x 1 x 2 x 3 ⋯ x N
For n = 3 2 we have N = 2 3 2 . On applying transformation C to P 0 we get,
P 1 = x 1 x 3 x 5 x 7 ⋯ x 2 3 2 − 1 x 2 x 4 x 6 ⋯ x 2 3 2
Since 1 7 3 is an odd number we conclude that x 1 7 3 must be in the first half of P 1 . Let x 1 7 3 be at n th position from left. Then
2 n − 1 = 1 7 3 ⇒ n = 8 7
So, x 1 7 3 is at 8 7 t h position of P 1 .
Dividing P 1 into 2 1 = 2 segments and then again applying C to each segment of P 1 we get,
Since 8 7 is again an odd number we get that x 1 7 3 occurs at odd position in first segment of P 1 . So it occurs at left part of first segment in P 2 formed by transformation C to P 1 . Position of x 1 7 3 in P 2 is determined by
2 n − 1 − 8 7 ⇒ n = 4 4
So, x 1 7 3 is at 4 4 t h position of P 2 .
Dividing P 2 into 2 2 = 4 segments each of length 2 3 0 and then again applying C to each segment of P 2 we get,
Since 4 4 is an even number and less than 2 3 0 length of each segment of P 2 we get that x 1 7 3 occurs at even position in first segment of P 2 . So it occurs at right part of first segment in P 3 formed by transformation C to P 2 . Left part of first segment of P 3 consists of (half of the length of segment) numbers. So number of numbers in left part of first segment of P 3 is 2 2 3 0 = 2 2 9 . Position of x 1 7 3 in right part of first segment of P 3 is determined by
2 n = 4 4 ⇒ n = 2 2 .
So, x 1 7 3 is at ( 2 2 9 + 2 2 ) t h position of P 3 .
Dividing P 3 into 2 3 = 8 segments each of length 2 2 9 and then again applying C to each segment of P 3 we get,
We see that x 1 7 3 is at ( 2 2 9 + 2 2 ) t h position of P 3 . So, it means that x 1 7 3 occurs in the second segment of P 3 because each segment is of length 2 2 9 . Now in the second segment x 1 7 3 is at 2 2 n d position from left.
Since 2 2 is again an even number we get that x 1 7 3 occurs at even position in the second segment of P 3 . So it occurs at the right part of second segment of P 4 formed by transformation C to P 3 . Left part of second segment of P 4 consists of (half of the length of segment) numbers. So number of numbers in left part of second segment of P 4 is 2 2 2 9 = 2 2 8 . Position of x 1 7 3 in right part of second segment of P 4 is determined by
2 n = 2 2 ⇒ n = 1 1
So, x 1 7 3 is at ( 2 2 9 + 2 2 8 + 1 1 ) t h = 8 0 5 3 0 6 3 7 9 t h position of P 4 .
Problem Loading...
Note Loading...
Set Loading...
1 7 3 ≡ 1 ( m o d 2 ) so x 1 7 3 is in the front half of P 1 .
1 7 3 ≡ 1 ( m o d 4 ) so x 1 7 3 is in the front quarter of P 2 .
1 7 3 ≡ 5 ( m o d 8 ) so x 1 7 3 is in the second half of the front quarter (in other words, the second eighth) of P 3 .
1 7 3 ≡ 1 3 ( m o d 1 6 ) so x 1 7 3 is in the second half of the second eighth (in other words, the fourth sixteenth) of P 4 .
1 7 3 = 1 6 ⋅ 1 0 + 1 3 , so x 1 7 3 is the 1 0 + 1 = 1 1 th term in the fourth sixteenth of P 4 . The first three sixteenths have 1 6 2 3 2 = 2 2 8 terms each.
Therefore, x 1 7 3 is in position M = 3 ⋅ 2 2 8 + 1 1 = 8 0 5 3 0 6 3 7 9 of P 4 .