Question 1. Solve each of the following system of equations in R: x + 3 > 0, 2x < 14
Solution:
Let the first equation be x+3>0
ā x > -3
and the second equation be 2x < 14
ā x < 7
Hence, using above equations, we know x lies in range (-3,7)
Question 2. Solve each of the following system of equations in R: 2x - 7 > 5 - x, 11 - 5x ⤠1
Solution:
Let the first equation be 2x - 7 > 5 - x
ā 3x > 12
ā x >4
and the second equation be 11 - 5x ⤠1
ā 10 ⤠5x
ā 2 ⤠x
Hence, using above equations, we know x lies in range (4,ā)
Question 3. Solve each of the following system of equations in R: x - 2 > 0, 3x < 18
Solution:
Let the first equation be x - 2 > 0
ā x > 2
and the second equation be 3x < 18
ā x < 6
Hence, using above equations, we know x lies in range (2,6)
Question 4. Solve each of the following system of equations in R: 2x + 6 ā„ 0, 4x - 7 < 0
Solution:
Let the first equation be 2x+6 ā„ 0
ā 2x ā„ -6
ā x ā„ -3
and the second equation be 4x - 7< 0
ā 4x < 7
ā x < 7/4
Hence, using above equations, we know x lies in range [-3, 7/4)
Question 5. Solve each of the following system of equations in R: 3x - 6 > 0, 2x - 5 >0
Solution:
Let the first equation be 3x - 6 > 0
ā 3x > 6
ā x > 2
and the second equation be 2x - 5> 0
ā 2x > 5
ā x > 5/2
Hence, using above equations, we know x lies in range (5/2, ā)
Question 6. Solve each of the following system of equations in R: 2x - 3 < 7, 2x > -4
Solution:
Let the first equation be 2x - 3 < 7
ā 2x < 10
ā x < 5
and the second equation be 2x > - 4
ā x > -2
Hence, using above equations, we know x lies in range (-2, 5)
Question 7. Solve each of the following system of equations in R: 2x + 5 ⤠0, x - 3 ⤠0
Solution:
Let the first equation be 2x + 5 ⤠0
ā 2x ⤠-5
ā x ⤠-5/2
and the second equation be x - 3 ⤠0
ā x ⤠3
Hence, using above equations, we know x lies in range (-ā, -5/2]
Question 8. Solve each of the following system of equations in R: 5x - 1 < 24, 5x + 1 > -24
Solution:
Let the first equation be 5x - 1 < 24
ā 5x < 25
ā 5x < 25
ā x < 5
and the second equation be 5x + 1 > -24
ā 5x > -25
ā x > -5
Hence, using above equations, we know x lies in range (-5, -5)
Question 9. Solve each of the following system of equations in R: 3x - 1 ā„ 5, x + 2 > -1
Solution:
Let the first equation be 3x - 1 ā„ 5
ā 3x ā„ 6
ā x ā„ 2
and the second equation be x + 2 > -1
ā x > -3
Hence, using above equations, we know x lies in range [2, ā)
Question 10. Solve each of the following system of equations in R: 11 - 5x > -4, 4x + 13 ⤠-11
Solution:
Let the first equation be 11 - 5x > -4
ā 15 > 5x
ā x < 3
and the second equation be 4x + 13 ⤠-11
ā 4x ⤠-24
ā x ⤠-6
Hence, using above equations, we know x lies in range (-ā, -6]