document.write( "Question 71129: Given a line containing the points (1,3), (2,4), (3,5) determine the slope-intercept form of the equation, give one additional point on this line and graph the function. \r
\n" );
document.write( "\n" );
document.write( "Equation of line in slope-intercept form f(x) =
\n" );
document.write( "
\n" );
document.write( "Show your work here:\r
\n" );
document.write( "\n" );
document.write( "Give one additional point in (x,y) form that would fall on this line: (4,6)\r
\n" );
document.write( "\n" );
document.write( "Graph the function:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #50857 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! SLOPE=(Y2-Y1)/(X2-X1) \n" ); document.write( "(4-3)/(2-1)=1/1=1 \n" ); document.write( "NOW SUBSTITUTE ONE SET OF (X,Y) POINTS AND SOLVE FOR THE Y INTERCEPT. THUS \n" ); document.write( "3=1*1+b \n" ); document.write( "3=1+b \n" ); document.write( "b=3-1 \n" ); document.write( "b=2 THUS THE EQUATION OF THIS LINE IS \n" ); document.write( "Y=X+2 \n" ); document.write( " |