A horizontal asymptote of a function f(x) is given by y = lim f(x) as x --> ∞ and x --> –∞. In this case,

Thus, the horizontal asymptote of f(x) is y = –2.
x=0 or x=4
just factorize basically
cancels the x’s so it’d be 3x-12=0 and from that x=4
Answer:
i honestly don't know
Step-by-step explanation:
do you have an account? when your on it it should give you the option to go to brainy or goo gle but if your in the app that should t happen
Answer:
The answer is 22.
Step-by-step explanation:
1) Replace the x with 17, and the y with 12.
2) 2(17) - 12
3) 2x17 = 34
4) 34 - 12 = 22
Answer:
90% CI expects to capture u 90% of time
(a) This means 0.9 * 1000 = 900 intervals will capture u
(b) Here we treat CI as binomial random variable, having probability 0.9 for success
n = 1000
p = 0.9
For this case, applying normal approximation to binomial, we get:
mean = n*p= 900
variance = n*p*(1-p) = 90
std dev = 9.4868
We want to Find : P(890 <= X <= 910) = P( 889.5 < X < 910.5) (integer continuity correction)
We convert to standard normal form, Z ~ N(0,1) by z1 = (x1 - u )/s
so z1 = (889.5 - 900 )/9.4868 = -1.11
so z2 = (910.5 - 900 )/9.4868 = 1.11
P( 889.5 < X < 910.5) = P(z1 < Z < z2) = P( Z < 1.11) - P(Z < -1.11)
= 0.8665 - 0.1335
= 0.733