Problem 7
Question
You ve written a book and have two publishers interested in putting it out. Both publishers anticipate selling the book for \(\$ 20 .\) The rst publisher guarantees you a at sum of \(\$ 8000\) for up to the rst 10,000 copies sold and will pay \(12 \%\) royalty for any copies sold in excess of 10,000 . For instance, if 10,001 copies were sold, you would receive \(\$ 8002.40 .\) The second publisher offers a royalty of \(10 \%\). Let \(x\) be the number of books sold. Let \(A(x)\) give the income under plan \(\mathrm{A}\) and \(B(x)\) give the income under plan \(\mathrm{B}\). (a) What is the algebraic formula for \(A(x)\) ? (b) What is the algebraic formula for \(B(x)\) ? (c) i. For what value(s) of \(x\) are the two plans equivalent? ii. For what values of \(x\) is plan B better? iii. For what values of \(x\) is plan \(\mathrm{A}\) better?
Step-by-Step Solution
VerifiedKey Concepts
Algebraic formulas
For Plan A, the formula is split into two parts. If you sell up to 10,000 copies, you receive a fixed amount of \(8000. Beyond 10,000 copies, you earn \)8000 plus 12% of the revenue from additional copies:
- For up to 10,000 copies: \(A(x) = 8000\)
- For more than 10,000 copies: \(A(x) = 8000 + 0.12(x - 10000)\)
\(B(x) = 0.1 \times 20x = 2x\)
This means your income from Plan B directly scales with the number of books sold.
Royalty calculations
Plan A guarantees a flat fee of \(8000 for up to 10,000 copies. For books sold beyond this threshold, they offer a 12% royalty. That means you earn additional income based on how much you sell after reaching 10,000 copies:
\[(x > 10000), \, \text{earn} \, 12\% \, \text{of} \, (\)20 \times \text{number of extra copies})\]
Plan B offers a 10% royalty on all sales. Therefore, you earn money proportional to each book sold without any initial fixed sum. This is beneficial if you expect high volumes since it scales linearly:
\[\text{Income} = 10\% \times 20 \times \text{total copies sold}\]
These different calculations can significantly impact your earnings based on the number of books sold.
Piecewise functions
The Plan A revenue function breaks down into two segments:
- For \(x \leq 10000\): \(A(x) = 8000\). This part of the function reflects a constant revenue regardless of the exact number of books sold within this range.
- For \(x > 10000\): \(A(x) = 8000 + 0.12(x - 10000)\). Here, your revenue increases based on additional books sold beyond 10,000.
In contrast, flat-rate percentages, like Plan B, result in simpler linear functions that aren't piecewise. They're straightforward but may lack the adaptability required for variable sales thresholds.