document.write( "Question 773369: How do you graph a linear equation with a given slope?
\n" );
document.write( "My problem looks like this: (-5, 1) slope=1/5 \n" );
document.write( "
Algebra.Com's Answer #471490 by b_souj(3)![]() ![]() ![]() You can put this solution on YOUR website! a straight line equation is y = mx + c \n" ); document.write( "where (x,y) is a point that lies on the line. \n" ); document.write( "c is a constant \n" ); document.write( "and m is slope \n" ); document.write( "According to your question \n" ); document.write( "(x,y)=(-5,1) \n" ); document.write( "m= 1/5 \n" ); document.write( "substituting them into the equation , we get \n" ); document.write( "1=-5*1/5 +c \n" ); document.write( "=>c=2 \n" ); document.write( "linear equation would be \n" ); document.write( "y=x/5+2 \n" ); document.write( "point satisfying this could be \n" ); document.write( "for x=10 y=4 \n" ); document.write( "for x=5 y=3 \n" ); document.write( "for x=0 y=2 and so on..\r \n" ); document.write( "\n" ); document.write( "now we put this linear equation in terms of graph \n" ); document.write( "first drawing x-axis and y-axis on graph paper and \n" ); document.write( "just by marking the points and then connect those points. \n" ); document.write( " |