The sides of a triangle must satisfy the triangle inequality, which states the sum of the lengths of any two sides is strictly greater than the length of the remaining side.
We really only have to check if the sum of the two smaller sides exceeds the largest side.
A. 5+6>7, ok
B. 6+6>10, ok
C. 7+7=14 Not ok, this is a degenerate triangle not a real triangle
D. 4+6>8 ok
Answer: C
Answer:
if the number is anything then I pick 10 so 5 because 10 - 5 = 5 I guess lol
Step-by-step explanation:
14 (inches) times 4 = 56 inches which would be 4.6 feet tall
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 :)