<h3>
Answer: 22</h3>
===============================================
Explanation:
- x = measure of angle 1 = angle WXY
- 2x = twice the measure of angle 1 = measure of angle 2 = angle YXZ
The two angles mentioned combine to form angle WXZ which is 66 degrees.
angle1+angle2 = angle WXZ
x+2x = 66
3x = 66
x = 66/3
x = 22
Angle 1 is 22 degrees and angle 2 is 22*2 = 44 degrees.
Check:
angle1+angle2 = 22+44 = 66 = angle WXZ
Answer:
x = 1
Step-by-step explanation:
2x + 5 = 10 - 3x
2x + 3x = 10 - 5
5x = 5
x = 1
Answer:
y = x² - 4x - 21
Step-by-step explanation:
The equation of a parabola in vertex form is
y = a(x - h)² + k
where (h, k) are the coordinates of the vertex and a is a multiplier
Here (h, k) = (2, - 25), thus
y = a(x - 2)² - 25
To find a substitute (7, 0) into the equation
0 = a(7 - 2)² - 25 = a(5)² - 25 = 25a - 25 ( add 25 from both sides )
25a = 25 ( divide both sides by 25
a = 1, thus
y = (x - 2)² - 25 ← in vertex form
Expand and simplify
y = x² - 4x + 4 - 25
y = x² - 4x - 21 ← in standard form