document.write( "Question 936127: Find the slope-intercept form for line line that satisfy the conditions given. slope 5, passing through (1,2). \n" ); document.write( "
Algebra.Com's Answer #569582 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! slope intercept form : y= mx+c \n" ); document.write( "where m =slope \n" ); document.write( " c= y-intercept \n" ); document.write( "slope (m)=5 \n" ); document.write( "hence y= 5x+c-------------------------eq(1)\r \n" ); document.write( "\n" ); document.write( "this line is passing through (1,2) \n" ); document.write( "hence, put x,y values in the above equation \n" ); document.write( " 2= 5*1+c \n" ); document.write( " 2=5+c \n" ); document.write( " move 5 to the left \n" ); document.write( " 2-5=c \n" ); document.write( " -3= c \n" ); document.write( " c=-3 \n" ); document.write( "put c= -3 in eq(1) \n" ); document.write( " Hence required equation y= 5x-3\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |