document.write( "Question 38061: WRITE AN EQUATION OF THE LINE THAT CONTAINS THE GIVEN POINTS.
\n" );
document.write( "A. (3,-3), (-3,1)
\n" );
document.write( "B. (3,5), (5,3) \n" );
document.write( "
Algebra.Com's Answer #23573 by benni1013(206)![]() ![]() ![]() You can put this solution on YOUR website! (3,-3), (-3,1) \n" ); document.write( "First you need to find the slope: \n" ); document.write( "change in y over change in x. Make sure you back to the same ordered pair. \n" ); document.write( "-3-1/3-(-3)==>-4/6==>-2/3 \n" ); document.write( "We have a slope of -2/3. Now plug in one of the given points into the slope-intercept form. I'll pick (-3,1). \n" ); document.write( "y=mx+b==>1=3(-2/3)+b==>1=-2+b==>b=3 \n" ); document.write( "Plug back into slope-intercept form. \n" ); document.write( "y=-2/3x+3 \n" ); document.write( " |