Question

There are 10 books on C Programing, 9 books on Python Programing and 8 books on...

There are 10 books on C Programing, 9 books on Python Programing and 8 books on Fortran Programing. In how many ways can these books be arranged on a shelf if

(a) the books can be arranged in any order?

(b) the Python books must be together and the C books must be together?

(c) The C books must be together but the Python and Fortran books can be arranged in any order?

Homework Answers

Answer #1

a) In all we have 10 + 9 + 8 = 27 books.

These can be arranged in any order.

Therefore, for the first book we have 27 choices, for the second book we are left with 26 choices, for the third we have 25 choices remaining and so on.

Therefore, total number of ways = 27 × 26 × 25 × ... × 1 = 27!

b) Now, python and C books must be together. Considering them as 1 unit each. Total number of books = 1 + 1 + 8 = 10.

Therefore, number of ways of arranging these 10 books = 10! (From part a).

Now, the 10 books on C can be arranged withing itself in 10! ways, whereas, python books can be arranged within itself in 9! ways.

Therefore, total number of ways = 10! × 10! × 9!

c) Considering C books as one unit and using the similar approach as part b, Total number of ways = 18! × 10!

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
In how many ways can 8 books be arranged on a shelf if a. any arrangement...
In how many ways can 8 books be arranged on a shelf if a. any arrangement is possible, b. 3 particular books must always stand together, c. two particular books must occupy the ends?
In how many ways can 4 mathematics books, 3 physics books, and 2 chemistry books be...
In how many ways can 4 mathematics books, 3 physics books, and 2 chemistry books be arranged on a bookshelf if a) the books can be arranged in any order ? b) the mathematics books must be together, the physics books must be together, and the chemistry books must be together ? c) the mathematics books must be together, but the other books can be arranged in any order ?
Zoe has 4 blue, 5 red, and 3 green books to arrange on a shelf. In...
Zoe has 4 blue, 5 red, and 3 green books to arrange on a shelf. In how many ways can the books be arranged if books of the same color must be grouped together?
Principles of Counting: You have a ten volume set of books. a) How many different ways...
Principles of Counting: You have a ten volume set of books. a) How many different ways can the books be arranged? b) How many of these arrangements have Volume 2 somewhere to the right of Volume 1 and Volume 3 somewhere to the right of Volume 2. c) You move the books to a shelf that only holds 7 of your books. How many ways are there to arrange the seven books on this shelf? Further, how many of those...
How many wasy can 8 books, each covering a different subject, be arranged on a shelf...
How many wasy can 8 books, each covering a different subject, be arranged on a shelf such that books on biology, history and programming are never together?
Rita has 11 books on her shelf. There are 8 fiction books and 3 non-fiction books....
Rita has 11 books on her shelf. There are 8 fiction books and 3 non-fiction books. She is going to pick 5 books to read. (a)In how many ways can Rita pick 5 books if the number of non-fiction books must be less than 2 ? (b)In how many ways can Rita pick 5 books if the number of non-fiction books must be greater than or equal to 2 ?
In a library, 2 different French books, 4 different Physics books and 3 different History books...
In a library, 2 different French books, 4 different Physics books and 3 different History books are arranged on a shelf. Determine the number of different arrangements for the 9 books if a. there are no restrictions b. the books on each subject must be kept together
In how many ways can 6 books, 4 of which are math books, be arranged if...
In how many ways can 6 books, 4 of which are math books, be arranged if the math books need to be arranged together
5 books (math, science, biology, chemistry, A&P) are to be arranged next to each ither on...
5 books (math, science, biology, chemistry, A&P) are to be arranged next to each ither on a shelf. In how many ways can they be arranged? Name two possible such arrangments. Show all work.
A) How many permutations of 7 objects, taking 3 at a time? Group of answer choices:...
A) How many permutations of 7 objects, taking 3 at a time? Group of answer choices: 210, 35, 5040, 6 B) How many ways can 4 books be arranged on a shelf, if they can be selected from 12 books? C) How many ways can a committee of 4 people be selected from a group of 8 people? D) If the letters A, B, C, D, E, and F are to be used in a five-letter code, how many different...