\n" );
document.write( "For the line Ax + By = C, the slope is -A/B (and y-intercept is C/B).\r
\n" );
document.write( "\n" );
document.write( "A = 2/3
\n" );
document.write( "B = 5/7
\n" );
document.write( "C = 1\r
\n" );
document.write( "\n" );
document.write( "The slope of the given line is thus -(2/3)/(5/7) = -(2/3)*(7/5) = -14/15\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The slope of line perpendicular to a given line, is found as follows:
\n" );
document.write( " (slope of perpendicular line) = -1/(slope of given line) \r
\n" );
document.write( "\n" );
document.write( "Thus, if we write the equation of the perpendicular line as y = mx + b,
\n" );
document.write( "then m = -1 / (-14/15) = 15/14.\r
\n" );
document.write( "\n" );
document.write( "You can then write: y = (15/14)x + b (*)\r
\n" );
document.write( "\n" );
document.write( "Since the problem does not give a point of intersection of the two lines, there is no specific solution. The x-intercept and y-intercept depend on WHERE the two lines meet. We can only write the FORM of the y-intercept and x-intercept:\r
\n" );
document.write( "\n" );
document.write( " y-intercept (set x=0): y = b
\n" );
document.write( " x-intercept (set y=0, solve for x): x = -(14/15)b\r
\n" );
document.write( "\n" );
document.write( "If you know the point where the lines intersect, then you can solve (*) for b, and then plug that value of b into the bottom two equations to get specific (numerical) intercepts.
\n" );
document.write( "
\n" );
document.write( "