document.write( "Question 745590: write in standard form an equation passing through the given point with the given slope
\n" );
document.write( "slope= 1/6;(-1,5) \n" );
document.write( "
Algebra.Com's Answer #453924 by Cromlix(4381) You can put this solution on YOUR website! y - b = m( x - a) \n" ); document.write( "y - 5 = 1/6 (x + 1) \n" ); document.write( "6y - 30 = x + 1 \n" ); document.write( "6y = x + 31 \n" ); document.write( "or \n" ); document.write( "y = 1/6 x + 31/6 \n" ); document.write( " |