A radio station is giving away tickets to a play. They plan to give away tickets for seats that cost $10 and $20. They want to give away at least 20 tickets. The total cost of all the tickets they give away can be no more than $280.

All integer solutions (let $x$ = number of $10 tickets$, $y$ = number of $20 tickets$) are:

  • For $y=0,1,\dots,8$, any integer $x$ with $20-y \le x \le 28-2y$.

There are 45 possible combinations. The maximum number of tickets is 28 (all $10$-dollar tickets); the maximum number of $20$-dollar tickets is 8 (with $x=12$).

Explanation

  1. Write the constraints:
  • At least 20 tickets: $x+y \ge 20$.
  • Cost no more than \$280: $10x+20y \le 280$.
  • $x,y$ are nonnegative integers.
  1. Simplify the cost inequality by dividing by 10:
  • $x+2y \le 28$.
  1. Combine inequalities to bound $y$:
  • Subtract $(x+y \ge 20)$ from $(x+2y \le 28)$ to get $y \le 8$.
  • So $y=0,1,\dots,8$.
  1. For each fixed integer $y$ in that range, solve for $x$:
  • From $x+y \ge 20$ we get $x \ge 20-y$.
  • From $x+2y \le 28$ we get $x \le 28-2y$.
  • So $20-y \le x \le 28-2y$ (integers).
  1. Count solutions:
  • For $y=0$ there are $9$ values ($x=20\ldots28$),

for $y=1$ there are $8$ values, …, for $y=8$ there is $1$ value.

  • Total $9+8+\dots+1 = 45$ combinations.

Examples of extremes:

  • Maximum tickets: $x=28,y=0$ gives 28 tickets costing \$280.
  • Maximum $20$-dollar tickets: $y=8,x=12$ gives 20 tickets costing \$280.
  • Minimum cost while meeting at least 20 tickets: $x=20,y=0$ costing \$200.

Related

Which of the following statements is true? If more than one statement is true, identify all the statements which are true. [ 1 point for identifying all true statements, ‐ 0 . 5 points for choosing a wrong combination even if some of the statements chosen are true, 0 points for not answering ] ( i ) An all ‐ pass filter passes through all frequencies unchanged, but can change the phase of the signal ( ii ) If the FIR filter coefficients are symmetric, then it has linear phase ( iii ) FIR filter is computationally more efficient than an IIR filter of comparable performance ( iv ) A filter that does not operate in real ‐ time can be non ‐ causal

A game is said to be fair if the expected value (after considering the cost) is 0. This means that in the long run, both the player and the “house” would expect to win nothing. If the value is positive, the game is in your favor. If the value is negative, the game is not in your favor. At a carnival, you pay $1 to choose a card from a standard deck. If you choose a red card, you double your money, but if you pick a black card, you do not get any. (A standard deck of cards has 52 cards. 26 of the cards are red.)

Calculating tax incidence Suppose that the U.S. government decides to charge cola consumers a tax. Before the tax, 10,000 cases of cola were sold every week at a price of $5 per case. After the tax, 3,000 cases of cola are sold every week; consumers pay $8 per case (including the tax), and producers receive $3 per case. 1) The amount of the tax on a case of cola is $??? per case. 2) Of this amount, the burden that falls on consumers is $??? per case, and the burden that falls on producers is ???$ per case. 3) True or False: The effect of the tax on the quantity sold would have been the same as if the tax had been levied on producers. True/ False