Step 1: Understand the problem- There are 12 books in total: some on Algebra and some on Calculus.
- We are selecting 3 books from Algebra and 3 books from Calculus.
- The goal is to maximize the number of selections.
- The number of ways to select 3 books from Algebra is \(\binom{a}{3}\), where a is the number of Algebra books.
- The number of ways to select 3 books from Calculus is \(\binom{c}{3}\), where c is the number of Calculus books.
- We need to maximize \(\binom{a}{3} \times \binom{c}{3}\) under the constraint that \(a+c=12\).
Step 2: Identify the relationshipSince \( a+c=12\), for any selection, c is determined by a. So we need to maximize \(\binom{a}{3} \times \binom{12-a}{3}\)
Step 3: Use symmetryThe combination function \(\binom{n}{3}\) increases as n increases and decreases as n decreases, but the
product \(\binom{a}{3} \times \binom{12-a}{3}\) is typically maximized when a and c are
as equal as possible. This is because the values of \(\binom{a}{3}\) and \(\binom{c}{3}\) will be maximized when a and c are close to each other.
Step 4: Check the cases for balanced values of a and cGiven \(a+c=12\), the two closest possible values for a and c are:
- \(a=6, c=6\)
- a=5, c=7 or a=7, c=5
Since the combination values are symmetric (i.e., \(\binom{a}{3} = \binom{c}{3}\) when \(a=c\)), the product \(\binom{a}{3} \times \binom{c}{3}\) will be maximized when a=6 and c=6.
Thus, the correct answer is:
(D) 6 and 6