Webinar2 - Const1
The goal of this activity is to create a parallelogram without repeating any of the coordinates from 1-9. When you have a solution, take a screen shot to share with your instructor.
Tim B. Webinar titled Creating Assessment Questions (Part 2).
This activity is in the first 34 minutes.
I believe the Mode command does not work in certain situations. As a result, I used the following.
l2=Sequence(1,9)
l3=Remove(l1,l2)
l4=Unique(l3)
Use x >=1 and y >=1 as we can’t use zero in the given problem.
Credit