A)
A polygon is a closed shape so there must be at least three sides. Therefore, the least value that n can be would be three.
b)
n value
3 0
n(n-3)/2
3(3-3)/3
3(0)/3
0/3
0
4 2
n(n-3)/2
4(4-3)/2
4(1)/2
4/2
2
5 5
n(n-3)/2
5(5-3)/2
5(2)/2
10/2
5
It is irrational. Otherwise sqrt(2) would be rational too which is not true.
Answer:
A = 12 square units
Step-by-step explanation:
Area of a Triangle = base * height / 2
The triangle might look weird and doesn't look like it has a base, but if you look at the left side you see there is a straight line which means there is a base, so we flip the picture until we see that the flat line on the bottom or the base.
The base is 4 units.
To find the height, we don't need a straight line, we just need to see how the tall the triangle is, to do that you must start from the lowest point and count up to the highest point.
You now get 6 units.
A = bh/2
A = 4*6/2
A = 24/2
A = 12 square units
Answer:
The equation is;
y = -2x - 3
Step-by-step explanation:
If two lines are parallel, then they have an equal value of slope
Mathematically we can generally have the equation of a line written as;
y = mx + c
where m
is slope and c is the y-intercept
In the case of the equation given, the slope of the line is -2
So technically, we want to get the equation of a line that has a slope of -2 and it passes through (2,-7)
The point-slope form can be written as;
y-y1 = m(x-x1)
So the equation we want to get is;
y-(-7) = -2(x-2)
y + 7 = -2x + 4
y = -2x + 4 - 7
y = -2x - 3