Answer:
x= 60°, y = 80°, z = 40°
Step-by-step explanation:
Look at the line substending 40° and Z°; you would see that both lines are parallel and so their angles are they the same.
Hence z= 40° { corresponding angles of parallel lines}
Similarly;
Look at the line substending 60° and x°; you would see that both lines are parallel and so their angles are they the same.
60° = x° { corresponding angles of parallel lines}
Now looking at the angle between x and y; let's call the angle between them r
And you would observe closely that r = z° = 40°{ vertically opposite angles are equal}
Note that x + r + y = 180°{ angle on a straight line}
y = 180° - ( x + r)
y = 180 - (60+40)
y = 180° - 100°
= 80°
Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right
Answer:
jhj
Step-by-step explanation:
Answer:
g(x) = (x + 2)^2 + 1
Step-by-step explanation:
From the graph/image that you have provided said translated shift of
f(x) -> g(x)
f(x) = x^2 , g(x) = a(x -h)^2 +k
h is shift right/left
k is shift up/down.
It appears that the shift is left 2 and up 1.
h = -2 and k = 1
g(x) = (x - (-2))^2 +1
g(x) = (x + 2)^2 + 1