book1

7
Yasir Khan Hw 1 Condition 1 2 3 4 5 Action Condition 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y N N N N N N N N 2 Y Y Y Y Y Y Y Y N N N N N N N N Y Y Y Y Y Y Y Y 3 Y Y Y Y N N N N Y Y Y Y N N N N Y Y Y Y N N N N 4 Y Y N N Y Y N N Y Y N N Y Y N N Y Y N N Y Y N N 5 Y N Y N Y N Y N Y N Y N Y N Y N Y N Y N Y N Y N Action A X X X X X X X X X X X X X X X X R X X X X X X X X Condition 1' 2' 3' 4' 5' 6' 1 Y Y Y Y Y N 2 Y - - - N - 3 - Y - - N - 4 - - Y - N - 5 - - - Y N - Action A X X X X R X X Actual mileage > 500 = actual mileage awarded Actual mileage < 500 miles = 500 miles awarded If the trip was made Saturday = actual mileage Problem 1 Part a: Create a non-optimized decision table to represent the decision l Has it been 5 years since first setup and contributed to Roth IRA? (Y ES/N O) Were you at least 59.5 years old at the time of distribution? (Y ES/N O) Is the distribution being used to buy or rebuild a first home? (Y ES/N O) Is the distribution due to your being disabled? (Y ES/N O) Was the distribution made to your beneficiary/estate after your death? (Y ES/N O) A ccept: The distribution from the Roth IRA is a qualified distribution. It is not subject to tax or penalty. R eject: The distribution from the Roth IRA is not a qualified distribution. The portion of the distribution allocable to earnings may be subject to tax and it may be subject to the 10% additional tax. Problem 1 Part b: Create an optimized decision table to represent the decision logi Problem 2: Solve Consulting Opportunity 9.4, A Tree for Free in our text. Condition

Upload: yasir-r-khan

Post on 13-Sep-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Sheet1Yasir KhanHw 1

Problem 1 Part a: Create a non-optimized decision table to represent the decision logic in Figure 2-1.

Condition1Has it been 5 years since first setup and contributed to Roth IRA? (YES/NO)2Were you at least 59.5 years old at the time of distribution? (YES/NO)Decision rules:323Is the distribution being used to buy or rebuild a first home? (YES/NO)4Is the distribution due to your being disabled? (YES/NO)5Was the distribution made to your beneficiary/estate after your death? (YES/NO)

ActionAccept: The distribution from the Roth IRA is a qualified distribution. It is not subject to tax or penalty.

Reject: The distribution from the Roth IRA is not a qualified distribution. The portion of the distribution allocable to earnings may be subject to tax and it may be subject to the 10% additional tax.

Condition12345678910111213141516171819202122232425262728293031321YYYYYYYYYYYYYYYYNNNNNNNNNNNNNNNN2YYYYYYYYNNNNNNNNYYYYYYYYNNNNNNNN3YYYYNNNNYYYYNNNNYYYYNNNNYYYYNNNN4YYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNN5YNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNActionAXXXXXXXXXXXXXXXXRXXXXXXXXXXXXXXXX

Problem 1 Part b: Create an optimized decision table to represent the decision logic in Figure 2-1.

Condition1'2'3'4'5'6'1YYYYYN2Y---N-3-Y--N-4--Y-N-5---YN-ActionAXXXXRXX

Problem 2: Solve Consulting Opportunity 9.4, A Tree for Free in our text.Condition / ActionActual mileage > 500 = actual mileage awardedAssumptions:Actual mileage < 500 miles = 500 miles awardedIf the trip was made Saturday = actual mileage X 2if the trip was made Tuesday = actual mileage X 1.59th leg traveled during month = actual mileage X 217th leg traveled during month = actual mileage x 3if flight is booked through web = add 100 miles

HeadingsMileages9th leg traveled17th Leg traveledWeb bookingTraveling on TueTraveling on WebOptions>=500, 500 (Yes/No)1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636429th leg traveled (Yes/No)1YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN317th leg traveled (Yes/No)2YYYYYYYYYYYYYYYYNNNNNNNNNNNNNNNNYYYYYYYYYYYYYYYYNNNNNNNNNNNNNNNN4Web booking (Yes/No)3YYYYYYYYNNNNNNNNYYYYYYYYNNNNNNNNYYYYYYYYNNNNNNNNYYYYYYYYNNNNNNNN5Tue Travel (Yes/No)4YYYYNNNNYYYYNNNNYYYYNNNNYYYYNNNNYYYYNNNNYYYYNNNNYYYYNNNNYYYYNNNN6Web Travel (Yes/No)5YYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNNYYNN6YNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNYNACTIONACTUALXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXdecision 64500 milesXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX2X for 9thXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX3X for 17thXXXXXXXXXXXXXXXXadd 100XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX1.5 tueXXXXXXXX2x satXXXX36ACTUAL x 2 + 100ACTUAL x 2ACTUAL X 3 + 100ACTUAL X 3ACTUAL X 1.5 + 100ACTUAL X 1.5 ACTUAL = 100ACTUAL500 x 2 + 100500 x 2500 X 3 + 100500 X 3500 X 1.5 + 100500 X 1.5 500 + 100500

Sheet3