document.write( "Question 52572: In class we are working on reviewing writing linear equations. i know how to solve or write an equation when i have a slope and a point, and i also know how to solve when i have two points. My teacher however forgot to give us notes on how to solve when they give us an x-intercept and a y-intercept. For example:
\n" );
document.write( " x-intercept=3, y-intercept=2.
\n" );
document.write( " Could you please help me?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #35097 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x-intercept = 3 ~> (3,0) \n" ); document.write( "y-intercept = 2 ~> (0,2) \n" ); document.write( "m = (y2 - y1)/(x2 - x1) = (0 - 2)/(3 - 0) = -2/3 \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 2 = (-2/3)(x - 0) \n" ); document.write( "y - 2 = -2x/3 \n" ); document.write( "y = -2x/3 + 2 \n" ); document.write( " |