document.write( "Question 254161: can yo show me how to graph the equation using the slope and y intercept:\r
\n" );
document.write( "\n" );
document.write( "y = 7/4x + 3 \n" );
document.write( "
Algebra.Com's Answer #186463 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! the slope is 7/4 which means for every 7 that y changes x changes 4 \n" ); document.write( "3 is the y intercept which is y when x=0 \n" ); document.write( "plot (0,3) \n" ); document.write( "Then go up 7 for y and over 4 for x and that is your next point to plot on the graph. \n" ); document.write( "You only need two points for a line(linear equation). \n" ); document.write( " \n" ); document.write( " |