document.write( "Question 19731: I am trying to find the Y so that the line passing through the two points has the given slope. I am not exactly clear on how to find the Y in this problem.
\n" );
document.write( "(2,y), (3,3), m=2\r
\n" );
document.write( "\n" );
document.write( "This is what I've tried so far\r
\n" );
document.write( "\n" );
document.write( "3-y/3-2=2y/1 This is as far as I got. Please help. Thanks \n" );
document.write( "
Algebra.Com's Answer #9561 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! (2,y), (3,3), m=2 \n" ); document.write( " \n" ); document.write( "Now suppose we have a line through these two points \n" ); document.write( "slope of the line would be: \n" ); document.write( "M=difference in y-coordinates/difference in x-coordinates \n" ); document.write( "M=(y-3)/(2-3) \n" ); document.write( "M=(y-3)/-1 \n" ); document.write( "M=-(y-3) \n" ); document.write( "M=-y+3 \n" ); document.write( "M=3-y \n" ); document.write( "
|