document.write( "Question 119031: what is the slope of the line y=3x \n" ); document.write( "
Algebra.Com's Answer #87141 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! what is the slope of the line y=3x \n" ); document.write( "----------------- \n" ); document.write( "Generate a couple of points and calculate the slope. \n" ); document.write( "If x = 0, y =3*0=0 giving the point (0,0) \n" ); document.write( "-------- \n" ); document.write( "If x = 1, y=3*1=3 giving the point (1,3) \n" ); document.write( "----------- \n" ); document.write( "Calculate the slope: \n" ); document.write( "slope = [3-0]/[1-0] = 3/1 = 3 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |