Math 170 Assignment 5 Due Friday, 4/1/2022 Instructions: Please use either your own code, or an adaptation of my code in
Posted: Thu May 12, 2022 12:57 pm
Math 170 Assignment 5 Due Friday, 4/1/2022 Instructions: Please use either your own code, or an adaptation of my code in the notebooks dated 03.22.2022 and later, to solve the following problems. 1. Find all permutations of the list L = {1,2,3,4,5,6). 2. Find all distinct rearrangements of the list L = {1,1, 2, 2, 3, 3}. ) 3. Find all subsets of size 3 of the set S = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10). 4. Find all distinct rearrangements of the word BOOKKEEPER in which no two consecutive letters are equal to each other. -