Question 27826
{{{(x-k)^2/a - (y-h)^2/b=1}}}
{{{(x+6)^2/25 - (y+3)^2/9=1}}}
So the major axis (positive value) is x. a = root of 25 = 5, b = root of 9 = 3
{{{c=sqrt(a^2+b^2)=sqrt(25+9)=sqrt(34)}}} approximately 5.830
foci = (k plus/minus c, h) = -6+5.830= (-0.169, -3) and -6-5.830 = (-11.830, -3)
for slope you want b/a and -b/a when x is your major axis or a/b and -a/b when y is your major axis (in other words, whichever value is under the y^2 term should be on top, since (change in y/change in x) is slope. For your problem, the slope will be 5/3 and -5/3.  The lines of the asymptotes have the slope 3/5 or -3/5 and go through the point (k, h). The equation for that line is:
{{{y-k=m(x-h)}}}
For your problem:
{{{y+3=(3/5)(x+6)}}} and {{{y+3=(-3/5)(x+6)}}}
{{{y=3x/5+3/5}}} and {{{y=-5x/3-33/5}}}
To graph the equation first plot the verticies. Those are the a values (k+a, h) and (k-a, h). This is -6+5=(-1, -3) and -6+5=(-11,-3) Next graph the asymptotes. Then draw a hyperbola that starts at the verticies and fits between the asymptotes approaching them, but not crossing as you go out. (usually teachers just want it to look pretty good and for you to apply the right methods.) Kinda like this:
{{{cartoon (
drawing (500, 350, -18, 8, -18, 8,
grid(2)
locate(-1,-3,X),
locate(-11,-3,X)
),
graph (500, 350, -18, 8, -18, 8,
3x/5+3/5,
-3x/5-33/5
),
graph (500, 350, -18, 8, -18, 8,
-3+3*sqrt(-1+(x+6)^2/25),
-3-3*sqrt(-1+(x+6)^2/25)
)
)}}}