I am having a hard time finding the domain, set notation,excluded value.

Rational expression 1.
Y^2+11y+30/y+5

Rational expression 2.
5a-3/a^2-49

let f(y) = (y^2 + 11y + 30)/(y+5) <---- those brackets are needed or else we would have a term of 30/y sitting there all by itself

= (y+5)(y+6)/(y+5)
= y+6

That is, f(y) behaves just like a linear function of
f(y) = y+6, EXCEPT when y = -5

in the original function we get
f(-5) = 0/0
in the reduced function we get f(-5) = 1

conclusion:
domain is any real number of y , except y = -5

in the 2nd:
f(a) = (5a - 3)/(a^2 - 49(
= (5a - 3)/((a+7)(a-7))
here nothing divides out, so we have to leave it like that.

notice when a = 7 , we get f(7) = 32/0 <--- undefined
when a = -7 , we get f(-7) = -38/0 <--- undefined

domain: all real values of a, except ±7

The undefined at ±7 results in vertical asymptotes at those two values, BUT in your first expression we had 0/0, which is called indeterminate instead of undefined.

With a good calculator, pick a value of y close to -5, say a = -4.9999, on mine f(-4.9999) = 1.0001 , close to 1
try a = -5.000001 and see what you get

so in our first expression the value of 0/0 gets closer to 1, the closer we get to y = -5
The expression has a "hole" at (-5,1)

I will graph both, changing the independent variable to x
http://www.wolframalpha.com/input/?i=plot+y+%3D+(x%5E2+%2B+11x+%2B+30)%2F(x%2B5)

http://www.wolframalpha.com/input/?i=plot+y+%3D+(5x-3)%2F(x%5E2-49)+for+-10+%E2%89%A4+x+%E2%89%A4+10

To find the domain, set notation, and excluded value of a rational expression, you need to consider any restrictions on the variables that would make the denominator equal to zero.

For Rational Expression 1 (Y^2 + 11y + 30)/(y + 5):
1. Domain: The domain of this rational expression is all real numbers except the value that makes the denominator equal to zero. In this case, y = -5 would make the denominator zero. Hence, the domain is all real numbers except y = -5.
2. Set notation: The set notation for the domain would be: (-∞, -5) U (-5, +∞).
3. Excluded value: The excluded value is -5.

For Rational Expression 2 (5a - 3)/(a^2 - 49):
1. Domain: Similar to the previous example, the domain is all real numbers except the values that make the denominator equal to zero. Here, a = 7 and a = -7 would make the denominator zero, as (7^2 - 49) = 0 and (-7^2 - 49) = 0. Hence, the domain is all real numbers except a = 7 and a = -7.
2. Set notation: The set notation for the domain would be: (-∞, -7) U (-7, 7) U (7, +∞).
3. Excluded values: The excluded values are 7 and -7.

By analyzing the denominator, you can determine the values that must be excluded from the domain to ensure the expression is defined.