document.write( "Question 1205126: The x and y intercepts of a straight line are 5 and - 7 respectively. Find the equation of the line.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #841769 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The x and y intercepts of a straight line are 5 and - 7 respectively. Find the equation of the line. \n" ); document.write( "---------- \n" ); document.write( " \r\n" ); document.write( "| x y 1|\r\n" ); document.write( "| 5 0 1| = 0\r\n" ); document.write( "| 0 -7 1|\r\n" ); document.write( "--------------------\r\n" ); document.write( " \n" ); document.write( "x*(0 + 7) - y*(5 - 0) + 1*(-35 - 0) = 0 \n" ); document.write( "7x - 5y = 35 \n" ); document.write( " \n" ); document.write( " |