document.write( "Question 1172171: Write the equation of the line, in the form Ax + By = C with the following conditions: Through (1,1) and (4,5) \n" ); document.write( "
| Algebra.Com's Answer #797090 by Boreal(15235)     You can put this solution on YOUR website! slope is 4/3 \n" ); document.write( "point slope is y-y1=m(x-x1) slope m point (x1, y1) \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "y-1=(4/3)(x-1) \n" ); document.write( "y=(4/3)x-1/3 \n" ); document.write( "3y=4x-1 \n" ); document.write( "4x-3y=1 \n" ); document.write( " |