You are on page 1of 2

Game Description:

What's in the bag game is about four items that you can get at the grocery store.
There is four bags with each a price on them. Each item of the prize is under one bag
for each of those items. The player has to try and guess what each item costs. They
know automatically if what they guessed is right. If they guessed right they win how
much the prize was then they are asked if they want to keep going if they keep going
and they loose one thing they loose all the money.
Probability Analysis:
1:
Do you think you should start off by guessing the price that you already know and
know that you are going to right?
2:What is the probability of guessing the right price the first try?
3:
What is the probability of winning if they have 5 seconds left to guess the last prize?
4:
Calculate the amount of how much money they can win if they guess all four items
right?
5:
Calculate the percentage of how many people will decide to stay if they get the first
item right?

Benchmark #3
fill(94, 56, 9);
rect(10,86,79,91);
fill(94, 56, 9);
rect(105,87,79,91);
fill(94, 56, 9);
rect(197,88,79,91);
fill(94, 56, 9);
rect(291,89,79,91);
//Prices
fill(255, 255, 66);
rect(198,196,78,23);
rect(12,196,78,23);
rect(106,196,78,23);
rect(292,196,78,23);
fill(18, 17, 17);

text("$1.99",35,212);
text("$3.99",131,212);
text("$8.99",222,212);
text("$1.49",312,212);
//Coca Cola bottle
fill(255, 0, 0);
rect(299,271,59,102);
rect(316,250,20,20);
fill(10, 8, 8);
text("COKE",312,298);
//Bread
fill(255, 255, 255);
rect(23,268,70,105);
fill(94, 50, 0);
ellipse(57,322,59,94);
arc(39,285,102,47,39,86);
arc(42,317,102,47,39,86);
//Lotion
fill(237, 228, 228);
rect(114,276,56,96);
rect(137,247,7,29);
rect(115,240,29,7);
fill(10, 10, 10);
text("Jergens",120,304);
text("Lotion",125,320);
//Breath mints
fill(0, 255, 60);
ellipse(234,310,88,96);
fill(5, 5, 5);
text("Ice Breakers", 203,307);

You might also like