Answer:
A is a subset of B i believe that's the answer
The answer is True because just plug in the numbers
C4=15 and C7=14
logical expression
C4>C7
15>14
That reads to 15 is greater than 14, which is true
This can be solver by creating a small equation with x being the number and solving for x. The equation would be 8 + 2( x + 3 ) = -6
Solve for x:
8 + 2( x + 3 ) = -6
Distribute the 2
8+ (2x+6)=-6
Subtract 8
2x+6= -14
Add 6
2x= 8
Divide by 2
x=4
So the number you are looking for is 4
I hope this helps!
Answer:
y-5 = -6(x+3) OR y = -6x-13
Step-by-step explanation:
Let's use slope-intercept form to solve this problem.
Slope intercept form is the following:
y-y1 = m(x-x1)
x1 and y1 are given by the point in the problem.
x1 = -3, y1 = 5.
m is given by the equation in the problem. Lines that are parallel have the same slope. Thus,
m = -6.
If we plug these values into the equation for slope intercept form, we get the following:
y-5 = -6(x-(-3)) which becomes y-5 = -6(x+3)
This is an acceptable answer to the problem. However, point-slope form is also a way it can be written.
y-5 = -6x-18
y = -6x-13