SOLUTION: Please help me, I don't understand! Find the equation for each of the following items below: a. A line that passes through (6,2) and has a slope of 2. b. A line that passe

Algebra ->  Graphs -> SOLUTION: Please help me, I don't understand! Find the equation for each of the following items below: a. A line that passes through (6,2) and has a slope of 2. b. A line that passe      Log On


   



Question 170094: Please help me, I don't understand!
Find the equation for each of the following items below:
a. A line that passes through (6,2) and has a slope of 2.
b. A line that passes though the points (2,4) and (8,16)
c. A line that passes through (7,3) and has a slope of -1.
d. A line that passes through (1, 1) and is perpendicular to the line 3x+4Y=12.
e. A circle with a radius of 9 and a midpoint at (3,3)

Found 2 solutions by stanbon, Earlsdon:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the equation for each of the following items below:
a. A line that passes through (6,2) and has a slope of 2.
Line equation y = mx + b; find m and b.
m = 2
b: 2 = 2*6 + b
b = -10
Equation: y = 2x - 10
--------------------------------------
b. A line that passes though the points (2,4) and (8,16)
Line equation y = mx + b; find m and b
m = [16-4]/[8-2] = 2
b: 4 = 2*2 + b
b = 0
Equation: y = 2x
=======================

c. A line that passes through (7,3) and has a slope of -1.
same procudure as above
-----------------------------
d. A line that passes through (1, 1) and is perpendicular to the line 3x+4Y=12.
Find slope of give line: 4y = -3x + 12; y = (-3/4)x + 3
Its slope is -3/4 so the perpendicular line has m = 4/3
b: 1= (4/3)*1 + b
b = -1/3
Equation: y = (4/3)x - (1/3)
-----------------------------
e. A circle with a radius of 9 and a midpoint at (3,3)
(x-3)^2 + (y-3)^2 = 9^2
================================
Cheers,
Stan H.

Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
a) Start with the "slope-intercept" form of a linear equation:
y = mx+b where the slope, m = 2 so now you have:
y = 2x+b Now you need to find b, the y-intercept. Substitute the coordinates of the given point through which the line passes (6, 2).
2 = 2(6)+b Solve for b.
2 = 12+b Subtract 12 from both sides.
-10 = b Now you can write the final equation:
y = 2x-10
-------------------
b) First, find the slope using the slope formula:
Remember that the slope is defined as "rise over run" or the difference in the y-coordinates over the difference in x-coordinates.
m+=+%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29 Substitute: (2, 4) and (8, 16)
m+=+%2816-4%29%2F%288-2%29
m+=+12%2F6
m+=+2
Now you can start the equation with:
y = mx+b and substitute m = 2.
y = 2x+b To find b, substitute the x- and y-coordinates of either one of the two given points. Let's use the point (2, 4), so we get:
4 = 2(2)+b
4 = 4+b
b = 0
The final equation is:
y = 2x
--------------
c) Use the work in a) as a guide for solving this one.
-----------------
d) Find the slope by recalling that perpendicular lines have slopes that are the negative reciprocal of each other.
In othe words, in perpendicular lines, the product of the slopes is always equal to -1.
So, the slope of the line in the given equation (3x+4y = 12) is found by converting the equation to the "slope-intercept" form (y = mx+b) and reading the slope directly from the resulting equation.
3x%2B4y+=+12 Subtract 3x from both sides.
4y+=+-3x%2B12 Divide both sides by 4.
y+=+%28-3%2F4%29x%2B3 So, by inspection, you can see that the slope is m+=+%28-3%2F4%29
But the perpendicular line would have a slope that is the negative reciproacal of %28-3%2F4%29 which would be %28-1%29%2F%28-3%2F4%29+=+4%2F3, so...
y+=+%284%2F3%29x%2Bb Now you can find b by substituting the x- and y-coordintes of the given point (1, 1) through which the line passes.
1+=+%284%2F3%29%281%29%2Bb Subtract 4%2F3 from both sides.
-1%2F3+=+b The final equation is:
y+=+%284%2F3%29x-1%2F3
---------------------
Starting with the general form of an equation of a circle with its center at (h, k) and a radius of r:
%28x-h%29%5E2%2B%28y-k%29%5E2+=+r%5E2 Substitute (3, 3) for (h, k) and 9 for r
x-3%29%5E2%2B%28y-3%29%5E2+=+9%5E2
highlight%28%28x-3%29%5E2%2B%28y-3%29%5E2+=+81%29