Bunuel
12 Days of Christmas 2024 - 2025 Competition with $40,000 of PrizesA library has both fiction and nonfiction books. Of the fiction books, 4/5 are hardcover, and 3/4 of these hardcover books are authored by local writers. If the number of fiction books is three times the number of nonfiction books, what is the least total number of books in the library?
A. 15
B. 20
C. 40
D. 60
E. 80
We are tasked with determining the
least total number of books in the library, given the following information:
- The number of fiction books is three times the number of nonfiction books.
- 4/5 of the fiction books are hardcover.
- 3/4 of these hardcover fiction books are authored by local writers.
The total number of books in the library must be an integer. Let's solve this step-by-step.
Define Variables:
Let:
- N = the number of nonfiction books,
- F = the number of fiction books.
From the first condition:
F=3N
Hardcover Fiction Books:
The number of hardcover fiction books is:
(4/5)F
Hardcover Fiction Books by Local Writers:
The number of hardcover fiction books authored by local writers is:
(3/4)×(4/5)F=(12/20)F=(3/5)F
Total Number of Books:
The total number of books in the library is:
T=F+N
Substitute F=3N:
T=3N+N=4N.
Least Total Number of Books:
Since the fractions (4/5)F (hardcover fiction books) and (3/5)F (local writer hardcover fiction books) must represent whole numbers, F must be divisible by 5. Additionally, F=3N, so F must also be divisible by 3.
The least common multiple of 5 and 3 is 15. Therefore:
F=15,N=(F/3)=5
The minimum total number of books is:
T=F+N=15+5=20