document.write( "Question 357463: Show that if the x- and y- intercepts of a line are nonzero numbers a and b, then the equation of the line can be written in the form (x/a) + (y/b) = 1.\r
\n" );
document.write( "\n" );
document.write( "The main thing I'm stuck on is what equation to start off with. I've tried point-slope form, and I seem to get there, but I don't understand how to get the 1 into the equation. \n" );
document.write( "
Algebra.Com's Answer #255289 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x-intercept is (a,0) , and y-intercept is (0,b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope of the line is ___ (0 - b) / (a - 0) = -b/a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using point-slope (with y-int) ___ (y - b) = (-b/a)(x - 0) ___ y - b = -bx/a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dividing by b ___ (y/b) - 1 = -(x/a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding (x/a)+1 ___ (y/b) + (x/a) = 1 \n" ); document.write( " |