SOLUTION: Write the equation of the line that satisfies the given conditions. Express the final equation in standard form. Contains the point (-3, 5) and is PARALLEL to the line x −

Algebra ->  Linear-equations -> SOLUTION: Write the equation of the line that satisfies the given conditions. Express the final equation in standard form. Contains the point (-3, 5) and is PARALLEL to the line x −      Log On


   



Question 1129600: Write the equation of the line that satisfies the given conditions. Express the final equation in standard form.
Contains the point (-3, 5) and is PARALLEL to the line x − 5y = 6
Contains the point (-4, 7) and is PERPENDICULAR to the line 3x − y = 4
I took this question from the example questions in the textbook to prepare myself for an exam that is coming up soon. I've been stuck on these two problems for around an hour so any and all help is greatly appreciated. Thank you!

Found 4 solutions by stanbon, greenestamps, josmiceli, ikleyn:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Write the equation of the line that satisfies the given conditions. Express the final equation in standard form.
Contains the point (-3, 5) and is PARALLEL to the line x − 5y = 6
Solve the equation for "y"::
5y = x-6
y = (1/5)x-(6/5)
The slope is 1/5
----
Equation of line with slope = 1/5 passing thru point (-3,5)
(y-5)/(x+3) = 1/5
x+3 = 5y-25
----
Standard Form:: x-5y = -28
-----------------------

Contains the point (-4, 7) and is PERPENDICULAR to the line 3x − y = 4
----
Find the slope of the given equation::
y = 3x-4
slope = 3
----
Equation we want must have slope = -1/3 and must pass thru (-4,7)
y-7 = (-1/3)(x+4)
Find the standard form::
x+4 = -3(y-7)
x+4 = -3y+21
Ans:: x + 3y = 17
----------------------------
Cheers,
Stan H.
---------

Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


Since the problem asks for the equations in standard form, and the given equations are in standard form, there is no need (it is a waste of time) to convert the given equations to slope-intercept form to find their slopes.

Any line parallel to a line with equation Ax+By=C will have an equation of the form Ax+By=D (where D is some different constant).

Any line perpendicular to a line with equation Ax+By=C will have an equation of the form Bx-Ay=D.

Use the appropriate forms of the equation and substitute the given (x,y) values to determine the constants.

(a) parallel to x-5y=6 through (-3,5). A=1, B=-5; the constant is Ax+By = 1(-3)+-5(5) = -3-25 = -28.

ANSWER: x-5y=-28

(b) perpendicular to 3x-y=4 through (-4,7). A=3, B=-1 the constant is Bx-Ay = -1(-4)-3(7) = 4-21 = -17.

ANSWER: -x+3y = -17, or (since most definitions of standard form require the coefficient of x to be positive) x-3y = 17

Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
+x+-+5y+=+6+
+5y+=+x+-+6+
+y+=+%281%2F5%29%2Ax+-+6%2F5+
Any line parallel to this line will have
slope = +m+=+1%2F5+
-----------------------------
( -3,5 )
Use the general point-slope formula
+%28+y+-+5+%29+%2F+%28+x+-%28-3%29+%29+=+1%2F5+
+y+-+5+=+%281%2F5%29%2A%28+x+%2B+3+%29+
+5y+-+25+=+x+%2B+3+
+x+-+5y+=+-28+
-----------------------
check:
Does it go through ( -3,5 )
+-3+-+5%2A5+=+-28+
+-3+-+25+=+-28+
+-28+=+-28+
OK
-------------------------------------
+3x+-+y+=+4+
+y+=+3x+-+4+
Any line perpendicular to this line will have
slope +m+=+-1%2F3+ because
+m%5B1%5D+=+-1%2Fm+
---------------------------
( -4,7 )
+%28+y+-+7+%29+%2F+%28+x+-%28-4%29+%29+=+-1%2F3+
Multiply both sides by +3%2A%28+x+%2B+4+%29+
+3%2A%28+y+-+7+%29+=+-%28+x+%2B+4+%29+
+3y+-+21+=+-x+-+4+
+x+%2B+3y+=+17+
----------------------
check:
(-4,7)
+-4+%2B+3%2A7+=+17+
+-4+%2B+21+=+17+
+17+=+17+
OK

Answer by ikleyn(52781) About Me  (Show Source):