document.write( "Question 760999: write an equation of the line through the points (4,1) and (-4,-5) \n" ); document.write( "
Algebra.Com's Answer #462963 by Alan3354(69443) You can put this solution on YOUR website! write an equation of the line through the points (4,1) and (-4,-5) \n" ); document.write( "------------- \n" ); document.write( "Use determinants \n" ); document.write( "--- \n" ); document.write( "|+x +y +1| \n" ); document.write( "|+4 +1 +1| = 0 \n" ); document.write( "|-4 -5 +1| \n" ); document.write( "---- \n" ); document.write( "x*(1+5) - y*(4+4) + 1*(-20+4) = 0 \n" ); document.write( "6x - 8y - 16 = 0 \n" ); document.write( "3x - 4y = 8 \n" ); document.write( " \n" ); document.write( " |