document.write( "Question 123729: Please help me solve this problem:
\n" );
document.write( "Find an equation of the line containing the given point and having the given slope
\n" );
document.write( "(_3,0), m=-2 \n" );
document.write( "
Algebra.Com's Answer #90767 by sujanag(3)![]() ![]() ![]() You can put this solution on YOUR website! (x1, y1)= (-3,0) \n" ); document.write( "Slope = m = -2\r \n" ); document.write( "\n" ); document.write( "Slope = (x2 - x1)/ (y2 - y1)\r \n" ); document.write( "\n" ); document.write( "Given Slope = -2 \n" ); document.write( " Then (x2 - x1)/ (y2 - y1)= -2 \n" ); document.write( " (x2 - (-3)) / (y2 - 0) = -2 \n" ); document.write( " x2 + 3 = -2 (y2 +0) ( By taking denominator to other side) \n" ); document.write( " x2 + 3 = -2y2\r \n" ); document.write( "\n" ); document.write( "By making into order, x+2y+3 = 0 \n" ); document.write( " \n" ); document.write( " |