InterviewSolution
Saved Bookmarks
| 1. |
What is a monotonically increasing function?(a) x1 > x2 ⇒ f(x1) ≤ f(x2) ∀ x1, x2 ∈ (a,b) ∀ c∈ a(b) x1 < x2 ⇒ f(x1) ≤ f(x2) ∀ x1, x2 ∈ (a,b)(c) x1 < x2 ⇒ f(x1) = f(x2) ∀ x1, x2 ∈ (a,b)(d) x1 = x2 ⇒ f(x1) ≤ f(x2) ∀ x1, x2 ∈ (a,b)I got this question at a job interview.I would like to ask this question from Derivatives Application topic in division Application of Derivatives of Mathematics – Class 12 |
|
Answer» The CORRECT option is (b) X1 < x2 ⇒ F(x1) ≤ f(x2) ∀ x1, x2 ∈ (a,b) |
|