Westonci.ca offers fast, accurate answers to your questions. Join our community and get the insights you need now. Join our platform to connect with experts ready to provide accurate answers to your questions in various fields. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

Find the equation of a line that passes through the points (3,2) and (5,6).
Leave your answer in the form y=mx+c

Sagot :

Answer:

Step-by-step explanation:This particular answer works out to be undefined because it is a straight line and there is no slope and no equation for it. I will show you how to work it out though so you will know how to do it with other problems. We will still be using the y = mx + b formula. First step is to find m. In order to find the slope we would use the equation:

m = (y2 - y1) / (x2 - x1) Note: The number behind the letter designates which x or y value you will use of the 2 (x, y) plots

m = (-5 - 2) / (3 - 3)

m = -7 / 0 Note: A number divided by 0 is undefined which means your slope is undefined

Since your slope is undefined your equation would be x = 3 because your x values are both 3.

Now let's assume your second (x, y) plot was actually (-3, -5).

m = (-5 - 2) / (-3 - 3)

m = -7 / - 6 Note: A negative divided by a negative is a positive. The negatives cancel each other out.

m = 7/6

Okay now back to our slope-intercept formula.

y = 7/6x + b

Now in order to figure out what b is, we will again take the plot point and plug the values into the equation. You can use either point because either way the answer will come out the same. In this case we will use (3, 2).

2 = 7/6(3) + b

2 = 21/6 + b Note: The easiest way to do the next part is to make the 2 into a fraction over 6

12/6 - 21/6 = b

-9/6 = b or -3/2

So now all we have to do is plug this value into our equation.

y = 7/6x - 3/2

formula
y-y2=m(x-x2)

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

let
(x1,y1)=(3,2)
and
(x2,y2)=(5,6)


m=(6-2)/(5-3)
=2
y-y2=m(x-x2)
y-6=2(x-5)
y=2x-10+6
y=2x-4