document.write( "Question 501885: Find the equation of the line through points (-3, 6) and (10, 12). \n" ); document.write( "
Algebra.Com's Answer #338705 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the equation of the line through points (-3, 6) and (10, 12). \n" ); document.write( "--------- \n" ); document.write( "Use determinants: \n" ); document.write( "|+x +y +1| \n" ); document.write( "|-3 +6 +1| = 0 \n" ); document.write( "|10 12 +1| \n" ); document.write( "--------- \n" ); document.write( "x(6-12) -y(-3-10) +(-36-60) = 0 \n" ); document.write( "-6x + 13y = 96 \n" ); document.write( "6x - 13y = -96 \n" ); document.write( " \n" ); document.write( " |