#ATTENDANCE QUIZ FOR LECTURE 3 of Dr. Z.'s Math454(02) Rutgers University # Please Edit this .txt page with Answers #Email ShaloshBEkhad@gmail.com #Subject: p3 #with an attachment called #p3FirstLast.txt #(e.g. p3DoronZeilberger.txt) #Right after finishing watching the lecture but no later than Sept. 14, 2020, 8:00pm Q1. THE FIRST ATTENDANCE QUESTION WAS:What is Derangement? A1. MY ANSWER TO THE FIRST ATTENDANCE QUESTION IS:Its a permutation of a set where no element comes back to original position or in other words has no fixed position. Q2. THE SECOND ATTENDANCE QUESTION WAS: Give two examples of WtoS A2. MY ANSWER TO THE SECOND ATTENDANCE QUESTION IS: WtoS([5, 6, 7, 8]); {} WtoS([0, 1, 0, 1]); {2, 4} Q3. THE THIRD ATTENDANCE QUESTION WAS:Give two examples of StoW A3. MY ANSWER TO THE THIRD ATTENDANCE QUESTION IS: StoW({2, 4}, 4); [0, 1, 0, 1] StoW({}, 4); [0, 0, 0, 0]