<ol>
<li> This one looks ugly at first, but it's actually not. The key to this one is to draw a graph, unless you are unusually good at visualizing things in your head. Start with the graph of -x^2 + 9. It's an inverted parabola, shifted up by 9.<br></li>
</ol>
<p>Now, the line L intersects the parabola at (p, 5) and (t, -7). The 5 and -7 haven't been picked at random. They're set up to make this problem solve neatly. (You don't need to know that in advance, but it might be a useful mindset to take into the SAT.)</p>
<p>Start with the intersection at (p, 5). This point must be on both the line and the inverted parabola. There are only 2 possible x values on the parabola where the y value is 5. These are 2 and -2. So the line L either goes through (2, 5) or (-2, 5). </p>
<p>Now, go to the intersection at (t, -7). Again, there are only 2 possible x values on the parabola that give this y value. These are 4 and -4. So the line L either goes through (4, -7) or (-4, -7).</p>
<p>Now, you need to find the least possible value of the slope. Keep in mind that in common parlance, the least slope would be the least steep. But that's not the mathematical meaning of the least slope! If the slope can be negative, then the steepest line with a negative slope has the least slope (because it's the smallest number, even though its absolute value isn't the smallest).</p>
<p>This is where your graph will come in handy. Looking at it, you can see that the steepest sloped line is the one running through (2, 5) and (4, -7). You could also do this from the points written out in a list, but I think that's harder. The only thing now left to do is to compute the slope of the line through (2, 5) and (4, -7).</p>
<p>Please let me know if you have questions about the last 2.</p>