document.write( "Question 936209: What is the given point-slope form in slope-intercept form for y-2=3(x+1)? \n" ); document.write( "
Algebra.Com's Answer #569640 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! slope intercept form : y= mx+c \n" ); document.write( " given equation \n" ); document.write( " y-2=3(x+1) \n" ); document.write( " y-2 =3*x+3*1 \n" ); document.write( " y-2= 3x+3 \n" ); document.write( " move -2 to the right \n" ); document.write( " y= 3x+3+2 \n" ); document.write( " y= 3x+5 \n" ); document.write( "result : slope -intercept form y= 3x+5 \n" ); document.write( " |