InterviewSolution
Saved Bookmarks
| 1. |
What is the mathematical expression for monotonically decreasing function?(a) x1 < x2 ⇒ f(x1) ≤ f(x2) ∀ x1, x2 ∈ (a,b)(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 in semester exam.This interesting question is from Derivatives Application 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) |
|