document.write( "Question 808389: I need to find the value of y so the line passing through the two points has the given slope
\n" );
document.write( " My problem is (0,y),(2,7);m=1/2
\n" );
document.write( "Can you please help me?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #486981 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the value of y so the line passing through the two points has the given slope \n" ); document.write( " My problem is (0,y),(2,7);m=1/2 \n" ); document.write( "------------------ \n" ); document.write( "m = diffy/diffx \n" ); document.write( "1/2 = (7-y)/(2-0) \n" ); document.write( " |