

InterviewSolution
Saved Bookmarks
1. |
If `f(x) = x^2` then the value of `(f(1.1) - f(1))/(1.1-1)` |
Answer» Correct Answer - 2.1 `({(1.1)-f(1)})/((1.1-1))=({(1.1)^(2)-1^(2)})/((1.1-1))=(1.1+1)=2.1`. |
|