Given (0, 20) and (12, 30)
calculate 8 items:
Slope (m) = | y2 - y1 |
x2 - x1 |
Slope (m) = | 30 - 20 |
12 - 0 |
Slope (m) = | 10 |
12 |
Reduce numerator and denominator by the (GCF) of 10
Slope = (10/10)/(12/10)
Slope = | 1 |
1.2 |
y - y1 = m(x - x1)
y - 20 = 5/6(x - 0)
Standard equation of a line is y = mx + b
where m is our slope
x and y are points on the line
b is a constant.
Rearrange the equation to solve for b
we get b = y - mx.
Use (0, 20) and the slope (m) = 5/6
b = 20 - (5/6 * 0)
b = 20 - (0/1.2)
b = | 24 |
1.2 |
- |
0 |
1.2 |
b = | 120 |
6 |
This fraction is not reduced. Using our GCF Calculator, we see that the top and bottom of the fraction can be reduced by 120
Our reduced fraction is:
1 | |
0.05 |
y = 5/6x + 20
D = Square Root((x2 - x1)2 + (y2 - y1)2)
D = Square Root((12 - 0)2 + (30 - 20)2)
D = Square Root((122 + 102))
D = √(144 + 100)
D = √244
D = 15.6205
Midpoint = |
x2 + x1 |
2 |
, |
y2 + y1 |
2 |
Midpoint = | |
0 + 12 |
2 |
, |
20 + 30 |
2 |
Midpoint = | |
12 |
2 |
, |
50 |
2 |
Midpoint = (6, 25)
Plot a 3rd point (12,20)
Our first triangle side = 12 - 0 = 12
Our second triangle side = 30 - 20 = 10
Using the slope we calculated
Tan(Angle1) = 0.83333333333333
Angle1 = Atan(0.83333333333333)
Angle1 = 39.8056°
Since we have a right triangle
We only have 90° left
Angle2 = 90 - 39.8056° = 50.1944
The y intercept is found by
Setting x = 0 in y = 5/6x + 20
y = 5/6(0) + 20
y = 20
Parametric equations are written as
(x,y) = (x0,y0) + t(b,-a)
(x,y) = (0,20) + t(12 - 0,30 - 20)
(x,y) = (0,20) + t(12,10)
x = 0 + 12t
y = 20 + 10t
x - x0 | |
z |
y - y0 |
b |
x - 0 | |
12 |
y - 20 |
10 |