document.write( "Question 286375: Given two equations (written in slope-intercept form) of two nonparallel lines, derive the equation of the x-coordinate of
\n" );
document.write( "the point where the lines intersect. \n" );
document.write( "
Algebra.Com's Answer #207670 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given two equations (written in slope-intercept form) of two nonparallel lines, derive the equation of the x-coordinate of \n" ); document.write( "the point where the lines intersect. \n" ); document.write( "-------------------------------------------- \n" ); document.write( "y = ax + b \n" ); document.write( "y = cx + d \n" ); document.write( "----------------- \n" ); document.write( "If the two lines intersect, \n" ); document.write( "ax+b = cx+d \n" ); document.write( "ax-cx = d-b \n" ); document.write( "(a-c)x = d-b \n" ); document.write( "x = (d-b)/(a-c) \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |