Answer: 18 units
Step-by-step explanation:since its is a horizontal line x2 - x1
7 -1 = 6
line 2:
since this is a vertical line y2 - y1
7 - 3 = 4
line 3:
since this is a horizontal line x2 - x1
7 - 4 = 3
line 4:
for this we need to use the distance formula which allows us to find the distance making a third point to form a right angle triangle
point 1: (1,3)
point 2: (4,7)
point 3 (new point) : (4,3)
now we can apply the pythogorean thereum (C squared = B squared + A squared) with the following lines.
line 1: (1,3) - (4,7)
line 2: (1,3) - (4,3)
line 3: (4,3) - (4,7)
line 1 squared = line2 squared + line 3 squared
calculate length of line 2 and 3
line 1 squared = (4 - 1) squared + (7 - 3) squared
line 1 squared = 3 squared + 4 squared
line 1 squared = 9 + 16
line 1 squared = 25
root both sides
line 1 = 5
add all the liens together
6 + 4 + 3 + 5 = 18
Answer:
The third one counting from the top.
Step-by-step explanation:
We have the inequality:
(-1/3)*(2x + 1) < 3
The first thing we need to do is isolate x on one side of the inequality.
First we can by -3 in both sides of the inequality, and remember, because we are multiplying by a negative number, the inequality sign changes its direction:
(-3)*(-1/3)*(2x + 1) > 3*(-3)
(2x + 1) > -9
Now we can subtract 1 in both sides:
2*x + 1 - 1 > -9 - 1
2*x > -10
Now we can divide by 2 in both sides:
2*x/2 > -10/2
x > -5
Then we should see a number line such that all the points at the right of -5 are colored.
The correct option is the third one, counting from the top.
The standard form: ax + by = c
and your equation is: -2x + 3y = - 5 (Yes this is written in standard form)
Answer:

Step-by-step explanation:
The question is to find the equation of the line going through the points (3,-1) and has a slope of -1.
First, the equation of a line is given as:
Equation = y = mx + b
Where
m is the slope
b is the y-intercept (y-axis cutting point)
We know the slope, so the equation becomes:
y = mx + b
y = -1x + b
y = -x + b
Now the point given is in the form (x,y), so
x = 3
y = -1
We substitute and find b:
y = -x + b
-1 = -3 + b
-1 + 3 = b
b = 2
Final Equation:
y = -x + 2