document.write( "Question 281373: Graph the line thru (1,1) wiht a slope of 3 \n" ); document.write( "
Algebra.Com's Answer #204386 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The slope of 3 means that for a change of 1 'x' there will be a change of 3 'y'. \n" ); document.write( ". \n" ); document.write( "m = rise/run = 3/1 \n" ); document.write( ". \n" ); document.write( "We have the point (1,1), so the next point would be (2,4). With two points, you can graph a straight line. \n" ); document.write( ". \n" ); document.write( "Or we can address the problem in terms of y = mx + b, which is the slope-intercept form of an equation. \n" ); document.write( ". \n" ); document.write( "y = 3x + b \n" ); document.write( ". \n" ); document.write( "But then the question is, \"What is the value 'b' to be sure it goes through the point (1,1)?\" \n" ); document.write( ". \n" ); document.write( "Well, (1,1) means that when x=1, y =1, so we can show this as: \n" ); document.write( "1 = 3(1) + b \n" ); document.write( "b = -2 \n" ); document.write( ". \n" ); document.write( "This suggests the equation of the line with slope = 3 that goes through the point (1,1) is: \n" ); document.write( "y = 3x -2 \n" ); document.write( ". \n" ); document.write( "Graphing it we can see... \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "That looks correct. \n" ); document.write( ". \n" ); document.write( "We also can do additional checking. \n" ); document.write( "Some other points of interest are the y-intercept and the x-intercept. \n" ); document.write( "The y-intercept is where x=0. \n" ); document.write( "y = 3(0)-2 = -2 \n" ); document.write( "(0, -2) \n" ); document.write( ". \n" ); document.write( "The x-intercept is where y=0. \n" ); document.write( "0 = 3x -2 \n" ); document.write( "x = 2/3 \n" ); document.write( "(2/3, 0) \n" ); document.write( ". \n" ); document.write( "By inspecting the graph, you can see these points are on the line, too. \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |