What is the equation of the line passing through (44,98) and (15,9)?

1 Answer
Mar 12, 2018

In slope intercept form, the answer should be: y=1.8136x+18.2034 or in fractional terms, y=10759x+107459

Explanation:

The first step is to calculate the slope of the line, and the second is to calculate the intercept based on a known set of coordinates.

Step 1: Calculate the slope. Linear slope can be easily written as

m=y2y1x2x1

plugging in the two sets of coordinates:

m=98(9)44(15)m=10759=1.8136

And now we have our slope.

Next, we need to solve for the intercept. Let's use the (15,9) to determine the intercept.

y=mx+b

9=10759(15)+b9=160559+b

Next, we'll bring our fraction to the Left-Hand Side (LHS) and solve for b:

9(160559)=b

To make the fractional math easier, lets raise -9 to the common denominator of 59:

53159(160559)=b53159+160559)=b

b=160553159b=107459=18.2034

now we can fill out the slope intercept equation:

y=10759x+107459

y=1.8136x+18.2034