document.write( "Question 1086922: Given the pints (-3, 5) and (6,-2)\r
\n" );
document.write( "\n" );
document.write( "Find the slope of the line throught the points
\n" );
document.write( "Write an equation in the point-slope form of the line through the points
\n" );
document.write( "Concert the equation to slope-intercept form
\n" );
document.write( "convert the equation to standd form, Ax+By=C where A,B,C are intergers
\n" );
document.write( "Graph the equations \n" );
document.write( "
Algebra.Com's Answer #701178 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! slope is change in y over change in x=5-(-2)/(-3-6)=-7/9 \n" ); document.write( "point slope form is y-y1=m(x-x1), m slope and (x1,y1) either point \n" ); document.write( "y+2=-(7/9)(x-6) ANSWER for point-slope form \n" ); document.write( "y=(-7x/9)+(42/9)-18/9=(-7x/9)+(24/9) \n" ); document.write( "check with other point \n" ); document.write( "y-5=(-7/9)(x+3) \n" ); document.write( "y=(-7x/9)-(21/9)+(45/9)=(-7x/9)+(24/9) \n" ); document.write( "Standard form, \n" ); document.write( "move the x term to the left \n" ); document.write( "(7x/9)+y=(24/9) \n" ); document.write( "multiply by 9 to convert everything to integers \n" ); document.write( "7x+9y=24 \n" ); document.write( " |