document.write( "Question 1133394: Find the slope of the line through the points P and Q when:\r
\n" ); document.write( "\n" ); document.write( "a. P(1,3) and Q(x, x2+3x-1)\r
\n" ); document.write( "\n" ); document.write( "b. P(x, x2+3x-1) and Q(x+h, (x+h)2+3(x+h)-1)
\n" ); document.write( "

Algebra.Com's Answer #750589 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
For two points (\"x%5B0%5D\",\"y%5B0%5D\") and (\"x%5B1%5D\",\"y%5B1%5D\"), the slope m is the rise over run: m = \"+%28y%5B1%5D-y%5B0%5D%29+%2F+%28x%5B1%5D-x%5B0%5D%29\"
\r
\n" ); document.write( "\n" ); document.write( "Just plug in the values given:\r
\n" ); document.write( "\n" ); document.write( "(a) m = \"+%28%28x%5E2%2B3x-1%29-3%29+%2F+%28x-1%29+\"
\n" ); document.write( "and reduce...\r
\n" ); document.write( "\n" ); document.write( "I got \"+m+=+x%2B4+\", with the restriction \"x+%3C%3E+1\"
\r
\n" ); document.write( "\n" ); document.write( "Part (b) is done similarly
\n" ); document.write( "
\n" );