Question

(0,1),(1,4) as an equation using y=mx form

Answers

GPT 3.5
First, let's find the slope (m) using the formula:

m = (y2 - y1) / (x2 - x1)

m = (4 - 1) / (1 - 0)
m = 3 / 1
m = 3

Now we have the slope, we can plug it into the equation y = mx + b and choose one of the points to solve for b:

1 = 3(0) + b
1 = b

So the final equation is:

y = 3x + 1