document.write( "Question 158993: How do i go about figuring out how to write an equation in slope-intercept form that satisfies each given condition and finding the slope when the x-intercept = 3 and the y-intercept = 2 and there is no slope given \n" ); document.write( "
Algebra.Com's Answer #117112 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
knowing the x-intercept and the y-intercept give you 2 point from which you can calculate the slope.
\n" ); document.write( "in your example, y-intercept = 2 means the point is (0,2) since the y-intercept is the y value when x value = 0.
\n" ); document.write( "x-intercept = 3 means the point is (3,0) since the x-intercept is the x value when y = 0.
\n" ); document.write( "now that you have 2 points, you can calculate the slope.
\n" ); document.write( "slope-intercept formula is y = m*x + b where m is the slope and b is the y-intercept.
\n" ); document.write( "your 2 data points are (x1,y1), and x2,y2) from which you can calculate the slope by using the following equation
\n" ); document.write( "\"slope+=+%28y2-y2%29%2F%28x2-x1%29\"
\n" ); document.write( "let (x2,y2) = (0,2)
\n" ); document.write( "let (x1,y1) = (3,0)
\n" ); document.write( "slope = \"%282-0%29%2F%280-3%29\" = \"2%2F-3\" = \"-%282%2F3%29\"
\n" ); document.write( "slope-intercept equation now becomes \"y=-%282%2F3%29%2Ax+%2B+b\"
\n" ); document.write( "now all you have to do is solve for b.
\n" ); document.write( "to solve for b, use one of the points that are part of the line.
\n" ); document.write( "we'll use (3,0) first.
\n" ); document.write( "\"y+=+-%282%2F3%29%2Ax+%2B+b\" becomes \"0+=+-%282%2F3%29%2A3+%2B+b\"
\n" ); document.write( "this becomes \"0+=+-2+%2B+b\"
\n" ); document.write( "solving for b gets
\n" ); document.write( "b = 2
\n" ); document.write( "full slope-intercept equation then looks like \"y=-%282%2F3%29%2Ax%2B2\"
\n" ); document.write( "using this formula and substituting for values using the other point of (0,2) gets \"2+=+-%282%2F3%29%2A%280%29+%2B+2\" which becomes 2 = 2 which is an identity proving the formula is correct.
\n" ); document.write( "using this formula and substituting for values using the first point used of (3,0) gets \"0+=+-%282%2F3%29%2A3+%2B+2\" which becomes \"0+=+-2%2Ax+%2B+2\" which becomes 0 = 0 which is an identify proving the formula is correct.
\n" ); document.write( "the answer is \"y=-%282%2F3%29%2Ax%2B2\"
\n" ); document.write( "
\n" ); document.write( "
\n" );