✔ 最佳答案
1.
k(2x+1)= 2 - kx^2
2kx + k = 2 - kx^2
kx^2 + 2kx + (k - 2) = 0 (k > 0) ....(*)
'.' (*) has real roots.
.'. discriminant >= 0
(2k)^2 - 4(k)(k - 2) >= 0
4k^2 - 4k^2 + 8k >= 0
8k >= 0
k > = 0
'.' k > 0 and k >= 0
.'. the solution is k > 0
2.
Let x be the number of oranges he bought,
then (x - 5) is the number of remaining oranges.
Cost of one orange = $(240 / x)
Price of one of the remaining oranges = 240 / x + 0.2
(240 / x + 0.2)(x - 5) = 240
(240 + 0.2x)(x - 5) = 240x
240x - 1200 + 0.2x^2 - x = 240x
0.2x^2 - x - 1200 = 0
x^2 - 5x - 6000 = 0
(x - 80)(x + 75) = 0
'.' x - 80 = 0 or x + 75 =0
.'. x = 80 or x = -75 (rejected)
.'. He bought 80 oranges.