207k views
2 votes
Write a function in the form y = mx + b for the line that passes

through the points (2, 4) and (6, 16).

2 Answers

12 votes

Answer:

y = 3x - 2 (see below)

Explanation:

First, you want to find the slope of this line.

The slope formula is:

y2 - y1

m = -----------

x2 - x1

Your points are (2, 4) and (6, 16), so plug them in:

16 - 4

m = -----------

6 - 2

12

m = ----- = 3

4

So slope is 3.

Now, to find the y-intercept (b), you have to use either one of the points and plug in the values into the slope-intercept formula:

y = mx + b

I'll use the point (2, 4):

4 = 3 (2) + b

Simplify for b:

4 = 6 + b

-2 = b

b = -2

Now just plug in your b and m values:

y = 3x - 2

User Dwestgate
by
4.0k points
13 votes

Answer:

y = 3x -2

Explanation:

User Launchoverit
by
3.7k points