Answer:
The answer is below
Step-by-step explanation:
The horizontal asymptote of a function f(x) is gotten by finding the limit as x ⇒ ∞ or x ⇒ -∞. If the limit gives you a finite value, then your asymptote is at that point.
![\lim_{x \to \infty} f(x)=A\\\\or\\\\ \lim_{x \to -\infty} f(x)=A\\\\where\ A\ is\ a\ finite\ value.\\\\Given\ that \ f(x) =25000(1+0.025)^x\\\\ \lim_{x \to \infty} f(x)= \lim_{x \to \infty} [25000(1+0.025)^x]= \lim_{x \to \infty} [25000(1.025)^x]\\=25000 \lim_{x \to \infty} [(1.025)^x]=25000(\infty)=\infty\\\\ \lim_{x \to -\infty} f(x)= \lim_{x \to -\infty} [25000(1+0.025)^x]= \lim_{x \to -\infty} [25000(1.025)^x]\\=25000 \lim_{x \to -\infty} [(1.025)^x]=25000(0)=0\\\\](https://tex.z-dn.net/?f=%5Clim_%7Bx%20%5Cto%20%5Cinfty%7D%20f%28x%29%3DA%5C%5C%5C%5Cor%5C%5C%5C%5C%20%5Clim_%7Bx%20%5Cto%20-%5Cinfty%7D%20f%28x%29%3DA%5C%5C%5C%5Cwhere%5C%20A%5C%20is%5C%20a%5C%20finite%5C%20value.%5C%5C%5C%5CGiven%5C%20that%20%5C%20f%28x%29%20%3D25000%281%2B0.025%29%5Ex%5C%5C%5C%5C%20%5Clim_%7Bx%20%5Cto%20%5Cinfty%7D%20f%28x%29%3D%20%5Clim_%7Bx%20%5Cto%20%5Cinfty%7D%20%5B25000%281%2B0.025%29%5Ex%5D%3D%20%5Clim_%7Bx%20%5Cto%20%5Cinfty%7D%20%5B25000%281.025%29%5Ex%5D%5C%5C%3D25000%20%5Clim_%7Bx%20%5Cto%20%5Cinfty%7D%20%5B%281.025%29%5Ex%5D%3D25000%28%5Cinfty%29%3D%5Cinfty%5C%5C%5C%5C%20%5Clim_%7Bx%20%5Cto%20-%5Cinfty%7D%20f%28x%29%3D%20%5Clim_%7Bx%20%5Cto%20-%5Cinfty%7D%20%5B25000%281%2B0.025%29%5Ex%5D%3D%20%5Clim_%7Bx%20%5Cto%20-%5Cinfty%7D%20%5B25000%281.025%29%5Ex%5D%5C%5C%3D25000%20%5Clim_%7Bx%20%5Cto%20-%5Cinfty%7D%20%5B%281.025%29%5Ex%5D%3D25000%280%29%3D0%5C%5C%5C%5C)

Answer:
For a monthly cost of at least $7 and at most $8, you can have between 100 and 110 calling minutes.
Step-by-step explanation:
The problem states that the monthly cost of a celular plan is modeled by the following function:

In which C(x) is the monthly cost and x is the number of calling minutes.
How many calling minutes are needed for a monthly cost of at least $7?
This can be solved by the following inequality:






For a monthly cost of at least $7, you need to have at least 100 calling minutes.
How many calling minutes are needed for a monthly cost of at most 8:






For a monthly cost of at most $8, you need to have at most 110 calling minutes.
For a monthly cost of at least $7 and at most $8, you can have between 100 and 110 calling minutes.
Answer:
Where is the triangle?
you might have to add a picture or a worded problem
Step-by-step explanation:
This is always ''interesting'' If you see an absolute value, you always need to deal with when it is zero:
(x-4)=0 ===> x=4,
so that now you have to plot 2 functions!
For x<= 4: what's inside the absolute value (x-4) is negative, right?, then let's make it +, by multiplying by -1:
|x-4| = -(x-4)=4-x
Then:
for x<=4, y = -x+4-7 = -x-3
for x=>4, (x-4) is positive, so no changes:
y= x-4-7 = x-11,
Now plot both lines. Pick up some x that are 4 or less, for y = -x-3, and some points that are 4 or greater, for y=x-11
In fact, only two points are necessary to draw a line, right? So if you want to go full speed, choose:
x=4 and x= 3 for y=-x-3
And just x=5 for y=x-11
The reason is that the absolute value is continuous, so x=4 works for both:
x=4===> y=-4-3 = -7
x==4 ====> y = 4-11=-7!
abs() usually have a cusp int he point where it is =0
Hope it helps, despite being this long!