Explanation:
so, let me retype this.
horizontal asymptote : y = 2
that means lim x going to ±infinity f(x) = 2.
vertical asymptotes :
x = 3
x = -4
that means the function must have these 2 points, where the expression leads to a division by 0 or something similar that would make the result undefined.
we got 4 functions :
A) y = x²/(x² + x - 12)
B) y = x²/(x² - x - 12)
C) y = 2x²/(x² + x - 12)
D) y = 2x²/(x² - x - 12)
so, for which ones we have y = 2 as limit when x goes against + or - infinity ?
that would be C and D.
A and B lead to x²/x² = 1 as limit for gigantic numbers.
C and D lead to 2x²/x² = 2 as limit.
remember, when x gets really, really big, the "±x - 12" part becomes irrelevant.
so, we look at C and D.
which one lead to a division by 0 at x = 3 and x = -4 ?
that would be C.
for x = 3
x² + x - 12 = 3² + 3 - 12 = 9 + 3 - 12 = 12 - 12 = 0
for x = -4
x² + x - 12 = (-4)² - 4 - 12 = 16 - 4 - 12 = 12 - 12 = 0
D with x² - x - 12 would have x = -3 and x = 4 as zeroes.
these are different asymptotes than requested.
so, C is the right answer.