document.write( "Question 50744This question is from textbook
\n" );
document.write( ": y=(y2 - y1 / x2 - y1)x+b \r
\n" );
document.write( "\n" );
document.write( "If you could please show the steps to how you solved this I would appreciate it.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #33790 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! y - b = ((y2 - y1)/(x2 - x1))x \n" ); document.write( "(y - b)/x = (y2 - y1)/(x2 - x1) \n" ); document.write( "(y - b)(x2 - x1)/x = y2 - y1 \n" ); document.write( "(y - b)(x2 - x1)/x + y1 = y2 \n" ); document.write( " |