document.write( "Question 1065919: Using the given equation find the missing coordinates of the points and then find the slope of the line for each equation
\n" );
document.write( "y=2x+3; A(...; 5), B(10; ...)
\n" );
document.write( "A (... 5), B (10...)
\n" );
document.write( "The slope is..
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #681095 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Using the given equation find the missing coordinates of the points and then find the slope of the line for each equation \n" ); document.write( "y = 2x + 3; A(...; 5), B(10; ...) \n" ); document.write( "find x when y = 5 \n" ); document.write( "2x + 3 = 5 \n" ); document.write( "2x = 5 - 3 \n" ); document.write( "2x = 2 \n" ); document.write( "x = 1 \n" ); document.write( "Find y when x = 10 \n" ); document.write( "y = 2(10) + 3 \n" ); document.write( "y = 23 \n" ); document.write( ": \n" ); document.write( "A (1, 5), B (10, 23) \n" ); document.write( "The slope is 2 \n" ); document.write( " |