-
Notifications
You must be signed in to change notification settings - Fork 0
/
Business-modeling-optimization.tex
51 lines (40 loc) · 1.24 KB
/
Business-modeling-optimization.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\Section{Business modeling---optimization}
A retailer sells specialized tires.
It costs
\begin{equation*}
200 + 25 x + 1.5 x^2 \text{ dollars}
\end{equation*}
to produce and sell $x$ tires per month,
where $1 \leq x \leq 25$.
They can sell $x$ tires per month if the price is
\begin{equation*}
600 - 18 x \text{ dollars.}
\end{equation*}
\begin{ProblemSet}
\begin{Problem}[pencil space=4in]
How many tires should they sell per month to maximize profit?
Give your answer to the nearest tenth, as in $12.3$.
\end{Problem}
\begin{Problem}[pencil space=1in]
At what price should a tire be sold to maximize profit?
Give your answer to the nearest cent.
\end{Problem}
\begin{Problem}[pencil space=1in]
What is the maximum profit?
Give your answer to the nearest cent.
\end{Problem}
\begin{Problem}[pencil space=5in]
How many tires should they sell each month to minimize average cost?
\end{Problem}
\begin{Problem}[pencil space=1in]
What is the minimum average cost?
Give your answer to the nearest cent.
\end{Problem}
\begin{Problem}[pencil space=1in]
What is the profit when the average cost is minimized?
\end{Problem}
\end{ProblemSet}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "Business-calculus-workbook"
%%% End: