document.write( "Question 374005: Find the equation of the line that bisects the first quadrant. \n" ); document.write( "
Algebra.Com's Answer #266318 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! Find the equation of the line that bisects the first quadrant. \n" ); document.write( " Sol'n: \n" ); document.write( " since it will bisect the first quadrant, it pass through the origin having a coordinate of (0,0) and also have a slope of 1 (m=1). \n" ); document.write( " from slope-intercept form: \n" ); document.write( " y-y1 = m(x-x1)@ (0,0) and m = 1. \n" ); document.write( " thus, \n" ); document.write( " y-0 = 1(x-0) \n" ); document.write( " y = x ---answer \n" ); document.write( " \n" ); document.write( " |