document.write( "Question 188892: if i give you two points on a graph say (5,20) and (8,29) where do i go if i do
\n" );
document.write( " 20-29=-9
\n" );
document.write( " --------
\n" );
document.write( " 5-8=-3 then i do
\n" );
document.write( " -9 / -3 getting 3 ok then i make a table knowing that the slope is 3? but then 0 or y intercept is 5 right but then they want me to solve algebra method where do i go next from there? do i make a graph or a rule first? because the rule would be y=5x-3 right? \n" );
document.write( "
Algebra.Com's Answer #141665 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! if i give you two points on a graph say (5,20) and (8,29) where do i go if i do \n" ); document.write( "20-29=-9 \n" ); document.write( "-------- \n" ); document.write( "5-8=-3 then i do \n" ); document.write( "-9 / -3 getting 3 ok then i make a table knowing that the slope is 3? but then 0 or y intercept is 5 right but then they want me to solve algebra method where do i go next from there? do i make a graph or a rule first? because the rule would be y=5x-3 right? \n" ); document.write( "----------------- \n" ); document.write( "You got the slope, m, right, m = 3. \n" ); document.write( "Then, use either point to get the equation. \n" ); document.write( "y-y1 = m*(x-x1) (x1,y1) is the point. \n" ); document.write( "y-20 = 3*(x-5) \n" ); document.write( "y-20 = 3x-15 \n" ); document.write( "y = 3x + 5 \n" ); document.write( "The y-intercept is 5, at (0,5). \n" ); document.write( "-------------------------- \n" ); document.write( "Then you can make one more point, and since it's a straight line, draw the line thru them. \n" ); document.write( "Give x any value, and find y. \n" ); document.write( "eg, x = 3, y = 14 --> (3,14) \n" ); document.write( " \n" ); document.write( " |