document.write( "Question 773321: What is the slope-intercept form of a line passing through (-9, 5) that is parallel to the line 7x - 3y = 12? \n" ); document.write( "
Algebra.Com's Answer #471442 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Sort your equation into \n" ); document.write( "y = mx + c form \n" ); document.write( "7x - 3y = 12 \n" ); document.write( "-3y = - 7x + 12 \n" ); document.write( "3y = 7x - 12 \n" ); document.write( "y = 7/3x - 12/3 \n" ); document.write( "y = 7/3x - 4 \n" ); document.write( "The slope (m) = 7/3 \n" ); document.write( "Lines that are parallel to one \n" ); document.write( "another have slopes (m) that equal \n" ); document.write( "one another. \n" ); document.write( "m1 = m2 \n" ); document.write( "Using the equation: \n" ); document.write( "y - b = m(x - a) with coords (-9,5) \n" ); document.write( "a = -9, b = 5 and m = 7/3 \n" ); document.write( "y - 5 = 7/3(x -(-9)) \n" ); document.write( "y - 5 = 7/3x + 9 \n" ); document.write( "y = 7/3x + 9 + 5 \n" ); document.write( "y = 7/3x + 14 \n" ); document.write( "OR \n" ); document.write( "Multiply thro' by 3 \n" ); document.write( "3y = 7x + 42 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |