InterviewSolution
Saved Bookmarks
| 1. |
Solve in R and represent the solution on the number line. x/5 lt (2x + 1)/3 + (1-3x)/6 |
|
Answer» SOLUTION :`x/5 lt (2x + 1)/3 + (1-3x)/6` `rArr x/5 lt (4x +2+1-3x)/6` `rArr x/5 lt (x+3)/6` `rArr 6x lt 5x + 15` `rArr x lt 15` If x `in` R the solution SET is S = `(-infty,5)` We can REPRESENT the solution on number LINE as
|
|