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
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 pick a five-person basketball team from 12 possible players? How many selections include the weakest and the strongest players?
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?
Patter's Pastry Parlor offers eight different kinds of pastry and six different kinds of muffins. In addition to bakery items one can purchase small, medium, or large containers of the following beverages: coffee (black, with cream, with sugar, or with cream and sugar), tea (plain, with cream, with sugar, with cream and sugar, with lemon, or with lemon and sugar), hot cocoa, and orange juice. When Carol comes to Patter's, in how many ways can she order a) one bakery item and one medium-sized beverage for herself? b) one bakery item and one container of coffee for herself and one muffin and one container of tea for her boss, Ms. Didio? c) one piece of pastry and one container of tea for herself, one muffin and a container of orange juice for Ms. Didio, and one bakery item and one container of coffee for each of her two assistants, Mr. Talbot and Mrs. Gillis?
Sixteen people are to be seated at two circular tables, one of which seats 10 while the other seats six. How many different seating arrangements are possible?
What do you think about this solution?
We value your feedback to improve our textbook solutions.