document.write( "Question 84892: For the linear equation in standard form 2x+5y=6:
\n" );
document.write( "a) Find the slope of this line
\n" );
document.write( "b) Find the slope of a line parallel to this line
\n" );
document.write( "c) Find the slope of a line perpendicular to this line
\n" );
document.write( "d) use your answers to part c) to write the equation of the line which is perpendicular to the given line and passes through the point (-3,-4). Put final equation in standard form. Thanks:)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61302 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! For the linear equation in standard form 2x + 5y = 6: \n" ); document.write( ": \n" ); document.write( "a) Find the slope of this line: \n" ); document.write( "Find the slope by putting the equation into the slope/intercept form y = mx + b \n" ); document.write( "2x + 5y = 6: \n" ); document.write( "5y = -2x + 6; subtracted 2x from both sides \n" ); document.write( "y = -(2/5)x + (6/5) \n" ); document.write( "Slope (m) = -2/5 \n" ); document.write( ": \n" ); document.write( "b) Find the slope of a line parallel to this line \n" ); document.write( "Parallel lines have equal slopes, therefore its slope = -2/5 also \n" ); document.write( ": \n" ); document.write( "c) Find the slope of a line perpendicular to this line \n" ); document.write( "The relationship of slopes of perpendicular lines: m1*m2 = -1 \n" ); document.write( "-2/5 * m2 = -1 \n" ); document.write( "m2 = -1 * -5/2 \n" ); document.write( "m2 = +5/2 is the slope of a perpendicular line \n" ); document.write( ": \n" ); document.write( "d) use your answers to part c) to write the equation of the line which is perpendicular to the given line and passes through the point (-3,-4). \n" ); document.write( "Use the point/slope form y - y1 = m(x - x1) \n" ); document.write( "x1 = -3; y1 = -4; m = 5/2 \n" ); document.write( "y - (-4) = 5/2(x - (-3)) \n" ); document.write( "y + 4 = 5/2 (x + 3) \n" ); document.write( "y + 4 = (5/2)x + 15/2 \n" ); document.write( "y = (5/2)x + 15/2 - 4 \n" ); document.write( "Y = (5/2)x + 15/2 - 8/2 \n" ); document.write( "y = (5/2)x + 7/2 \n" ); document.write( ": \n" ); document.write( "Put final equation in standard form: \n" ); document.write( "Multiply equation by 2 to get rid of the denominators \n" ); document.write( "2y = 5x + 7; subtract 5x from both sides \n" ); document.write( "-5x + 2y = 7; the standard form \n" ); document.write( " |