document.write( "Question 85840This question is from textbook
\n" );
document.write( ": How would you write an equation for a line going through points (3,2) and (-2,4). \n" );
document.write( "
Algebra.Com's Answer #62036 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! FIRST WE FIND THE SLOPE(m) (Y-Y1)/(X2-X1) THUS: \n" ); document.write( "(4-2)/(-2-3) \n" ); document.write( "2/-5 OR -2/5 IS THE SLOPE. \n" ); document.write( "NOW WE REPLACE X&Y WITH ONE SET OF POINTS & SOLVE FOR (b) THE Y INTERCEPT. \n" ); document.write( "2=(-2/5)3+b \n" ); document.write( "2=-6/5+b \n" ); document.write( "b=2+6/5 \n" ); document.write( "b=(10+6)/5 \n" ); document.write( "b=16/5 THIS IS THE Y INTERCEPT. \n" ); document.write( "THUS THE LINE EQUATION IS: \n" ); document.write( "Y=-2X/5+16/5 \n" ); document.write( " \n" ); document.write( " |