#ATTENDANCE QUIZ FOR LECTURE 2 of Dr. Z.'s Math454(02) Rutgers University # Please Edit this .txt page with Answers #Email ShaloshBEkhad@gmail.com #Subject: p2 #with an attachment called #p2FirstLast.txt #(e.g. p2DoronZeilberger.txt) #Right after finishing watching the Second lecture but no later than Friday, Sept. 11, 2020, 8:00pm\ #Q1. THE FIRST ATTENDANCE QUESTION WAS: # #Let a := FIRST DIGIT of your RUID #Let b := SECOND DIGIT of your RUID #Let c := FIFTH DIGIT of your RUID #Let d := SIXTH DIGIT of your RUID #How many walks in Manhattan are there (not using Broadway) from the corner of min(a,b) St and #min(c,d) Ave to max(a,b) St and max(c,d) Ave, only walking in the "positive" direction? #A1. MY ANSWER TO THE FIRST ATTENDANCE QUESTION IS: 2002 Walks. # #NuWalks([1,0], [6,9])? /! Use Maple to solve. Thanks computer! !/ #NuWalks(m,n): inputs two non-negative integers m and n #and outputs the SET of all POSITIVE walks {E,N} from [sx,sy] to [dx,dy] #all the rearramgemets of E^nN^m NuWalks:=proc(sx,sy,dx,dy) local W1,W2,w1,w2: option remember: if dx