0% found this document useful (0 votes)
2K views

Activity Guide - Unreasonable Time - Unit 6 Lesson 3

This document provides examples and problems about pair and group raffles. For pair raffles, tickets are drawn at random and the problem is to determine if any pair of tickets adds up to the randomly selected winning number. For group raffles, the problem is to determine if any group of tickets, from one ticket to all tickets, adds up to the winning number. Tables are included to track the number of possible pairs and groups for different numbers of tickets.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

Activity Guide - Unreasonable Time - Unit 6 Lesson 3

This document provides examples and problems about pair and group raffles. For pair raffles, tickets are drawn at random and the problem is to determine if any pair of tickets adds up to the randomly selected winning number. For group raffles, the problem is to determine if any group of tickets, from one ticket to all tickets, adds up to the winning number. Tables are included to track the number of possible pairs and groups for different numbers of tickets.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Unit 6 Lesson 3

Name(s)_______________________________________________ Period ______ Date ___________________

Activity Guide - Unreasonable Time


Pair Raffle

Problem: For the pair raffle every participant gets a random ticket. A winning number is chosen, also at random. The
problem is to determine if any pair of tickets add up to the winning number.

Example Instances:
● The tickets [108, 442, 913, 5] are drawn and a winning number of 500
is drawn. This instance does not have a winning pair because no two
numbers add up to 500.
● The tickets [250, 20, 4] are drawn and a winning number of 254 is
drawn. This instance does have a winning pair, 250 and 4.

How Many Checks: Fill in the table below with how many checks are necessary with different numbers of tickets. It
may help to draw pictures and see if you start noticing any patterns emerge.

Tickets Total Checks


How many possible pairs are there?

2 1

3 3
4 6
5 10
Challenge: 8 28

Computer Science Principles 1


Unit 6 Lesson 3

Group Raffle Checks


Problem: For the group raffle every participant gets a random ticket. A winning number is chosen, also at random. The
problem is to determine if any “group” of tickets add up to the winning
number. A “group” of tickets could be one ticket that is equal to the winning
number or a group of tickets that add up to the winning number. This group
could have two tickets in, or all of the tickets in. They just need to add up to
the winning number.

Example Instances:
● The tickets [411, 220, 710, 41] are drawn and a winning number of 1000 is drawn.
This instance does not have a winning group.
● The tickets [110, 923, 475, 301, 102] are drawn and the winning number of 1500 is drawn.
This instance does have a winning group, 923, 475, and 101.

How Many Checks: Fill in the table below with how many checks are necessary with different numbers of tickets. It
may help to draw pictures and see if you start noticing any patterns emerge.

Tickets Total Checks


How many possible groups are there?

2 3

3 7
4 15
5 31
Challenge: 8 255

Computer Science Principles 2

You might also like