Design the table with three possible conditions and two poss
Design the table with three possible conditions and two possible outcomes. The three separate conditions should produce a total of eight possible
Leah Jones is the IT manager at Rock Solid Outfitters, a medium-sized supplier of outdoor climbing and camping gear. Steve Allen, the marketing director, has asked Leah to develop a special web-based promotion. As Steve described it to Leah, Rock Solid will provide free shipping for any customer who either completes an online survey form or signs up for the Rock Solid online newsletter. Additionally, if a customer completes the survey and signs up for the newsletter, Rock Solid will provide a $10 merchandise credit for orders of $100 or more. Leah has asked you to develop a decision table that will reflect the promotional rules that a programmer will use. She wants you to show all possibilities, and then to simplify the results to eliminate any combinations that would be unrealistic or redundant.
Solution
The table with three possible conditions and two possible outcomes.
RULES 1 2 3 4 5 6 7 8
Completed survey form? Y Y Y Y N N N N
Signed up for newsletter? Y Y N N Y Y N N
Order > $100? Y N Y N Y N Y N
Free shipping X X X X X X - -
Discount X - - - - - - -
