document.write( "Question 309565: Find the slope-intercept equation for the line with the indicated slope and y-intercept. Slope 3/4; y-intercept (0, 35) \n" ); document.write( "
Algebra.Com's Answer #221419 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! slope (m) = 3/4 \n" ); document.write( "intercept (x1, y1) = (0, 35)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this formula can be used to find the equation: \n" ); document.write( "y - y1 = m * (x - x1) \n" ); document.write( "y - 35 = 3/4 * (x - 0) \n" ); document.write( "y - 35 = 3/4 * x \n" ); document.write( "multiply both sides by 4: \n" ); document.write( "4y - 140 = 3x \n" ); document.write( "3x - 4y + 140 = 0 \n" ); document.write( " |