/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 15 In how many ways can Beth place ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

In how many ways can Beth place 24 different books on four shelves so that there is at least one book on each shelf? (For any of these arrangements consider the books on each shelf to be placed one next to the other, with the first book at the left of the shelf.)

Short Answer

Expert verified
The total number of arrangements will be the product of the two steps' results, i.e., \(24 \times 23 \times 22 \times 21 \times 4^{20}\)

Step by step solution

01

Distribute one book to each shelf

To ensure each shelf gets at least one book, pick one book for each shelf. There are \(24 \times 23 \times 22 \times 21\) ways of doing this as there are 24 choices for the first shelf, 23 for the second, 22 for the third, and 21 for the fourth.
02

Distribute the remaining books

After giving one book to each shelf, we have 20 books left. Each book can now go to any of the 4 shelves. So there are \(4^{20}\) ways of doing this.
03

Consider the order of books on each shelf

The books on each shelf can be arranged in any order from left to right. If there are \(n\) books on a shelf, there are \(n!\) ways to arrange them. However, as we do not know exactly how many books end up on each shelf, this possibility is already implicitly taken into account in the preceding steps.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Waterbury Hall, a university residence hall for men, is operated under the supervision of Mr. Kelly. The residence has three floors, each of which is divided into four sections. This coming fall Mr. Kelly will have 12 resident assistants (one for each of the 12 sections). Among these 12 assistants are the four senior assistants -Mr. DiRocco, Mr. Fairbanks, Mr. Hyland, and Mr. Thornhill. (The other eight assistants will be new this fall and are designated as junior assistants.) In how many ways can Mr. Kelly assign his 12 assistants if a) there are no restrictions? b) Mr. DiRocco and Mr. Fairbanks must both be assigned to the first floor? c) Mr. Hyland and \(\mathrm{Mr}\). Thomhill must be assigned to different floors?

Write a computer program (or develop an algorithm) to list the integer solutions for a) \(x_{1}+x_{2}+x_{3}=10, \quad 0 \leq x_{l}, \quad 1 \leq i \leq 3\) b) \(x_{1}+x_{2}+x_{3}+x_{4}=4, \quad-2 \leq x_{i}, \quad 1 \leq i \leq 4\)

Morgan is considering the purchase of a low-end computer system. After some careful investigating, she finds that there are seven basic systems (each consisting of a monitor, CPU, keyboard, and mouse) that meet her requirements. Furthermore, she also plans to buy one of four modems, one of three CD ROM drives, and one of six printers. (Here each peripheral device of a given type, such as the modem, is compatible with all seven basic systems.) In how many ways can Morgan configure her low-end computer system?

Consider the following program segment where \(i, j\), and \(k\), are integer variables. for \(i:=1\) to 12 do for \(j:=5\) to 10 do for \(k:=15\) downto \(8 \mathrm{do}\) print \((i-j) * k\) a) How many times is the print statement executed? b) Which counting principle is used in part (a)?

Twelve patrons, six each with a $$\$ 5$$ bill and the other six each with a $$\$ 10$$ bill, are the first to arrive at a movie theater, where the price of admission is five dollars. In how many ways can these 12 individuals (all loners) line up so that the number with a $$\$ 5$$ bill is never exceeded by the number with a $$\$ 10$$ bill (and, as a result, the ticket seller is always able to make any necessary change from the bills taken in from the first 11 of these 12 patrons)?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.