document.write( "Question 853795: What is the equation of the line which passes through (2,3) , (-2,-1) and has y- intercept of (0,1) ? \n" ); document.write( "
Algebra.Com's Answer #514273 by Alan3354(69443) You can put this solution on YOUR website! What is the equation of the line which passes through (2,3) , (-2,-1) and has y- intercept of (0,1) ? \n" ); document.write( "------------------- \n" ); document.write( "The 2 points define a line. Use them to find the line, see if the y-int is 1. \n" ); document.write( "m = (-1-3)/(-2-2) = 1 \n" ); document.write( "----- \n" ); document.write( "3 = 1*2 + b \n" ); document.write( "b = 1 \n" ); document.write( "y = x + 1 \n" ); document.write( " \n" ); document.write( " |