SlideShare a Scribd company logo
1 of 12
Download to read offline
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 1
EXTRA PROBLEM 6:
SOLVING DECISION TREES
Read the following decision problem and answer the questions below.
A manufacturer produces items that have a probability of .
p being defective
These items are formed into . Past experience indicates that
batches of 150
some are of and others are of
(batches) good quality (i.e. p=0.05) bad quality
(i.e. p=0.25). Furthermore, of the batches produced are of
80% good quality
and These items are then used in an
20% of the batches are of bad quality.
assembly, and ultimately their quality is determined before the final assembly
leaves the plant. The manufacturer can either in a batch and
screen each item
replace defective items at a total average cost of $10 per item or use the items
directly without screening. the latter action
If is chosen, the cost of rework is
ultimately $100 per defective item. For these data, the costs per batch can be
calculated as follows:
p = 0.05 p = 0.25
Screen $1500 $1500
Do not Screen $750 $3750
Because screening requires scheduling of inspectors and equipment, the
decision to screen or not screen must be made 2 days before the potential
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 2
screening takes place. However, the manufactures may take one item taken
from a batch and sent it to a laboratory, and the test results (defective or non-
defective) can be reported must be
before the screen/no-screen decision
made. After the laboratory test, The
the tested item is returned to its batch.
cost of this initial inspection is $125. Also note that the probability that a random
sample item is defective is
0.8 * 0.05 + 0.2 * 0.25 = 0.09,
and the probability that an item in a lot is of good quality given a randomly
sampled item is defective is 0.444 and the probability that an item in a lot is
of good quality given a randomly sampled item is not defective is 0.835.
The manufactur wants to minimize his or her cost.
A. Derive the cost figures in the table above. Clearly show your calculations.
p = 0.05 p = 0.25
Screen 150*$10 = $1500 150*$10 = $1500
Do not Screen 150*0.05*$100 = $750 150*0.25*$100 = $3750
B. What Law of Probability was used in deriving:
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 3
Pr(Randomly Sampled Item is Defective)
Pr(Sample Item is Defective|Batch of Good Quality) =0.05
Pr(Sample Item is Defective|Batch of Bad Quality) =0.25
Pr(Batch of Good Quality)=0.80 Pr(Batch of Bad Quality)=0.20
Pr(Randomly Sampled Item is Defective) =
Pr(Sample Item is Defective|Batch of Good Quality)Pr(Batch of Good Quality)+
Pr(Sample Item is Defective|Batch of Bad Quality)Pr(Batch of Bad Quality)=
0.05*0.8 + 0.25*0.2=0.09
Hence, THE LAW OF TOTAL PROBABILITY was used.
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 4
C. Show that:
Pr(Batch of Good Quality|Sampled Item is Defective) = 0.444
Pr(Batch of Good Quality|Sampled Item is Not Defective) = 0.835
FKU œ à WMH œ
"Batch of Good Quality" "Sampled Item is Defective";
= "Sampled Item is Not Defective"
WMH
T <ÐFKU WMHÑ œ œ
| T <ÐWMHlFKUÑT <ÐFKUÑ
T <ÐWMHÑ
!Þ!&†!Þ)!
!Þ!* œ !Þ%%%
T <ÐFKU WMHÑ œ
| T <ÐWMHlFKU ÑT <ÐFKUÑ
T <ÐWMHÑ
œ œ !Þ)$&
Ð"!Þ!&ц!Þ)!
Ð"!Þ!*Ñ
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 5
D. Calculate and show your calculations:
FKU œ à WMH œ
"Batch of Bad Quality" "Sampled Item is Not Defective"
Pr(Bad Quality|Sampled Item is Defective) = ?
Pr(Bad Quality|Sampled Item is Not Defective) = ?
T <ÐFKU WMHÑ œ "  T <ÐFKU WMHÑ œ
| |
"  !Þ%%% œ !Þ&&'
T <ÐFKU WMHÑ œ "  T <ÐFKU WMHÑ œ
| |
"  !Þ)$& œ !Þ"'&
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 6
E. Model the decision problem in a decision tree and fill in ALL the details
Test Item?
Screen?
Passed Test
Failed Test
Screen?
Screen?
No Test
Test
No Screen
Batch of Good Quality
Batch of Bad Quality
Batch of Good Quality
Batch of Bad Quality
Batch of Good Quality
Batch of Bad Quality
No Screen
No Screen
Screen
Screen
Screen
(0.80)
(0.20)
(0.835)
(0.165)
(0.444)
(0.566)
(0.91)
(0.09)
$125
$1500
$1500
$1500
$750
$750
$750
$3750
$3750
$3750
$875
$875
$750
$3750
$1500
$1625
$1625
$3875
$3875
COST
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 7
F. How many cumulative risk profiles can be drawn for the decision tree under
E? Provide an Explanation.
Test Item?
Screen?
Passed Test
Failed Test
Screen?
Screen?
No Test
Test
No Screen
Batch of Good Quality
Batch of Bad Quality
Batch of Good Quality
Batch of Bad Quality
Batch of Good Quality
Batch of Bad Quality
No Screen
No Screen
Screen
Screen
Screen
(0.80)
(0.20)
(0.835)
(0.165)
(0.444)
(0.566)
(0.91)
(0.09)
$125
$1500
$1500
$1500
$750
$750
$750
$3750
$3750
$3750
$875
$875
$750
$3750
$1500
$1625
$1625
$3875
$3875
COST
Upper Part: 4 , , ,
(T,{NS,NS}) (T,{S,S}) (T,{NS,S}) (T,{S,NS})
Lower Part: 2 , Total: 6 Strategies
(NT,NS) (NT, S)
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 8
G. Solve the tree under E using EMV and clearly show your calculations in the
tree under E
Test Item?
Screen?
Passed Test
Failed Test
Screen?
Screen?
No Test
Test
No Screen
Batch of Good Quality
Batch of Bad Quality
Batch of Good Quality
Batch of Bad Quality
Batch of Good Quality
Batch of Bad Quality
No Screen
No Screen
Screen
Screen
Screen
(0.80)
(0.20)
(0.835)
(0.165)
(0.444)
(0.566)
(0.91)
(0.09)
$125
$1500
$1500
$1500
$750
$750
$750
$3750
$3750
$3750
$875
$875
$750
$3750
$1500
$1625
$1625
$3875
$3875
COST
$1369.51
$1625
$1392.50
$1369.51
$2541.67
$1350
$1350
$1350
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 9
H. Describe in words the optimal decision strategy.
Do not Sample an Item Randomly from a Batch for Testing,
and Do Not Screen the entire Batch
(No Test, No Screen in the Decision Tree)
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 10
I. Draw the Cumulative Risk Profile for each alternative of the immediate
decision, taking optimal decisions from thereon. What can you conclude with
respect to dominance considerations? (Hint: You should be drawing 2
Cumulative Risk Profiles).
Test Item?
Screen?
Passed Test
Failed Test
Screen?
Screen?
No Test
Test
No Screen
Batch of Good Quality
Batch of Bad Quality
Batch of Good Quality
Batch of Bad Quality
No Screen
Screen
(0.80)
(0.20)
(0.835)
(0.165)
(0.91)
(0.09)
$125
$1500
$750
$750
$3750
$3750
$875
$750
$3750
$1625
$3875
COST
$1392.50
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 11
Strategy: Test Random Item and If Item Passed Test then do not Screen the
entire Batch and if Item Failed Test then Screen the entire Batch
T < G9=> œ )(& œ !Þ*"‡!Þ)$& œ !Þ('!
( )
T < G9=> œ "'#& œ !Þ!*
( )
T < G9=> œ $)(& œ !Þ*"‡!Þ"'& œ !Þ"&!
( )
T <ÐG9=> Ÿ )(&Ñ œ !Þ('!
T <ÐG9=> Ÿ "'#&Ñ œ !Þ('!  !Þ!* œ !Þ)&
T <ÐG9=> Ÿ $)(&Ñ œ !Þ)&  !Þ"& œ "Þ!!!
Strategy: Do not Test Random Item and Do not Screen the Entire Batch
T < G9=> œ (&! œ !Þ)!
( )
T < G9=> œ $(&! œ !Þ#!
( )
T <ÐG9=> Ÿ (&!Ñ œ !Þ)!
T <ÐG9=> Ÿ $(&!Ñ œ !Þ)!  !Þ#! œ "Þ!!
EMSE 269 - Elements of Problem Solving and Decision Making
Instructor: Dr. J. R. van Dorp 12
0.0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1.0
0.0 $1000 $2000 $3000 $4000
$750
$750 $825
$825 $1625
$1625 $3750
$3750 $3875
$3875
0.76
0.76
0.80
0.80
0.85
0.85
CUMULATIVE RISK PROFILES CROSS. HENCE, NO DETERMINISTIC
DOMINANCE AND NO STOCHASTIC DOMINANCE

More Related Content

Similar to EMSE 269 Decision Tree Analysis

Assumptions: Check yo'self before you wreck yourself
Assumptions: Check yo'self before you wreck yourselfAssumptions: Check yo'self before you wreck yourself
Assumptions: Check yo'self before you wreck yourselfErin Shellman
 
Lifetime evaluation vs. measurement. part 4
Lifetime evaluation vs. measurement. part 4Lifetime evaluation vs. measurement. part 4
Lifetime evaluation vs. measurement. part 4Oleg Ivanov
 
Acceptance sampling (SQC)
Acceptance sampling (SQC)Acceptance sampling (SQC)
Acceptance sampling (SQC)nilesh sadaphal
 
01RBI Training - PPT_Client Training.pptx
01RBI Training - PPT_Client Training.pptx01RBI Training - PPT_Client Training.pptx
01RBI Training - PPT_Client Training.pptxTommy Glaze
 
Week8 livelecture2010 follow_up
Week8 livelecture2010 follow_upWeek8 livelecture2010 follow_up
Week8 livelecture2010 follow_upBrent Heard
 
Equal appearing interval scale
Equal appearing interval scaleEqual appearing interval scale
Equal appearing interval scaleDrAsifMohammad
 
blckboxtesting.ppt il.;io'/ ulio'[ yjko8i[0'-p/ yk
blckboxtesting.ppt il.;io'/ ulio'[ yjko8i[0'-p/ ykblckboxtesting.ppt il.;io'/ ulio'[ yjko8i[0'-p/ yk
blckboxtesting.ppt il.;io'/ ulio'[ yjko8i[0'-p/ ykSMayankSharma
 
Mark Graban Deming Red Bead 2016 SHS
Mark Graban Deming Red Bead 2016 SHSMark Graban Deming Red Bead 2016 SHS
Mark Graban Deming Red Bead 2016 SHSMark Graban
 
Quality Management.ppt
Quality Management.pptQuality Management.ppt
Quality Management.pptddelucy
 
Exact Real Arithmetic for Tcl
Exact Real Arithmetic for TclExact Real Arithmetic for Tcl
Exact Real Arithmetic for Tclke9tv
 
Test Management by Vladimir Arutin
Test Management by Vladimir ArutinTest Management by Vladimir Arutin
Test Management by Vladimir ArutinVladimir Arutin
 
QUESTION 11.  Five samples of size 4 were taken from a pro.docx
QUESTION 11.  Five samples of size 4 were taken from a pro.docxQUESTION 11.  Five samples of size 4 were taken from a pro.docx
QUESTION 11.  Five samples of size 4 were taken from a pro.docxIRESH3
 
Solution manual for design and analysis of experiments 9th edition douglas ...
Solution manual for design and analysis of experiments 9th edition   douglas ...Solution manual for design and analysis of experiments 9th edition   douglas ...
Solution manual for design and analysis of experiments 9th edition douglas ...Salehkhanovic
 
Bridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
Bridging the Gap: Machine Learning for Ubiquitous Computing -- EvaluationBridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
Bridging the Gap: Machine Learning for Ubiquitous Computing -- EvaluationThomas Ploetz
 

Similar to EMSE 269 Decision Tree Analysis (20)

Assumptions: Check yo'self before you wreck yourself
Assumptions: Check yo'self before you wreck yourselfAssumptions: Check yo'self before you wreck yourself
Assumptions: Check yo'self before you wreck yourself
 
Lifetime evaluation vs. measurement. part 4
Lifetime evaluation vs. measurement. part 4Lifetime evaluation vs. measurement. part 4
Lifetime evaluation vs. measurement. part 4
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
Acceptance sampling (SQC)
Acceptance sampling (SQC)Acceptance sampling (SQC)
Acceptance sampling (SQC)
 
A04 Sample Size
A04 Sample SizeA04 Sample Size
A04 Sample Size
 
A04 Sample Size
A04 Sample SizeA04 Sample Size
A04 Sample Size
 
01RBI Training - PPT_Client Training.pptx
01RBI Training - PPT_Client Training.pptx01RBI Training - PPT_Client Training.pptx
01RBI Training - PPT_Client Training.pptx
 
Week8 livelecture2010 follow_up
Week8 livelecture2010 follow_upWeek8 livelecture2010 follow_up
Week8 livelecture2010 follow_up
 
Equal appearing interval scale
Equal appearing interval scaleEqual appearing interval scale
Equal appearing interval scale
 
Chem e jeopardy (2014 championship round)
Chem e jeopardy (2014 championship round)Chem e jeopardy (2014 championship round)
Chem e jeopardy (2014 championship round)
 
Acceptance sampling Q&A
Acceptance sampling Q&AAcceptance sampling Q&A
Acceptance sampling Q&A
 
blckboxtesting.ppt il.;io'/ ulio'[ yjko8i[0'-p/ yk
blckboxtesting.ppt il.;io'/ ulio'[ yjko8i[0'-p/ ykblckboxtesting.ppt il.;io'/ ulio'[ yjko8i[0'-p/ yk
blckboxtesting.ppt il.;io'/ ulio'[ yjko8i[0'-p/ yk
 
Mark Graban Deming Red Bead 2016 SHS
Mark Graban Deming Red Bead 2016 SHSMark Graban Deming Red Bead 2016 SHS
Mark Graban Deming Red Bead 2016 SHS
 
Quality Management.ppt
Quality Management.pptQuality Management.ppt
Quality Management.ppt
 
Exact Real Arithmetic for Tcl
Exact Real Arithmetic for TclExact Real Arithmetic for Tcl
Exact Real Arithmetic for Tcl
 
Test Management by Vladimir Arutin
Test Management by Vladimir ArutinTest Management by Vladimir Arutin
Test Management by Vladimir Arutin
 
QUESTION 11.  Five samples of size 4 were taken from a pro.docx
QUESTION 11.  Five samples of size 4 were taken from a pro.docxQUESTION 11.  Five samples of size 4 were taken from a pro.docx
QUESTION 11.  Five samples of size 4 were taken from a pro.docx
 
Acceptance sampling
Acceptance samplingAcceptance sampling
Acceptance sampling
 
Solution manual for design and analysis of experiments 9th edition douglas ...
Solution manual for design and analysis of experiments 9th edition   douglas ...Solution manual for design and analysis of experiments 9th edition   douglas ...
Solution manual for design and analysis of experiments 9th edition douglas ...
 
Bridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
Bridging the Gap: Machine Learning for Ubiquitous Computing -- EvaluationBridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
Bridging the Gap: Machine Learning for Ubiquitous Computing -- Evaluation
 

More from DR.MAHESH KUMAR K.R. (6)

Ugc regulations
Ugc regulationsUgc regulations
Ugc regulations
 
Multiculturalism in organisations
Multiculturalism in organisationsMulticulturalism in organisations
Multiculturalism in organisations
 
Capital budgeting
Capital budgetingCapital budgeting
Capital budgeting
 
Training & development
Training & developmentTraining & development
Training & development
 
Sources of finance
Sources of financeSources of finance
Sources of finance
 
Attitude
AttitudeAttitude
Attitude
 

Recently uploaded

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 

EMSE 269 Decision Tree Analysis

  • 1. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 1 EXTRA PROBLEM 6: SOLVING DECISION TREES Read the following decision problem and answer the questions below. A manufacturer produces items that have a probability of . p being defective These items are formed into . Past experience indicates that batches of 150 some are of and others are of (batches) good quality (i.e. p=0.05) bad quality (i.e. p=0.25). Furthermore, of the batches produced are of 80% good quality and These items are then used in an 20% of the batches are of bad quality. assembly, and ultimately their quality is determined before the final assembly leaves the plant. The manufacturer can either in a batch and screen each item replace defective items at a total average cost of $10 per item or use the items directly without screening. the latter action If is chosen, the cost of rework is ultimately $100 per defective item. For these data, the costs per batch can be calculated as follows: p = 0.05 p = 0.25 Screen $1500 $1500 Do not Screen $750 $3750 Because screening requires scheduling of inspectors and equipment, the decision to screen or not screen must be made 2 days before the potential
  • 2. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 2 screening takes place. However, the manufactures may take one item taken from a batch and sent it to a laboratory, and the test results (defective or non- defective) can be reported must be before the screen/no-screen decision made. After the laboratory test, The the tested item is returned to its batch. cost of this initial inspection is $125. Also note that the probability that a random sample item is defective is 0.8 * 0.05 + 0.2 * 0.25 = 0.09, and the probability that an item in a lot is of good quality given a randomly sampled item is defective is 0.444 and the probability that an item in a lot is of good quality given a randomly sampled item is not defective is 0.835. The manufactur wants to minimize his or her cost. A. Derive the cost figures in the table above. Clearly show your calculations. p = 0.05 p = 0.25 Screen 150*$10 = $1500 150*$10 = $1500 Do not Screen 150*0.05*$100 = $750 150*0.25*$100 = $3750 B. What Law of Probability was used in deriving:
  • 3. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 3 Pr(Randomly Sampled Item is Defective) Pr(Sample Item is Defective|Batch of Good Quality) =0.05 Pr(Sample Item is Defective|Batch of Bad Quality) =0.25 Pr(Batch of Good Quality)=0.80 Pr(Batch of Bad Quality)=0.20 Pr(Randomly Sampled Item is Defective) = Pr(Sample Item is Defective|Batch of Good Quality)Pr(Batch of Good Quality)+ Pr(Sample Item is Defective|Batch of Bad Quality)Pr(Batch of Bad Quality)= 0.05*0.8 + 0.25*0.2=0.09 Hence, THE LAW OF TOTAL PROBABILITY was used.
  • 4. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 4 C. Show that: Pr(Batch of Good Quality|Sampled Item is Defective) = 0.444 Pr(Batch of Good Quality|Sampled Item is Not Defective) = 0.835 FKU œ à WMH œ "Batch of Good Quality" "Sampled Item is Defective"; = "Sampled Item is Not Defective" WMH T <ÐFKU WMHÑ œ œ | T <ÐWMHlFKUÑT <ÐFKUÑ T <ÐWMHÑ !Þ!&†!Þ)! !Þ!* œ !Þ%%% T <ÐFKU WMHÑ œ | T <ÐWMHlFKU ÑT <ÐFKUÑ T <ÐWMHÑ œ œ !Þ)$& Ð"!Þ!&ц!Þ)! Ð"!Þ!*Ñ
  • 5. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 5 D. Calculate and show your calculations: FKU œ à WMH œ "Batch of Bad Quality" "Sampled Item is Not Defective" Pr(Bad Quality|Sampled Item is Defective) = ? Pr(Bad Quality|Sampled Item is Not Defective) = ? T <ÐFKU WMHÑ œ "  T <ÐFKU WMHÑ œ | | "  !Þ%%% œ !Þ&&' T <ÐFKU WMHÑ œ "  T <ÐFKU WMHÑ œ | | "  !Þ)$& œ !Þ"'&
  • 6. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 6 E. Model the decision problem in a decision tree and fill in ALL the details Test Item? Screen? Passed Test Failed Test Screen? Screen? No Test Test No Screen Batch of Good Quality Batch of Bad Quality Batch of Good Quality Batch of Bad Quality Batch of Good Quality Batch of Bad Quality No Screen No Screen Screen Screen Screen (0.80) (0.20) (0.835) (0.165) (0.444) (0.566) (0.91) (0.09) $125 $1500 $1500 $1500 $750 $750 $750 $3750 $3750 $3750 $875 $875 $750 $3750 $1500 $1625 $1625 $3875 $3875 COST
  • 7. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 7 F. How many cumulative risk profiles can be drawn for the decision tree under E? Provide an Explanation. Test Item? Screen? Passed Test Failed Test Screen? Screen? No Test Test No Screen Batch of Good Quality Batch of Bad Quality Batch of Good Quality Batch of Bad Quality Batch of Good Quality Batch of Bad Quality No Screen No Screen Screen Screen Screen (0.80) (0.20) (0.835) (0.165) (0.444) (0.566) (0.91) (0.09) $125 $1500 $1500 $1500 $750 $750 $750 $3750 $3750 $3750 $875 $875 $750 $3750 $1500 $1625 $1625 $3875 $3875 COST Upper Part: 4 , , , (T,{NS,NS}) (T,{S,S}) (T,{NS,S}) (T,{S,NS}) Lower Part: 2 , Total: 6 Strategies (NT,NS) (NT, S)
  • 8. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 8 G. Solve the tree under E using EMV and clearly show your calculations in the tree under E Test Item? Screen? Passed Test Failed Test Screen? Screen? No Test Test No Screen Batch of Good Quality Batch of Bad Quality Batch of Good Quality Batch of Bad Quality Batch of Good Quality Batch of Bad Quality No Screen No Screen Screen Screen Screen (0.80) (0.20) (0.835) (0.165) (0.444) (0.566) (0.91) (0.09) $125 $1500 $1500 $1500 $750 $750 $750 $3750 $3750 $3750 $875 $875 $750 $3750 $1500 $1625 $1625 $3875 $3875 COST $1369.51 $1625 $1392.50 $1369.51 $2541.67 $1350 $1350 $1350
  • 9. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 9 H. Describe in words the optimal decision strategy. Do not Sample an Item Randomly from a Batch for Testing, and Do Not Screen the entire Batch (No Test, No Screen in the Decision Tree)
  • 10. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 10 I. Draw the Cumulative Risk Profile for each alternative of the immediate decision, taking optimal decisions from thereon. What can you conclude with respect to dominance considerations? (Hint: You should be drawing 2 Cumulative Risk Profiles). Test Item? Screen? Passed Test Failed Test Screen? Screen? No Test Test No Screen Batch of Good Quality Batch of Bad Quality Batch of Good Quality Batch of Bad Quality No Screen Screen (0.80) (0.20) (0.835) (0.165) (0.91) (0.09) $125 $1500 $750 $750 $3750 $3750 $875 $750 $3750 $1625 $3875 COST $1392.50
  • 11. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 11 Strategy: Test Random Item and If Item Passed Test then do not Screen the entire Batch and if Item Failed Test then Screen the entire Batch T < G9=> œ )(& œ !Þ*"‡!Þ)$& œ !Þ('! ( ) T < G9=> œ "'#& œ !Þ!* ( ) T < G9=> œ $)(& œ !Þ*"‡!Þ"'& œ !Þ"&! ( ) T <ÐG9=> Ÿ )(&Ñ œ !Þ('! T <ÐG9=> Ÿ "'#&Ñ œ !Þ('!  !Þ!* œ !Þ)& T <ÐG9=> Ÿ $)(&Ñ œ !Þ)&  !Þ"& œ "Þ!!! Strategy: Do not Test Random Item and Do not Screen the Entire Batch T < G9=> œ (&! œ !Þ)! ( ) T < G9=> œ $(&! œ !Þ#! ( ) T <ÐG9=> Ÿ (&!Ñ œ !Þ)! T <ÐG9=> Ÿ $(&!Ñ œ !Þ)!  !Þ#! œ "Þ!!
  • 12. EMSE 269 - Elements of Problem Solving and Decision Making Instructor: Dr. J. R. van Dorp 12 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 0.0 $1000 $2000 $3000 $4000 $750 $750 $825 $825 $1625 $1625 $3750 $3750 $3875 $3875 0.76 0.76 0.80 0.80 0.85 0.85 CUMULATIVE RISK PROFILES CROSS. HENCE, NO DETERMINISTIC DOMINANCE AND NO STOCHASTIC DOMINANCE