Bunuel
An integer x is chosen at random from the numbers 1 to 50. Find the probability that \(x + \frac{336}{x} ≤ 50\).
(A) 7/10
(B) 17/25
(C) 19/50
(D) 13/50
(E) 3/10
Two ways
(I) Algebraic\(x + \frac{336}{x} ≤ 50\)
\(x^2-50x+336\leq 0\)
Factorize to get \((x-8)(x-42)\leq 0\)
Whenever x is between 8 and 42, both inclusive, the answer will be yes.
So 42-8+1=35 values
Total values = 50
P=\(\frac{35}{50}=\frac{7}{10}\)
(II) Analysing the expression\(x + \frac{336}{x} ≤ 50\)
a)
Least value of x: when 336/x is the max possible and \(\frac{336}{x}<50\)
x as 7 gives 336/6 or 56, and 336/7 gives 48........But at x=7, 48+7=55
x as 8 gives 336/8 or 42, and 42+8=50 fits in......
Thus \(x\geq 8\) fits in
a)
Max value of x: when 336/x is least and \(x<50\)
x as 50 gives 336/50 or 6.7, and 336/x will increase as x decrease, so x<50-6.7
x as 43 gives 336/43 ....43*7=301, so 336/43>7, and the sum will become >50.
x as 42 gives 336/42 or 8 ....42+8=50.
Thus \(x\leq 42\) fits in
So 42-8+1=35 values
Total values = 50
P=\(\frac{35}{50}=\frac{7}{10}\)
A