document.write( "Question 248027: how do use the slope and y intercept to graph the following equations, y=2x-3 and y=2/3x-4. \n" ); document.write( "
Algebra.Com's Answer #180794 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
The slope-intercept formula is: y = mx+b.
\n" ); document.write( "The slope = m = change in y divided by change x.
\n" ); document.write( ".
\n" ); document.write( "We have an equation y = 2x -3.
\n" ); document.write( "m = 2 = slope
\n" ); document.write( "It means that for every change in y = 2, there is a change in x = 1.
\n" ); document.write( "This extends indefinitely in both directions. change in y = 4, means change in x = 2.
\n" ); document.write( "Etc.
\n" ); document.write( ".
\n" ); document.write( "The y-intercept = -3, so the related point is (0, -3)
\n" ); document.write( ".
\n" ); document.write( "Adding 4 to y means we add 2 to x, which produces the point (2, 1).
\n" ); document.write( ".
\n" ); document.write( "Plot these two points and draw the line connecting them.
\n" ); document.write( ".
\n" ); document.write( "\"graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C2x-3%29\"
\n" ); document.write( ".
\n" ); document.write( "The same logic applies to the second equation.
\n" ); document.write( "y = 2/3x - 4.
\n" ); document.write( ".
\n" ); document.write( "When x =0, y = -4, so we have the point (0, -4)
\n" ); document.write( ".
\n" ); document.write( "The slope = 2/3, which means for every change of 2 in y, there is a change of 3 in x.
\n" ); document.write( "So we can use this information to calculate a second point.
\n" ); document.write( "Add 2 to y and add 3 to x: (3, -2)
\n" ); document.write( "Plot these point and draw a line.
\n" ); document.write( ".
\n" ); document.write( "\"graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C2%2F3%2Ax+-4%29\"
\n" ); document.write( ".
\n" ); document.write( "You can plot both on the same graph to check if they intercept one another.
\n" ); document.write( ".
\n" ); document.write( "\"graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C2%2Ax-3%2C2%2F3%2Ax+-4%29\"
\n" ); document.write( "
\n" );