Answer:
x=-1
Step-by-step explanation:
1. Remove the parenthesis
-x + 1 = -4x - 2
2. Get x alone
-x + 1 = -4x - 2
+1x +1x
1=-3x - 2
+2 +2
3=-3x -3x/-3= x 3/-3 = -1
x=-1
Answer:
probability that he or she will answer at least 4 problems correctly = 0.5
Step-by-step explanation:
probability that he or she will answer at least 4 problems correctly is given as;
P (at least 4 correctly) = P (exactly 4 correctly) + P (all 5 correctly)
Since there are 10 problems. 4 is from the 7 problems chosen and 1 is from the 3 problems we can't figure out. Thus, P(exactly 4 correctly) = 7C4 x 3C1
Thus, P (at least 4 correctly) = [ (7C4) x (3C1) ] / (10C5)] + [(7C5)/(10C5)]
= [(35 x3)/252 ] + [21/252]
= [ 105/252 ] + [ 21/252 ]
= 126 / 252
= 0.5
Answer
D. `(y+4) = (5)/(3)(x+ 1)`
Step by step explanation
The given points are (-1, -4) and (2, 1)
Slope = (y2 - y1)/(x2 - x1)
= (1 - (-4)) / (2 - (-1))
= (1 + 4) / (2 +1)
m = 5/3
When two points are given, the equation of the line is
(y - y1) = m (x - x1)
y -(-4) = 5/3 (x - (-1))
y + 4 = 5/3 (x + 1)
The answer is (y+4) = (5)/(3)(x+ 1)
Thank you.