document.write( "Question 1125456: If the equation of line L is ax + by = c, find its slope, both the x- and y-intercepts, and the line through the origin perpendicular to L.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #741777 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The equation of line L is ax + by = c \n" ); document.write( ": \n" ); document.write( "I assume a, b, c are real numbers \n" ); document.write( ": \n" ); document.write( "solve for y \n" ); document.write( ": \n" ); document.write( "y = (-ax/b) +(c/b) \n" ); document.write( ": \n" ); document.write( "slope of line L is -a/b and its y-intercept is c/b \n" ); document.write( ": \n" ); document.write( "the x-intercept c/a \n" ); document.write( ": \n" ); document.write( "the slope of the line perpendicular to L is b/a, since the y-intercept for this line is 0, we have \n" ); document.write( ": \n" ); document.write( "y = bx/a \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |