document.write( "Question 326312: What’s the equation of a line that passes through points (0, -1) and (2, 3)? \n" ); document.write( "
Algebra.Com's Answer #233602 by AAfter Search(61)\"\" \"About 
You can put this solution on YOUR website!
The equation of a line that passes through points (0, -1) and (2, 3) is
\n" ); document.write( "[y - (-1)] = [(3 - (-1))/(2 - 0)](x - 0)
\n" ); document.write( "=> (y + 1) = 4/2(x)
\n" ); document.write( "=>y + 1 = 2x
\n" ); document.write( "
\n" );