Answer:
No three does not go into 8
Step-by-step explanation:
If you were to divide 8 from 3 you would get 2.66
I know of two ways to solve quadratic equations. The first is through factoring. Let us take the example (x^2)+2x+1=0. We can factor this equation out and the factors would be (x+1)(x+1)=0. To solve for the roots, we equate each factor to 0, that is
x+1=0; x+1=0
In this case, the factors are the same so the root of the equation is
x=1.
The other way is to use the quadratic formula. The quadratic formula is given as [-b(+-)sqrt(b^2-4ac)]/2a where, using our sample equation above, a=1, b=2 and c=1. Substitute these to the formula, and you will get the same answer as the method above.
Answer:
y=2x+7
Step-by-step explanation:
When an equation is parallel to another, it shares the same slope.
Our original line is y=2x-8, and it is in slope-intercept form (y=mx+b)
This means that our slope is 2 because m represents the slope.
The slope of our parallel line will then also be 2.
<u>We can begin to plug that into point-slope form which is:</u>
y - y1 = m(x - x1)
This is where (x1, y1) is a point the line intersects, and m is the slope.
<u>Plugging in the slope, we'll have:</u>
y - y1 = 2(x - x1)
We also know it intersects the point (-4, -1)
We can plug this into our equation as well.
y - (-1) = m(x - (-4))
y+1=2(x+4)
<u>Now, we can simplify it into slope-intercept form:</u>
y+1=2(x+4)
Distribute
y+1=2x+8
Subtract 1 from both sides
y=2x+8-1
y=2x+7