document.write( "Question 175286This question is from textbook
\n" );
document.write( ": What's the equation of a line that passes through points (0,-1) and (2, 3 )? \n" );
document.write( "
Algebra.Com's Answer #130370 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What's the equation of a line that passes through points (0,-1) and (2, 3 )? \n" ); document.write( "--------------------- \n" ); document.write( "The easiest way to do these is using determinants. \n" ); document.write( "------------ \n" ); document.write( "|x y 1| \n" ); document.write( "|0 -1 1| = 0 \n" ); document.write( "|2,3 1| \n" ); document.write( "-------- \n" ); document.write( "x*(-1-3) - y*(0-2) + 0+2 = 0 \n" ); document.write( "-4x + 2y = -2 \n" ); document.write( "2x - y = 1 \n" ); document.write( "--------- \n" ); document.write( "Both points fit. \n" ); document.write( " |