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 #607293 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "First of all rearrange 5x + 8y = -9 \n" ); document.write( "into the form: \n" ); document.write( "y = mx + b \n" ); document.write( "5x + 8y = -9 \n" ); document.write( "8y = -5x -9 \n" ); document.write( "y = -5/8x - 9/8 \n" ); document.write( "m is the gradient and equals \n" ); document.write( "here -5/8 \n" ); document.write( "b is the y coordinate of the \n" ); document.write( "line's intersection with the 'y' axis. \n" ); document.write( "here -9/8 \n" ); document.write( ".................. \n" ); document.write( "Lines that are perpendicular to one another \n" ); document.write( "have gradients that multiply together to give -1 \n" ); document.write( "m1 x m2 = -1 \n" ); document.write( "To find the gradient (m) of line 12 \n" ); document.write( "-5/8 x m2 = -1 \n" ); document.write( "m2 = 8/5 \n" ); document.write( "Now using the line equation: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "Where m = 8/5 \n" ); document.write( "(a,b) -> (10, 10) \n" ); document.write( "y - 10 = 8/5(x - 10) \n" ); document.write( "y - 10 = 8/5x - 80/5 \n" ); document.write( "y = 8/5x - 80/5 + 50/5 (10) \n" ); document.write( "y = 8/5x - 30/5......this is line 12 \n" ); document.write( "Now you can report that m = 8/5 \n" ); document.write( "and b = -30/5 \n" ); document.write( "m + b \n" ); document.write( "So 8/5 + (-30/5) = -22/5 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |