InterviewSolution
Saved Bookmarks
| 1. |
If `x = 10, " then " 0.2 x + 0.2 =` _____A. `12.2`B. `10.2`C. `2.2`D. 22 |
|
Answer» Correct Answer - C `0.2 x + 0.2` Given `x = 10` `= 0.2 xx 10 + 0.2` `= 2 + 0.2` `= 2.2` Hence, the correct option is (c) |
|