Chapter 1: Problem 1
In how many ways can 10 (identical) dimes be distributed among five children if (a) there are no restrictions? (b) each child gets at least one dime? (c) the oldest child gets at least two dimes?
/*! 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}
Learning Materials
Features
Discover
Chapter 1: Problem 1
In how many ways can 10 (identical) dimes be distributed among five children if (a) there are no restrictions? (b) each child gets at least one dime? (c) the oldest child gets at least two dimes?
All the tools & learning materials you need for study success - in one app.
Get started for free
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?
a) How many distinct paths are there from \((-1,2,0)\) to \((1,3,7)\) in Euclidean three-space if each move is one of the following types? \((\mathrm{H}):(x, y, z) \rightarrow(x+1, y, z)\) \((\mathrm{V}):(x, y, z) \rightarrow(x, y+1, z)\) \((\mathrm{A}):(x, y, z) \rightarrow(x, y, z+1)\) b) How many such paths are there from \((1,0,5)\) to \((8,1,7) ?\) c) Generalize the results in parts (a) and (b).
How many ways are there to place 12 marbles of the same size in five distinct jars if (a) the marbles are all black? (b) each marble is a different color?
a) In how many ways can the letters in UNUSUAL be arranged? b) For the arrangements in part (a), how many have all three U's together? c) How many of the arrangements in part (a) have no consecutive U's?
A computer science professor has seven different programming books on a bookshelf. Three of the books deal with \(\mathrm{C}++\), the other four with Java. In how many ways can the professor arrange these books on the shelf (a) if there are no restrictions? (b) if the languages should alternate? (c) if all the C++ books must be next to each other? (d) if all the C++ books must be next to each other and all the Java books must be next to each other?
What do you think about this solution?
We value your feedback to improve our textbook solutions.