Answer:
The solution of |3x-9|≤15 is [-2;8] and the solution |2x-3|≥5 of is (-∞,2] ∪ [8,∞)
Step-by-step explanation:
When solving absolute value inequalities, there are two cases to consider.
Case 1: The expression within the absolute value symbols is positive.
Case 2: The expression within the absolute value symbols is negative.
The solution is the intersection of the solutions of these two cases.
In other words, for any real numbers a and b,
- if |a|> b then a>b or a<-b
- if |a|< b then a<b or a>-b
So, being |3x-9|≤15
Solving: 3x-9 ≤ 15
3x ≤15 + 9
3x ≤24
x ≤24÷3
x≤8
or 3x-9 ≥ -15
3x ≥-15 +9
3x ≥-6
x ≥ (-6)÷3
x ≥ -2
The solution is made up of all the intervals that make the inequality true. Expressing the solution as an interval: [-2;8]
So, being |2x-3|≥5
Solving: 2x-3 ≥ 5
2x ≥ 5 + 3
2x ≥8
x ≥8÷2
x≥8
or 2x-3 ≤ -5
2x ≤-5 +3
2x ≤-2
x ≤ (-2)÷2
x ≤ -2
Expressing the solution as an interval: (-∞,2] ∪ [8,∞)
Answer:
x-intercept = (18/5,0)
y-intercept = (0,-2)
Step-by-step explanation:
I graphed it and found the intercepts
brainliest would be great
One of the lines passes through points (0, 6) and (-4, 3). Hence the equation is given by:
(y - 6)/(x - 0) = (3 - 6)/(-4 - 0)
(y - 6)/x = -3/-4 = 3/4
4(y - 6) = 3x
4y - 24 = 3x
3x - 4y = -24
The other line passes through points (0, -3) and (1, 0). Hence the equation is given by:
(y - (-3))/(x - 0) = (0 - (-3))/(1 - 0)
(y + 3)/x = (0 + 3)/1
y + 3 = 3x
3x - y = 3
Therefore, the system of equations representing the graph is:
3x - 4y = -24
3x - y = 3
Was this helpful?