document.write( "Question 170365: I need help with a fairly simple equation that i just don't understand.
\n" );
document.write( "It's in pointY=A+B(X) form. I am given two sets of points which are, (-1,-6) and(4,8)
\n" );
document.write( "I tried -1+-6(4)=8 which obviously doesn't work.
\n" );
document.write( "Then I tried -6=2+=1(8) but there is no two in the equation, or am I trying to get a new number?\r
\n" );
document.write( "\n" );
document.write( "(-1,-6)(4,8)
\n" );
document.write( "in
\n" );
document.write( "Y=A+BX form. \n" );
document.write( "
Algebra.Com's Answer #125750 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! THE LINE FORMULA IS: \n" ); document.write( "Y=mX+b WHERE m=SLOPE & b=Y INTERCEPT. \n" ); document.write( "SLOPE=(Y2-Y1)/(X2-X1)=(8+6)/(4+1)=14/5 SLOPE \n" ); document.write( "NOW REPLACE THE X & Y TERMS WITH ONE SET OF (X,Y) POINTS & SOLVE FOR THE Y INTERCEPT b. \n" ); document.write( "-6=-1*14/5+b \n" ); document.write( "-6=-14/5+b \n" ); document.write( "b=-6+14/5 \n" ); document.write( "b=(-6*5+14)/5 \n" ); document.write( "b=(-30+14)/5 \n" ); document.write( "b=-16/5 Y INTERCEPT. \n" ); document.write( "Y=14X/5-16/5 ANS FOR THE LINE EQUATION. \n" ); document.write( " |