document.write( "Question 1186113: Find the equation of the line parallel to 3x + 4y= 20 and at a distance 5 from this line \n" ); document.write( "
Algebra.Com's Answer #816999 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
start with 3x + 4y = 20
\n" ); document.write( "subtract 3x from both sides of the equation to get:
\n" ); document.write( "4y = -3x + 20
\n" ); document.write( "divide both sides by 4 to get:
\n" ); document.write( "y = -3/4 * x + 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a line perpendicular to that line will have a slope that is is the negative reciprocal of the slope of that line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that slope will be 4/3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you want that perpendicular line to intersect the original line at (0,5), then the equation of that perpendicular line needs to be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 4/3 * x + 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the y-intercept of both lines is at (0,5).
\n" ); document.write( "this is where they will intersect.
\n" ); document.write( "this is what it looks like.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you now want to find another point on the perpendicular line that is 5 units from the point (0,5).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula for the length of a line is L = sqrt(x^2 + y^2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when y is equal to 4/3 * x, that formula becomes L = sqrt(x^2 + (4/3 * x)^2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when L = 5, that formula becomes 5 = sqrt(x^2 + (4/3 * x)^2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "square both sides of that equation to get 25 = x^2 + (4/3 * x)^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get 25 = x^2 + 16/9 * x^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of that equation by 9 to get 225 = 9x^2 + 16x^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get 225 = 25x^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x^2 to get x^2 = 225/25 = 9\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x to get x = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when x = 3, y = 4/3 * x becomes y = 4/3 * 3 = 4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the point on the perpendicular line that is 5 units from (0,5) will be at the point (0 + 3, 5 + 4) which is equal to (3,9).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your two points on the perpendicular line that are of interest are (0,5) and (3,9).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your line perpendicular to the perpendicular line will have a slope that is the negative reciprocal of the slope of the perpendicular line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since the slope of the perpendicular line is 4/3, that slope will be the negative reciprocal of 4/3 = -3/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that is also the slope of the original line, because the perpendicular of the perpendicular is the original slope the line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that parallel line will have a slope of -3/4 and will pass through the point (3,9).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to find the y-intercept of that line, replace x with 3 and y with 9 to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = -3/4 * x + b becomes:
\n" ); document.write( "9 = -3/4 * 3 + b\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b is the y-intercept.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this comes from the general form of the slope intercept equation of a straight line which is y = mx + b.
\n" ); document.write( "m is the slope
\n" ); document.write( "b is the y-intercept.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the equation of 9 = -3/4 * 3 + b, solve for b to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b = 9 + 3/4 * 3 = 9 + 9/4 = 36/4 + 9/4 = 45/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation of the line parallel to the original line and perpendicular to the perpendicular line and passing through the point (3,9) will be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = -3/4 * x + 45/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that will look like this on the graph.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the line parallel to the original line and 5 units from the original line has the equation of y = -3/4 * x + 45/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "45/4 is the y-intercept equal to 11.25 as shown on the graph.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the original line is red.
\n" ); document.write( "the line perpendicular to it is blue.
\n" ); document.write( "the line parallel to it is green.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is that the line parallel to the original line and 5 units from it is y = -3/4 * x + 45/4.
\n" ); document.write( "this can also be shown as y = -3/4 * x + 11.25.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );