
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The questions from the discrete structures examination 3 held in fall 2001. The questions cover various topics such as arranging people in a circle, creating words from letters, counting combinations of characters, arranging books on a shelf, and finding solutions to recurrence relations.
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!

1. How many distinct words can I create from the letters of the words: a. COLUMBIA b. PENNSYLVANIA 2. How many distinct ways can I arrange 15 people in a circle if a certain pair MUST sit next to one another? 3. How many ways can a state issue 8-character license plates if the characters are one of 52 letters (upper and lower case) or 10 digits, and the state wants: a. the characters to alternate letter, digit, letter, digit, etc., with the first character a letter? b. the first character to be a digit and the last two to be letters? 4. Given the alphabet { w, x, y, z }, how many 20-long strings have 3 wโ s, 4 x โs, and 5 y โs? 5. How many ways can I arrange 12 Math, 15 Computer, and 10 Chemistry books on a shelf... a. ...if all the books of the same type must be grouped together? b. ...if I all the books of the same type must be grouped together and the Math books must be in the middle? 6. The ACME Candy company makes 47 different varieties of candy. a. How many ways can they create gift boxes containing 30 pieces of candy? b. How many ways can they create gift boxes containing 75 pieces of candy, if at least one piece of each type must be in the box? 7. Use the iterative method to find the particular solution of the recurrence relation: s (^) n = 3 s (^) n โ 1 + 7 with s 0 = 1 8. Find the characteristic polynomial to the recurrence relation: a. sn = 9 s (^) n โ 1 โ 9 s (^) n โ 2 b. s (^) n = 9 s (^) n โ 3 โ 9 sn โ 5 9. Find the general solution to the recurrence relation
a. sn = โ 2 s (^) n โ 1 + 99 s (^) n โ 2 b. with characteristic poly. equation: ( x โ 7)^5 = 0.
10. Find the particular solution to the recurrence relation whose general solution is:
s (^) n = A(2 n ) + B(3 n ), subject to s 0 = 3 and s 1 = 1.