What this quiz covers
This quiz focuses on Types Of Discontinuities, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.
The function f(x)=xtan(x) has a discontinuity at x=0. If we want to make this function continuous at x=0 by defining f(0)=k for some constant k, what value of k is required?
Business Calculus Quiz
Practice Types Of Discontinuities in Business Calculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Types Of Discontinuities, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
The function f(x)=xtan(x) has a discontinuity at x=0. If we want to make this function continuous at x=0 by defining f(0)=k for some constant k, what value of k is required?
The average profit function for a new product is given by $A(x) = \frac{x^2 - 16}{x^2 - kx + 8}$, where $x$ is the number of units sold in thousands. If the function has a removable discontinuity at $x=4$, what is the value of $k$?
$x=a$ if both the numerator and the denominator are zero at $x=a$.
$x=4$: $4^2 - 16 = 16 - 16 = 0$. The condition is met for the numerator.$x=4$. Set the denominator equal to zero: $x^2 - kx + 8 = 0$.$x=4$ into the expression: $4^2 - k(4) + 8 = 0$.$k$: $16 - 4k + 8 = 0 \implies 24 - 4k = 0 \implies 4k = 24 \implies k = 6$. When $k=6$, the factor $(x-4)$ can be cancelled from the numerator and denominator.A company's manufacturing cost, $C(x)$, for producing $x$ items is given by the piecewise function: C(x)={15x+50012x+kif 0≤x≤100if x>100 For the function to be continuous at $x=100$, which would prevent a sudden jump in cost at that production level, what must be the value of the constant $k$?
$k$.$k$ must be 300.$k$ must be 500.$k$ must be 800. (correct answer)$C(x)$ to be continuous at $x=100$, the left-hand limit must equal the right-hand limit.
$\lim_{x \to 100^-} C(x) = \lim_{x \to 100^-} (15x + 500) = 15(100) + 500 = 1500 + 500 = 2000$.$\lim_{x \to 100^+} C(x) = \lim_{x \to 100^+} (12x + k) = 12(100) + k = 1200 + k$.$2000 = 1200 + k$.$k$: $k = 2000 - 1200 = 800$. Thus, $k$ must be 800 for the function to be continuous.A function modeling a company's market share percentage over time $t$ (in years) is given by $f(t) = \frac{t^2-t-12}{t^2-9}$. Which statement accurately describes the discontinuities of this function for $t>0$?
$t=3$ and a removable discontinuity at $t=4$.$t=3$ and an infinite discontinuity at $t=-3$.$t=3$ and no other discontinuities for $t>0$. (correct answer)$t=4$ and an infinite discontinuity at $t=3$.$f(t) = \frac{t^2-t-12}{t^2-9}$.
Numerator: $t^2-t-12 = (t-4)(t+3)$.
Denominator: $t^2-9 = (t-3)(t+3)$.
So, $f(t) = \frac{(t-4)(t+3)}{(t-3)(t+3)}$.
Potential discontinuities exist where the denominator is zero: $t=3$ and $t=-3$. Since the question specifies $t>0$, we only need to consider $t=3$.
At $t=-3$, the factor $(t+3)$ would cancel, creating a removable discontinuity, but this is outside the domain of interest.
At $t=3$, the denominator is zero, but the numerator is $(3-4)(3+3) = (-1)(6) = -6$. Since the limit approaches $\frac{-6}{0}$, this is an infinite discontinuity (a vertical asymptote). The point $t=4$ makes the numerator zero, but this is a root of the function, not a discontinuity. Therefore, the only discontinuity for $t>0$ is an infinite one at $t=3$.The cost, in dollars, to remove $p$ percent of a pollutant from a factory's emissions is given by the function $C(p) = \frac{75000p}{100-p}$ for $0 \le p < 100$. Analyze the behavior of this cost function as $p$ approaches 100.
$p=100$, meaning the cost for 100% removal can be defined by a special contract.$p=100$, implying the cost becomes prohibitively large as removal approaches 100%. (correct answer)$p=100$, indicating a sudden fixed charge for achieving 100% pollutant removal.$p=100$, meaning the cost of 100% removal is a finite, calculable amount.$C(p)$ as $p$ approaches 100 from the left side (since $p<100$).
$\lim_{p \to 100^-} C(p) = \lim_{p \to 100^-} \frac{75000p}{100-p}$.
As $p$ approaches 100, the numerator approaches $75000(100) = 7,500,000$.
The denominator $(100-p)$ approaches 0 through positive values.
A non-zero number divided by a quantity approaching zero results in a limit of $\infty$ or $-\infty$. In this case, since both numerator and denominator are positive, the limit is $\infty$. This signifies an infinite discontinuity, which in this business context means the cost to remove every last particle of the pollutant would be infinitely large.A tiered pricing model for a software subscription is based on the number of users, $n$. The annual cost per user, $P(n)$, is given by $P(n) = 500 - 2\lfloor n/100 \rfloor$, where $\lfloor \cdot \rfloor$ is the floor function. What type of discontinuity does the total cost function, $C(n) = n \cdot P(n)$, have at $n=100$?
$C(n) = n(500 - 2\lfloor n/100 \rfloor)$ around $n=100$. We need to check the one-sided limits.
$n \to 100^-$ (e.g., $n=99.99$), $n/100$ is slightly less than 1, so $\lfloor n/100 \rfloor = 0$.
$\lim_{n \to 100^-} C(n) = \lim_{n \to 100^-} n(500 - 2(0)) = 100(500) = 50000$.$n \to 100^+$ (e.g., $n=100.01$), $n/100$ is slightly more than 1, so $\lfloor n/100 \rfloor = 1$. The value at $n=100$ also uses $\lfloor 100/100 \rfloor = 1$.
$\lim_{n \to 100^+} C(n) = \lim_{n \to 100^+} n(500 - 2(1)) = 100(498) = 49800$.
Since the left-hand limit ($50,000$) and the right-hand limit ($49,800$) are different, the function has a jump discontinuity at $n=100$. The total cost for 99 users is nearly $50,000, but the cost for 100 users is $49,800.The profit function $P(x)$ for a certain product is known to be continuous for all $x \ge 0$, where $x$ is the number of units produced. What is the most significant business implication of this continuity?
$P(x)$, this means that if the production level $x$ is changed by a small amount, the profit $P(x)$ will also change by a small amount. This implies predictability and stability; there are no hidden 'jumps' or 'holes' where producing one more unit leads to a surprisingly different profit. Choice A is incorrect; continuity doesn't guarantee positivity. Choice C refers to the existence of a maximum, which is not guaranteed by continuity alone (differentiability is usually assumed). Choice D is incorrect; continuity does not imply a constant marginal cost.An internet service provider charges a monthly fee based on data usage, $x$, in gigabytes. The cost function is $C(x) = \begin{cases} 30 & \text{if } 0 \le x \le 50 \\ 30 + 0.50(x-50) & \text{if } x > 50 \end{cases}$. Which statement best describes the continuity of this cost function at the $x=50$ GB threshold?
A function $h(x)$ has a discontinuity at $x=c$. It is known that $\lim_{x \to c} h(x)$ exists and is a finite value, but $h(c)$ is undefined. What conclusion can be drawn about the discontinuity at $x=c$?
$h(c)$ to equal the limit. (correct answer)$x=c$ is that the limit, $\lim_{x \to c} h(x)$, exists and is finite, but either $h(c)$ is not defined or $h(c) \neq \lim_{x \to c} h(x)$. The question states that the limit exists but $h(c)$ is undefined. This fits the definition of a removable discontinuity perfectly. It is 'removable' because one could define $h(c)$ to be equal to the limit, making the function continuous at that point.A company's profit function is P(t)=⎩⎨⎧2t+110t2−2t+4if t<3if t=3if t>3 where t represents time in years. To properly classify the discontinuity at t=3, which analysis is required?
A company's marginal cost function has the form MC(x)=(x−4)2x2−16. Management wants to know if the discontinuity at x=4 can be 'repaired' by redefining the function at that point. What should an analyst conclude?
Consider the function f(x)={x−2x2−45if x=2if x=2. A business analyst claims this function has a jump discontinuity at x=2. What is the most accurate assessment of this claim?
The function $f(x) = \frac{x^2 - 1}{|x-1|}$ represents the efficiency rating of a production process. What type of discontinuity does $f(x)$ have at $x=1$?
$\lim_{x \to 1} f(x)$ exists.$x=1$ because the numerator is zero.$x=1$, we must evaluate the one-sided limits. The absolute value function $|x-1|$ is defined differently for $x>1$ and $x<1$.
$x \to 1^+$): For $x>1$, $|x-1| = x-1$. So, $\lim_{x \to 1^+} \frac{x^2 - 1}{x-1} = \lim_{x \to 1^+} \frac{(x-1)(x+1)}{x-1} = \lim_{x \to 1^+} (x+1) = 2$.$x \to 1^-$): For $x<1$, $|x-1| = -(x-1)$. So, $\lim_{x \to 1^-} \frac{x^2 - 1}{-(x-1)} = \lim_{x \to 1^-} \frac{(x-1)(x+1)}{-(x-1)} = \lim_{x \to 1^-} -(x+1) = -2$.
Since the left-hand limit ($-2$) and the right-hand limit ($2$) both exist but are not equal, the function has a jump discontinuity at $x=1$.A company models its daily revenue, $R(t)$, as a function of time $t$ in days with $R(t) = \frac{|t-5|(t+2)}{t^2-3t-10}$. Analyze the discontinuities of this function.
$t=5$ and a removable discontinuity at $t=-2$. (correct answer)$t=5$ and a jump discontinuity at $t=-2$.$t=5$ and $t=-2$.$t=5$ and $t=-2$.$t^2-3t-10 = (t-5)(t+2)$. The function is $R(t) = \frac{|t-5|(t+2)}{(t-5)(t+2)}$. Potential discontinuities are at $t=5$ and $t=-2$.
$t=-2$: The factor $(t+2)$ appears in both the numerator and denominator. $\lim_{t \to -2} \frac{|t-5|}{t-5} = \frac{|-7|}{-7} = \frac{7}{-7} = -1$. Since the limit exists, the discontinuity at $t=-2$ is removable.$t=5$: We need to check one-sided limits due to the absolute value $|t-5|$.
$\lim_{t \to 5^+} \frac{(t-5)(t+2)}{(t-5)(t+2)} = \lim_{t \to 5^+} 1 = 1$.$\lim_{t \to 5^-} \frac{-(t-5)(t+2)}{(t-5)(t+2)} = \lim_{t \to 5^-} -1 = -1$.
Since the left and right-hand limits exist but are not equal ($-1 \neq 1$), the discontinuity at $t=5$ is a jump discontinuity.A cost function C(x)=x+3x2−9+x−12 has discontinuities at multiple points. Which statement correctly characterizes these discontinuities?
A revenue function R(x)=x−5∣x−5∣+2 is undefined at x=5. What happens if we define R(5)=3 to make the function continuous?
For the function $f(x) = \frac{x^2+ax-6}{x-2}$ to have a removable discontinuity at $x=2$, what must be the value of the limit $\lim_{x \to 2} f(x)$?