
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
A discrete structures examination from spring 2001, including questions about permutations, combinations, and recurrence relations. It covers topics such as generating strings from a given alphabet, arranging objects in a circle, and creating license plates with specific constraints.
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. BALTIMORE b. PHILADELPHIA 2. How many distinct ways can I arrange 10 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 26 letters 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 second character to be a letter and the last three to be digits? 4. Given the alphabet { w,x,y,z }, how many 12-long strings have 2 wโ s, 3 x โs, and 4 y โs? 5. How many ways can I arrange 10 Math, 15 Computer, and 20 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 33 different varieties of candy. a. How many ways can they create gift boxes containing 50 pieces of candy? b. How many ways can they create gift boxes containing 50 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 = 2 s (^) n โ 1 + 5 with s 0 = 1 8. Find the characteristic polynomial to the recurrence relation: a. sn = 8 s (^) n โ 1 โ 3 s (^) n โ 2 b. s (^) n = 8 s (^) n โ 2 โ 3 sn โ 5 9. Find the general solution to the recurrence relation a. sn = โ 3 s (^) n โ 1 + 28 s (^) n โ 2 b. with characteristic polynomial roots: 3,3,3,4,4,4, 10. Find the particular solution to the recurrence relation whose general solution is:
s (^) n = A(โ4) n^ + B3 n, subject to s 0 = 16 and s 1 = โ1.