document.write( "Question 1173367: graph the line with slope 2/3 passing through point (-5,1)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #798577 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Can start with the point (-5, 1) in the second quadrant then go to the right 3 and up 2 or go to the left 3 and down 2. \n" ); document.write( "the line's equation using point slope formula y-y1=m(x-x1) m slope, (x1, y1) point \n" ); document.write( "y-1=(2/3)(x+5) \n" ); document.write( "y=(2/3)x+13/3 \n" ); document.write( " |