document.write( "Question 174772: Find an equation of the line that has a y intercept of -2 and is perpendicular to the graph of 3x + 6y=2 \n" ); document.write( "
Algebra.Com's Answer #129835 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an equation of the line that has a y intercept of -2 and is perpendicular to the graph of 3x + 6y=2 \n" ); document.write( "--------------------- \n" ); document.write( "Ok. First, find the slope (m) of 3x+6y = 2 by putting it into slope-intercept form (y = mx + b). \n" ); document.write( "3x+6y = 2 \n" ); document.write( "6y = -3x + 2 \n" ); document.write( "y = (-1/2)x + 1/3 \n" ); document.write( "The slope is -1/2. Lines perpendicular will have the negative inverse slope, or +2. \n" ); document.write( "Now we know the slope (2) and the y-intercept is -2, so that's the point (0,-2). \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is the point (0,-2) \n" ); document.write( "y+2 = 2*(x-0) \n" ); document.write( "y+2 = 2x \n" ); document.write( "Or, 2x-y = 2 \n" ); document.write( "In slope intercept form, it's y = 2x - 2, so the y-intercept is 2, as spec'd. \n" ); document.write( " \n" ); document.write( " |