Answer:
<em>(1,0) and (3,0)</em>
Step-by-step explanation:
The roots are always shown where the parabola crosses the x-axis.
In this particular graph, the parabola crosses at (1, 0) and (3, 0). Which means the roots are:
<em>x = 1 and x = 3</em>
Answer:
3
lazy approach was with a graphic plotting program, but you can also calculate it. with the pq-formula.
p = -6
q = 9
x = -p/2 +- sqrt( (p/2)² - q)
x = -(-6)/2 +- sqrt ( (-6/2)² - 9)
x = 3 +- sqrt(9-9)
x = 3 +- sqrt(0)
x = 3 +- 0
x = 3
Answer:
40%
Step-by-step explanation:
(21-15)/15=0.4
0.4×100=40
When you have this type of problem, you need to combine the like-terms and isolate the variable.
3x + 122 = 22x - 11
Add 11 to both sides to get rid of it
3x + 122 + 11 = 22x - 11 + 11 (-11 + 11=0)
3x + 133 = 22x
Then you would bring the 3x to the other side, so subtract 3x from both sides
3x + 133 = 22x
-3x -3x
133 = 22x - 3x
133 = 19x
Then divide both sides by 19 to isolate x
133/19 = 19x/19
133/19 = 7, so x = 7
Hope this helps!!