Answer:
5
Step-by-step explanation:
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:
answer 1962323
Step-by-step explanation:
We can Notice that ∠ABC = ∠ACB
We know that if Two Angles are Equal then Angles Corresponding to those Sides are also Equal.
⇒ AB = AC
⇒ 4x + 4 = 6x - 14
⇒ 6x - 4x = 4 + 14
⇒ 2x = 18
⇒ x = 9
⇒ Length of BC = 2x + 7 = 2(9) + 7 = 18 + 7 = 25 units
First, find the slope of the initial line;
m=(y₁-y₂)/(x₁-x₂)
m=(4-0)/(11-8)
m=4/3
If two lines are parallel, the slope is the same although the intercept can differ.
If this parallel lines passes through the point (4, 5);
y=(4/3)x+c <-- plug in coordinates to solve for c
5=(4/3)(4)+c
(15/3)=16/3+c
(15/3)-(16/3)=c
-1/3=c
Therefore, the final equation should be y=4/3x-1/3
Hope I Helped :)