document.write( "Question 38299: What is the standard form of an equation that passes through the points,
\n" );
document.write( "(14, 8) and (3, 11) ? \n" );
document.write( "
Algebra.Com's Answer #23792 by ilana(307)![]() ![]() ![]() You can put this solution on YOUR website! The standard form of a line is written in the form Ax+By+C=0. \n" ); document.write( "With two points we can find their slope, then write the line in point-slope form, and then algebraically change the form. \n" ); document.write( "The slope is (11-8)/(3-14)=-3/11. \n" ); document.write( "So the line in point-slope form is y-11=-(3/11)(x-3). \n" ); document.write( "Multiplying the equation by 11, 11y-121=-3x+9. \n" ); document.write( "So this line is 3x+11y-112=0. \n" ); document.write( " |