document.write( "Question 639867: The equation of another line ST passes through the point (5, 0) and is parallel to a line with gradient of -2.
\n" );
document.write( "f) Find the equation of the line ST.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #402895 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The equation of another line ST passes through the point (5, 0) and is parallel to a line with gradient of -2. \n" ); document.write( "f) Find the equation of the line ST. \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "Parallel lines have the same slope,m=-2 \n" ); document.write( "slope of line ST=-2 \n" ); document.write( "equation: y=-2x+b \n" ); document.write( "solve for b using coordinates of given point (5,0) \n" ); document.write( "0=-2*5+b \n" ); document.write( "0=-10+b \n" ); document.write( "b=10 \n" ); document.write( "Equation for line ST: y=-2x+10 \n" ); document.write( " |