Given the following specification for buying movie tickets, • Seniors (65+): $9 • Adults (14-64): $13 • Kids (0-13): $9 Select the answer that contains the minimal set of values to correctly test a system that would sell tickets. HINT: think of boundary testing, equivalence classes and so on. Select one: -1, 44,65,88 -1,0,9,10 ,15,44,65,88 -1, 0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,44,65,88 -1, 0,9,10,11,12,13,14 -1, 0,5,9,10,11,12,13,14,15,44,65,88