document.write( "Question 986526: Let line l1 be the graph of 5x + 8y = -9. Line l2 is perpendicular to line l1 and passes through the point (10,10). If line l2 is the graph of the equation y=mx +b, then find m+b.\r
\n" );
document.write( "\n" );
document.write( "This makes no sense to me. Help? \n" );
document.write( "
Algebra.Com's Answer #607294 by Alan3354(69443) You can put this solution on YOUR website! Let line l1 be the graph of 5x + 8y = -9. Line l2 is perpendicular to line l1 and passes through the point (10,10). If line l2 is the graph of the equation y=mx +b, then find m+b. \n" ); document.write( "====================== \n" ); document.write( "Find the slope of L1 5x + 8y = -9 \n" ); document.write( "To do that, put it in slope-intercept form y = mx + b. That means solve for y. \n" ); document.write( "5x + 8y = -9 \n" ); document.write( "8y = -5x - 9 \n" ); document.write( "y = (-5/8)x - 9/8 \n" ); document.write( "m is the slope = -5/8 \n" ); document.write( "b is the y-intercept = -9/8 but that's not relevant here. \n" ); document.write( "----- \n" ); document.write( "The slope of any line perpendicular is the negative inverse of -5/8 --> 8/5. \n" ); document.write( "--- \n" ); document.write( "Now find the equation of L2 thru (10,10) with a slope of 8/5 \n" ); document.write( "-- \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is the point (10,10)' \n" ); document.write( "y-10 = (8/5)*(x-10) = (8/5)x - 80/5 \n" ); document.write( "y = (8/5)x - 6 \n" ); document.write( "--> for L2, m = 8/5 and b = -6\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |