Saved Bookmarks
| 1. |
Solve in R and represent the solution on the number line. abs(x-5) lt 1 |
|
Answer» Solution :`abs(x-5) lt 1` `rArr -1 lt x-5 lt 1` `rArr 4 lt x lt 6` If x `in` R then the solution set is S = (4,6) We can REPRESENTTHE solution on number LINE as
|
|