Given :
A line 2x + 1 =0 .
To Find :
The slope of the given line .
Solution :
We know , slope of line is given by the tangent of the angle between the x-axis and the line .
Now, for line 2x + 1 =0 i.e
.
The line is perpendicular to x-axis and cuts the x-axis at
.
Therefore , the angle between the line and x-axis is
.
So , slope
i.e undefined .
Therefore , the slope of given line is not defined .
Hence , this is the required solution .
Answer:
5k-17
Step-by-step explanation:
-14+5k-3=5k-14-3=5k-17
Answer:
-6i
Step-by-step explanation:
Complex roots always come in pairs, and those pairs are made up of a positive and a negative version. If 6i is a root, then its negative value, -6i, is also a root.
If you want to know the reasoning, it's along these lines: to even get a complex/imaginary root, we take the square root of a negative value. When you take the square root of any value, your answer is always "plus or minus" whatever the value is. The same thing holds for complex roots. In this case, the polynomial function likely factored to f(x) = (x+8)(x-1)(x^2+36). To solve that equation, you set every factor equal to zero and solve for the x's.
x + 8 = 0
x = -8
x - 1 = 0
x = 1
x^2 + 36 = 0
x^2 = -36 ... take the square root of both sides to get x alone
x = √-36 ... square root of an imaginary number produces the usual square root and an "i"
x = ±6i
Thank you sooo much Maddi441
Answer:
1 / (x² + 6x + 8)
Step-by-step explanation:
(x + 4) / (x² + 5x + 6) * (x + 3) / (x² - 16)
= (x + 4) / (x + 2)(x + 3) * (x + 3) / (x + 4)(x - 4)
↑ factor x² + 5x + 6 ↑ factor x² - 16 using difference of squares
= 1 / (x + 2) * 1 / (x - 4) ← x + 4 and x + 3 cancel
= 1 / (x + 2) * (x + 4) ← multiply
= 1 / (x² + 6x + 8) ← expand