Soru

Zorluk: Çok zorPercentiles and Quartiles

In a dataset of NN distinct values arranged in ascending order, the pthp\text{th} percentile is defined as the value at position p100×N\left\lceil \frac{p}{100} \times N \right\rceil.

Initially, a dataset contains 100100 distinct test scores. The 40th40\text{th} percentile score is S1S_1 and the 70th70\text{th} percentile score is S2S_2. A researcher adds xx new scores that are strictly less than S1S_1, and yy new scores that are strictly between S1S_1 and S2S_2, where xx and yy are positive integers.

If the 40th40\text{th} percentile score of the expanded dataset remains S1S_1 and the 70th70\text{th} percentile score of the expanded dataset remains S2S_2, what is the maximum possible value of x+yx + y?

  1. A
    22
  2. 33Cevap
  3. C
    44
  4. D
    55
  5. E
    66

Cevap

The maximum possible value of x+yx + y is 33.
The correct choice is 33. By setting up the percentile rank equations using the ceiling function, the position of S1S_1 in the expanded dataset requires 0.4(x+y)=x\lceil 0.4(x + y) \rceil = x, while the position of S2S_2 requires 0.7(x+y)=x+y\lceil 0.7(x + y) \rceil = x + y. Letting k=x+yk = x + y, the ceiling condition 0.7k=k\lceil 0.7k \rceil = k implies k1<0.7kkk - 1 < 0.7k \le k, which simplifies to 0.3k<10.3k < 1 or k<3.33k < 3.33. Since xx and yy are positive integers, kk can take integer values of 22 or 33. Thus, the maximum possible value of x+yx + y is 33.

Adım Adım Çözüm

1
Determine the initial rank positions of S1S_1 and S2S_2 in the 100-element dataset.
Position of S1=0.40×100=40S_1 = \lceil 0.40 \times 100 \rceil = 40; Position of S2=0.70×100=70S_2 = \lceil 0.70 \times 100 \rceil = 70.
Applying the given percentile formula to N=100N = 100 gives the exact index of each score in ascending order.
2
Express the new rank positions of S1S_1 and S2S_2 after inserting xx scores below S1S_1 and yy scores between S1S_1 and S2S_2.
In the new dataset of size 100+x+y100 + x + y, S1S_1 is at position 40+x40 + x and S2S_2 is at position 70+x+y70 + x + y.
Adding xx scores less than S1S_1 shifts S1S_1's rank by xx. Adding yy scores between S1S_1 and S2S_2 further shifts S2S_2's rank by x+yx + y relative to its original position.
3
Formulate the percentile conditions for the expanded dataset of size M=100+x+yM = 100 + x + y.
For S1S_1: 0.40(100+x+y)=40+x    0.4(x+y)=x\lceil 0.40(100 + x + y) \rceil = 40 + x \implies \lceil 0.4(x + y) \rceil = x.
For S2S_2: 0.70(100+x+y)=70+x+y    0.7(x+y)=x+y\lceil 0.70(100 + x + y) \rceil = 70 + x + y \implies \lceil 0.7(x + y) \rceil = x + y.
The percentile rank of S1S_1 must equal its new position 40+x40 + x, and the percentile rank of S2S_2 must equal its new position 70+x+y70 + x + y.
4
Solve for the total added elements k=x+yk = x + y.
From 0.7k=k\lceil 0.7k \rceil = k, we get k1<0.7kkk - 1 < 0.7k \le k, which simplifies to 0.3k<1    k<1033.330.3k < 1 \implies k < \frac{10}{3} \approx 3.33.
By definition of the ceiling function, z=k    k1<zk\lceil z \rceil = k \iff k - 1 < z \le k for integer kk.
5
Evaluate integer solutions for k=x+yk = x + y given x,y1x, y \ge 1.
For k=2k = 2: x=0.4(2)=1x = \lceil 0.4(2) \rceil = 1, y=1y = 1 (valid).
For k=3k = 3: x=0.4(3)=2x = \lceil 0.4(3) \rceil = 2, y=1y = 1 (valid).
The maximum integer value for k=x+yk = x + y is 33.
Since xx and yy are positive integers, k2k \ge 2. The maximum integer k<3.33k < 3.33 is 33.

Anahtar Kavram

Percentile Rank and Indexing with Ceiling Functions
Tahmini Süre:2m 30s
Bu soruyu puanla