document.write( "Question 217918: find equation that passes through the follwoing set of points
\n" );
document.write( "(-9,6) and (0,4) \n" );
document.write( "
Algebra.Com's Answer #164193 by checkley77(12844) ![]() You can put this solution on YOUR website! (-9,6) and (0,4) \n" ); document.write( "Slope=(4-6)/(0+9)=-2/9 \n" ); document.write( "Y=-2X+b \n" ); document.write( "4=-2/9*0+b \n" ); document.write( "4=b the y intercept. \n" ); document.write( "Y=-2x/9+4 is this line equation. \n" ); document.write( " |