document.write( "Question 212018This question is from textbook Precalculus
\n" );
document.write( ": what's the equation for points (0,-5) (-3,-2)? \n" );
document.write( "
Algebra.Com's Answer #160117 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what's the equation for points (0,-5) (-3,-2)? \n" ); document.write( "---------------------------- \n" ); document.write( "Points don't have equations, lines and planes have equation. \n" ); document.write( "Since there are only 2 points, the only type of line that can be defined by them is a straight line, which has a linear equation. \n" ); document.write( "--------------- \n" ); document.write( "To find the equation of the straight line passing thru these 2 points, first find the slope, m, of the line. \n" ); document.write( "n = diffy/diffx = (-2-5)/(-3-0) \n" ); document.write( "m = 7/3 \n" ); document.write( "------- \n" ); document.write( "Then use either point in \n" ); document.write( "y-y1 = m*(x-x1) \n" ); document.write( "y+5 = (7/3)x \n" ); document.write( "y = (7/3)x - 5 (slope-intercept form) \n" ); document.write( "7x - 3y = 15 (standard form) \n" ); document.write( " |