document.write( "Question 430682: Consider the line . y=8x-8 Find the equation of the line that is perpendicular to this line and passes through the point .(2,4) Find the equation of the line that is parallel to this line and passes through the point .(2,4) \n" ); document.write( "
Algebra.Com's Answer #299049 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = 8x-8 is in slope-intercept form, y=mx+b. \n" ); document.write( "slope = 8 \n" ); document.write( "y-intercept is where x=0, which is -8. \n" ); document.write( ". \n" ); document.write( "A line perpendicular to a given line has a slope that is the inverse reciprocal. \n" ); document.write( "Given the slope of the first line = 8, then a perpendicular line will have slope = -1/8. \n" ); document.write( ", \n" ); document.write( "We want this line to pass through (2,4). Its equation is: \n" ); document.write( "y = -1/8x + b \n" ); document.write( ". \n" ); document.write( "Hmmm. We don't know b. (We can guess it would not be -8.) \n" ); document.write( ". \n" ); document.write( "But we can plug in the x & y we know (2,4) to determine what b has to be. \n" ); document.write( "4 = -1/8(2) + b \n" ); document.write( "4 = -1/4 + b \n" ); document.write( "4 = -.25 + b \n" ); document.write( "4.25 = b \n" ); document.write( "So the equation of the perpendicular line is: \n" ); document.write( "y = -1/8x + 4.25 \n" ); document.write( ". \n" ); document.write( "I'm not sure what your last question about the parallel line references. Two parallel lines that go through the same point will lie on top of one another. Since a line has no third dimension, you cannot tell them apart. \n" ); document.write( ". \n" ); document.write( "But we can find a line parallel to the original line that goes through (2,4). \n" ); document.write( "y = 8x -8 is the original equation. But we don't care about the -8, because the intercept will shift to somewhere else for the parallel line. \n" ); document.write( "y = 8x +b \n" ); document.write( "4 = 8(2) +b \n" ); document.write( "4 = 16 +b \n" ); document.write( "-12 = b \n" ); document.write( "So the equation of the parallel line is: \n" ); document.write( "y = 8x -12 \n" ); document.write( ". \n" ); document.write( "We can check our answers with a graph. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "So the answers are: \n" ); document.write( "A line perpendicular to the first line that passes through (2,4) is defined by the equation: \n" ); document.write( "y = -1/8x + 4.25 (This is the green line.) \n" ); document.write( "A line parallel to the first line that passes through (2,4) is defined by the equation: \n" ); document.write( "y = 8x -12 (This is the blue line.) \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |