You have 7 identical Probability books, 5 identical chocolate bars, and 2 identical Minivans to distribute
to your friends Eric, Anna, and Katie. In how many ways can you distribute the gifts among your
friends?
let x1,y1,z1 are probability books,chocolate bars and minivans goes to Eric
x2,y2,z2 are probability books,chocolate bars and minivans goes to Anna
x3,y3,z3 are probability books,chocolate bars and minivans goes to Katie
therefore x1+x2+x3 =7
for which number of ways =(7+3-1C3-1) =(9C2) =36
y1+y2+y3 =5
for which number of ways =(5+3-1C3-1) =(7C2) =21
and z1+z2+z3 =2
for which number of ways =(2+3-1C3-1) =(4C2) =6
total number of ways =36*21*6 =4536
You have 7 identical Probability books, 5 identical chocolate bars, and 2 identical Minivans to distribute...
6. A box contains 8 novels and 7 math books going to loan 6 books to a friend. How many different (a) You are book selections could your friend receive? going to loan 3 novels and 4 math books to a friend. How (b) You are many different book selections could your friend receive? (c) You are going to loan at least 13 books to a friend. How many different book selections could your friend receive? going to loan at...
5. (3 points) You have 16 pieces of candy to distribute to 7 people (all persons are distinguishable from one another). How many ways are there to distribute the candy if -each piece of candy is different? -each piece of candy is identical? -each piece of candy is identical and four people get at least one piece of candy each, while the three remaining people get none
5. (3 points) You have 16 pieces of candy to distribute to 7...
Chocolate bars are sold for $1 each. For every three chocolate wrappers you turn in, you receive $1 back. Implement a function iteratively which determines how many chocolate bars you can buy with x dollars. Expected results from function call: num_chocolatebars(0); //prints 0 num_chocolatebars(2); //prints 2 num_chocolatebars(3); //prints 4 (you spend 3 dollars on chocolate bars, you get three wrappers, then you receive one dollar back which you spend on another chocolate bar) num_chocolatebars(5); //prints 5 + (5/3) (integer division)...
How many ways are there to distribute 8 identical apples, 6 oranges, and 7 pears among 3 different people.. Without restriction? With each person getting at least one pair? Please explain this well, and don't write it out in chicken scratch.
you have 2math books, 3history books and 7science books.
how many ways are there to arrange the books on a book
shelf?
how many ways are there to arrange the books on a book shelf
if the books from each category must stay together?
You have 2 Math books, 3 History books, and 7 Science books. How many ways are there to arrange the books on a book shelf? How many ways are there to arrange the books on a...
You have 7 rock music CDs. 5 indie music CDs and 2 pop music CDs. How many ways can you arrange them? In how many different ways can you arrange them so that the CDs of the same type are continguous? Suppose that you want to give your rock music CDs to your friends. You want to give 3 to max, 2 to John and 2 to Alice. How many ways can you do that?
2. You have a candy bowl containing one of each of the following 5 candy bars: Kit Kat, Milky Way, Butterfinger, Almond Joy, Twix. (a) You draw one candy bar out of the bowl at a time, record the name of the candy, and put it back. How many ways are there for you to draw 3 candy bars from the bowl? there for you to draw 3 candy bars from the bowl? candy bars are possible? (b) You draw...
You have 7 school books How many ways can you arrange them on a shelf?
Answer each question below. You may not use a calculator, but you may also leave your answer as a sum, product, and/or quotient of integers. You do not need to simplify. 1. A box contains 16 books, 9 paperbacks and 7 hardcovers. Each book has a different title. (a) How many ways can we select a set of 6 books from the box? (b) How many ways can we select a set of 6 paperbacks? (c) How many ways can...
xYZ Candy makes specialty chocolate bars to distribute online, shipping across North America. XYZ has established a great deal of monopoly power in pricing given its specialty status. Let’s assume XYZ’s customers are identical with individual (inverse) demand as P = 2.50 – 0.1Q, where Q is number of bars the customer orders per month. Marginal cost to supply another bar is constant (equal to average cost) at $0.50. If XWZ acts like a single-price non-discriminating monopoly, its profit-maximizing price...