SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Applied Statistics and Mathematics in
       Economics & Business
             BS1501
           Tutorial 2
       Pairach Piboonrungroj
               (Champ)

           me@Pairach.com
1. Mutually Exclusive?
(a) Being an economist and being a professor:
    Not mutually exclusive

(b) Throwing a 5 or 6 with one die:
     Mutually exclusive

(c) Being an M.P. and being 20 years of age.
    (Minimum age of an M.P. is 21):
    Mutually exclusive

(d) Drawing a red card or an ace out of a pack of
    cards:
    Not mutually exclusive
2.Accountancy employees

(a) Prob. of employees from Wales: P(W)
   = from Wales / All employees
   = 6/15

(b) Prob. of employees Scotland: P(S)
   = from Scotland / All employees
   = 4/15
2.Accountancy employees
(c) Prob. of
    employees NOT        6
                        15
    from Wales:
                                                  9
    =All prob. – P(W)                            15
    = 1 – P(W)
    = 1-(6/15) = 9/15
                             NOT Wales   Wales
2.Accountancy employees
(d) Prob. of
   employees            4
   From Wales and      15
   Scotland
   = P(W) + P(S)
   = (6/15) + (4/15)
   = 10/15
                        6
                       15
3. Primary school in Cardiff
I = the event that the boy likes ice-cream
C = the event that the boy likes cake

P(I) = 0.75, P(C) = 0.55, P (I and C) = 0.40




         P(I)        P ( I and C)        P(C)




(a) P(I or C or both) = P(I) + P(C) – P(I and C)
                      = 0.75 + 0.55 – 0.40 = 0.90
3. Primary school in Cardiff
I = the event that the boy likes ice-cream
C = the event that the boy likes cake

P(I) = 0.75, P(C) = 0.55, P (I and C) = 0.40


(b) Neither ice-cream nor cake
     = 1 – P(I or C or Both)
     = 1- 0.90
     = 0.1
4. Accidents

             Accident      No
                         accident
Under 45    25          35
years
45 years or 5           35
older
4. Accidents

             Accident      No             Total
                         accident
Under 45    25          35          60
years                               (25 + 35)
45 years or 5           35          40
older                               (5 + 35)
   Total    30          70          100
           (25 + 5)     (35 + 35)
4. Accidents
 (a)
             Accident        No          Total
                          accident
Under 45    0.25        0.35         0.60
years       (25/100)    (35/100)     (60/100)
45 years or 0.05        0.35         0.40
older       (5/100)     (35/100)     (40/100)
   Total    0.30        0.70         1.0
            (30/100)    (70/100)      (100/100)
4. Accidents
(b) P(Accident | under 45)

= P(Accident and under 45) / P(Under 45)
= 0.25 / 0.60 = 0.416

                Accident     No accident        Total
Under 45      0.25           0.35          0.60
years         (25/100)       (35/100)      ([25+35]/100)
45 years or   0.05           0.35          0.40
older         (5/100)        (35/100)      (40/100)
    Total     0.30           0.70          1.0
              (30/100)       (70/100)      (100/100)
4. Accidents
(c) P( Accident | over 45)

= P(Accident and over 45) / P(over 45)
= 0.05 / 0.40 = 0.125

                Accident     No accident        Total
Under 45      0.25           0.35          0.60
years         (25/100)       (35/100)      ([25+35]/100)
45 years or   0.05           0.35          0.40
older         (5/100)        (35/100)      (40/100)
    Total     0.30           0.70          1.0
              (30/100)       (70/100)      (100/100)
5. Economics course
P(M) = P(F) =1/2
P(E | M) = 1/6
                        All students   P(M)   P(E I M)
P(E | F) = 1/30

(e) Male and Economics
    P(M and E) = P(E | M) * P(M)
               = (1/6)*(1/2) = 1/12
5. Economics course
P(M) = P(F) =1/2
P(E | M) = 1/6
P(E | F) = 1/30     P(M)   P ( M and E)   P(E)



P(E) = 10% = 1/10

(b) P(M or E) = P(M) + P(E) – P(M and E)
              = (1/2) + (1/10) – (1/12)
              = 31/60
6. Financial advisor
Combination:
Number of ways of         n       n!
selecting x object from    =
                           x  x!(n − x)!
a set of n, when the
order in unimportant                             n = 10
     10  10!               10 * 9 * 8 * 7 * 6!   x=4
      =
      4  4!6!            =
                                  4!6!           (n-x) = 6
                             10 * 9 * 8 * 7
                           =
                             (4 * 3 * 2 *1)
                            10 * (3 * 3) * 8 * 7 10 * 3 * 7
                          =                     =           = 210
                                  (8 * 3)            1
7. Company’s Demand
Weekly unit Demand                     E (x) =
        (x)        Probability: f(x)   x*f(x)     x – E (x)   [x-E(x)]^2*f(x)

        800               0.10            80.00     -185.00          3422.50

        900               0.25           225.00      -85.00          1806.25

       1000               0.40           400.00       15.00             90.00

       1100               0.20           220.00      115.00          2645.00

       1200               0.05            60.00      215.00          2311.25

       Sum           Expected value      985.00 Variance            10275.00
                                                  Std
                                                  Deviation            101.37
7. Company’s Demand
(a) E(x)   = Sum [x*f(x)]
            = 800(0.10) + 900(0.25) +
             1000(0.40) + 1100(0.20) + 1200(0.05)
            = 985

(b) Var(x) = Sum [(x-E(x)^2)*f(x)]
           = (800-985)^2(0.10) + (900 -985)^2(0.25)
             + (1000-985)^2(0.40)+(1100-985)^2(0.20)
             +(1200-985)^2(0.05)
           = 10,275
Standard deviation = sqrt(10,275) = 101.36
8. Insurance Salesperson
               n                      n− x
      P ( x) =  [ p ( x)] [1 − p ( x)]
                x
                           x

                
                                                    n       n!
 (a) P( x = 6) =  6 (2 / 3) 6 (1 / 3) 0 = 0.088    =
                  
                                                   x  x!(n − x)!
                    6


                6
(b) P( x = 4) =  (2 / 3) 4 (1 / 3) 2 = 0.329
                 4
                 
8. Insurance Salesperson
                   n                                     n       n!
          P ( x) =  [ p( x)]x [1 − p( x)]n − x
                    x                                     =
                                                          x  x!(n − x)!


(c) P ( x > ) = − P ( x =0) +P ( x = )]
           1   1 [                  1
                                  6                                   6
                     P ( x = 0) =  (2 / 3) 0 (1 / 3) 6   P ( x = 1) =  (2 / 3)1 (1 / 3) 5
                                  0                                   1

                    = 1 − 0.02
                    = 0.98

(d)   µ = np = 6(2 / 3) = 4
9. Fatal Rate
   Poisson Distribution:
   Estimating the number of occurrence of
   an event within specific interval of time
A) No death in a one year period
   x=0
                                 λ (1year ) = 1.5
         x −λ
         λe
P ( x) =
          x!        −λ
            λe  x            0
                           1.5 e   −1.5
P( x = 0) =              =                = 0.2231
             x!               0!
9. Fatal Rate
    Poisson Distribution:
    Estimating the number of occurrence of
    an event within specific interval of time
b) No death in 6 months period
   x=0            λ (6months ) = 1.5 / 2 = 0.75
           x −λ
        λe                        0.750 e −0.75
P( x) =              P ( x = 0) =
                                      0!
                                                = 0.4724
         x!
9. Fatal Rate
c) P(>= 2 accidents in 6 months)
    λ (6months ) = 0.75

 = 1 – P (x=0) – P (x=1)
 = 1 – 0.4724 – 0.3543
 = 0.1733
10. Train (Cardiff – London)
                                                       x0 − µ 
(a)   x ~ N ( µ = 120, σ = 10)   P ( x > x0 ) = p  Z >        
                                                         σ 


                     130 − 120 
 P( x > 130) = p Z ≥           
                        10     

            = P(Z>+1)

            = 0.1586
10. Train
                                                     x0 − µ 
(b) x ~ N ( µ = 120, σ = 10)   P ( x > x 0 ) = p Z ≥        
                                                       σ 


                      110 − 120      125 − 120 
 P(110 < x < 125) = P           <Z <           
                      10                10     

                   = P (−1 < Z < +0.5)
Z = -1   Z = 0.5

  10. Train
(b)   P (−1 < Z < +0.5)

= 1- [P(Z<-1) + P(Z>0.5)]
  P ( Z < −1) = P ( Z > 1)

= 1- [P(Z>1) + P(Z>0.5)]

= 1 – 0.15866 –
0.30854
= 0.5328
10. Train
 (c)    x ~ N ( µ = 120, σ = 10)
                             x0 − µ 
       P ( x > x 0 ) = p Z ≥        
                               σ 
                                                   x0 − 120 
                             P ( x > x0 ) = p  Z ≥          
                                                      10 
                                                   x0 − 120 
P ( x > x0 ) =10% = 0.10           0.10 = p Z ≥             
                                                      10 
10. Train


                         x0 − 120 
            0.10 = p Z ≥          
                            10 

                       x0 − 120 
             1.2816 =           
                       10 


               X0 = 132.816
               minutes
Thank You for Your Attention
• To download this slide (PPT & PDF)
  visit
  www.pairach.com/teaching


 • Any further question?
   Please email to
   me@pairach.com

Weitere ähnliche Inhalte

Was ist angesagt?

Low Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Low Complexity Regularization of Inverse Problems - Course #1 Inverse ProblemsLow Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Low Complexity Regularization of Inverse Problems - Course #1 Inverse ProblemsGabriel Peyré
 
Solutions Manual for College Algebra Concepts Through Functions 3rd Edition b...
Solutions Manual for College Algebra Concepts Through Functions 3rd Edition b...Solutions Manual for College Algebra Concepts Through Functions 3rd Edition b...
Solutions Manual for College Algebra Concepts Through Functions 3rd Edition b...RhiannonBanksss
 
Linear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditLinear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditPurnima Pandit
 
Signal Processing Course : Convex Optimization
Signal Processing Course : Convex OptimizationSignal Processing Course : Convex Optimization
Signal Processing Course : Convex OptimizationGabriel Peyré
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functionsTarun Gehlot
 
Circle generation algorithm
Circle generation algorithmCircle generation algorithm
Circle generation algorithmAnkit Garg
 
Geodesic Method in Computer Vision and Graphics
Geodesic Method in Computer Vision and GraphicsGeodesic Method in Computer Vision and Graphics
Geodesic Method in Computer Vision and GraphicsGabriel Peyré
 
2014 st josephs geelong spec maths
2014 st josephs geelong spec maths2014 st josephs geelong spec maths
2014 st josephs geelong spec mathsAndrew Smith
 

Was ist angesagt? (13)

Ch12s
Ch12sCh12s
Ch12s
 
Low Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Low Complexity Regularization of Inverse Problems - Course #1 Inverse ProblemsLow Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Low Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
 
Solutions Manual for College Algebra Concepts Through Functions 3rd Edition b...
Solutions Manual for College Algebra Concepts Through Functions 3rd Edition b...Solutions Manual for College Algebra Concepts Through Functions 3rd Edition b...
Solutions Manual for College Algebra Concepts Through Functions 3rd Edition b...
 
Ep 5512 lecture-02
Ep 5512 lecture-02Ep 5512 lecture-02
Ep 5512 lecture-02
 
Linear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditLinear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima Pandit
 
Ch01s
Ch01sCh01s
Ch01s
 
Signal Processing Course : Convex Optimization
Signal Processing Course : Convex OptimizationSignal Processing Course : Convex Optimization
Signal Processing Course : Convex Optimization
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functions
 
Circle generation algorithm
Circle generation algorithmCircle generation algorithm
Circle generation algorithm
 
Palm ch1
Palm ch1Palm ch1
Palm ch1
 
linear programming
linear programminglinear programming
linear programming
 
Geodesic Method in Computer Vision and Graphics
Geodesic Method in Computer Vision and GraphicsGeodesic Method in Computer Vision and Graphics
Geodesic Method in Computer Vision and Graphics
 
2014 st josephs geelong spec maths
2014 st josephs geelong spec maths2014 st josephs geelong spec maths
2014 st josephs geelong spec maths
 

Andere mochten auch

Andere mochten auch (8)

BS1501 tutorial 3_final
BS1501 tutorial 3_finalBS1501 tutorial 3_final
BS1501 tutorial 3_final
 
2011phdfair orgs9 08_11
2011phdfair orgs9 08_112011phdfair orgs9 08_11
2011phdfair orgs9 08_11
 
BS2506 tutorial 2
BS2506 tutorial 2BS2506 tutorial 2
BS2506 tutorial 2
 
BS2506 tutorial3
BS2506 tutorial3BS2506 tutorial3
BS2506 tutorial3
 
BS2506 tutorial 1
BS2506 tutorial 1BS2506 tutorial 1
BS2506 tutorial 1
 
Management ppt
Management pptManagement ppt
Management ppt
 
How to Become a Data Scientist
How to Become a Data ScientistHow to Become a Data Scientist
How to Become a Data Scientist
 
Basic concept of management
Basic concept of managementBasic concept of management
Basic concept of management
 

Ähnlich wie Applied Statistics and Mathematics in Economics & Business Tutorial

RS Agarwal Quantitative Aptitude - 10 chap
RS Agarwal Quantitative Aptitude - 10 chapRS Agarwal Quantitative Aptitude - 10 chap
RS Agarwal Quantitative Aptitude - 10 chapVinoth Kumar.K
 
Intermediate algebra 8th edition tobey solutions manual
Intermediate algebra 8th edition tobey solutions manualIntermediate algebra 8th edition tobey solutions manual
Intermediate algebra 8th edition tobey solutions manualdisney0087
 
Solutions manual for mathematics of finance canadian 8th edition by brown ibs...
Solutions manual for mathematics of finance canadian 8th edition by brown ibs...Solutions manual for mathematics of finance canadian 8th edition by brown ibs...
Solutions manual for mathematics of finance canadian 8th edition by brown ibs...adelen11
 
Solution to me n mine mathematics vii oct 2011
Solution to me n mine mathematics vii oct 2011Solution to me n mine mathematics vii oct 2011
Solution to me n mine mathematics vii oct 2011Abhishek Mittal
 
Solution Manual : Chapter - 01 Functions
Solution Manual : Chapter - 01 FunctionsSolution Manual : Chapter - 01 Functions
Solution Manual : Chapter - 01 FunctionsHareem Aslam
 
William hyatt-7th-edition-drill-problems-solution
William hyatt-7th-edition-drill-problems-solutionWilliam hyatt-7th-edition-drill-problems-solution
William hyatt-7th-edition-drill-problems-solutionSalman Salman
 
Pembahasan ujian nasional matematika ipa sma 2013
Pembahasan ujian nasional matematika ipa sma 2013Pembahasan ujian nasional matematika ipa sma 2013
Pembahasan ujian nasional matematika ipa sma 2013mardiyanto83
 
Solutions manual for fundamentals of business math canadian 3rd edition by je...
Solutions manual for fundamentals of business math canadian 3rd edition by je...Solutions manual for fundamentals of business math canadian 3rd edition by je...
Solutions manual for fundamentals of business math canadian 3rd edition by je...Pollockker
 
Engineering economy 8th edition blank solutions manual
Engineering economy 8th edition blank solutions manualEngineering economy 8th edition blank solutions manual
Engineering economy 8th edition blank solutions manualcutera123
 
Solutions manual for engineering economy 8th edition by blank ibsn 0073523437
Solutions manual for engineering economy 8th edition by blank ibsn 0073523437Solutions manual for engineering economy 8th edition by blank ibsn 0073523437
Solutions manual for engineering economy 8th edition by blank ibsn 0073523437adelen11
 

Ähnlich wie Applied Statistics and Mathematics in Economics & Business Tutorial (20)

10 chap
10 chap10 chap
10 chap
 
RS Agarwal Quantitative Aptitude - 10 chap
RS Agarwal Quantitative Aptitude - 10 chapRS Agarwal Quantitative Aptitude - 10 chap
RS Agarwal Quantitative Aptitude - 10 chap
 
Chapter_10.pdf
Chapter_10.pdfChapter_10.pdf
Chapter_10.pdf
 
Intermediate algebra 8th edition tobey solutions manual
Intermediate algebra 8th edition tobey solutions manualIntermediate algebra 8th edition tobey solutions manual
Intermediate algebra 8th edition tobey solutions manual
 
4 chap
4 chap4 chap
4 chap
 
Solutions manual for mathematics of finance canadian 8th edition by brown ibs...
Solutions manual for mathematics of finance canadian 8th edition by brown ibs...Solutions manual for mathematics of finance canadian 8th edition by brown ibs...
Solutions manual for mathematics of finance canadian 8th edition by brown ibs...
 
Solution to me n mine mathematics vii oct 2011
Solution to me n mine mathematics vii oct 2011Solution to me n mine mathematics vii oct 2011
Solution to me n mine mathematics vii oct 2011
 
10. percentage
10. percentage10. percentage
10. percentage
 
Solution Manual : Chapter - 01 Functions
Solution Manual : Chapter - 01 FunctionsSolution Manual : Chapter - 01 Functions
Solution Manual : Chapter - 01 Functions
 
William hyatt-7th-edition-drill-problems-solution
William hyatt-7th-edition-drill-problems-solutionWilliam hyatt-7th-edition-drill-problems-solution
William hyatt-7th-edition-drill-problems-solution
 
Pembahasan ujian nasional matematika ipa sma 2013
Pembahasan ujian nasional matematika ipa sma 2013Pembahasan ujian nasional matematika ipa sma 2013
Pembahasan ujian nasional matematika ipa sma 2013
 
Maths T6 W1
Maths T6 W1Maths T6 W1
Maths T6 W1
 
Ch2solutions final
Ch2solutions finalCh2solutions final
Ch2solutions final
 
Tugas blog-matematika
Tugas blog-matematikaTugas blog-matematika
Tugas blog-matematika
 
Solucionario c.t. álgebra 5°
Solucionario c.t.   álgebra 5°Solucionario c.t.   álgebra 5°
Solucionario c.t. álgebra 5°
 
Maths T5 W3
Maths T5 W3Maths T5 W3
Maths T5 W3
 
Intro adding integres
Intro adding integresIntro adding integres
Intro adding integres
 
Solutions manual for fundamentals of business math canadian 3rd edition by je...
Solutions manual for fundamentals of business math canadian 3rd edition by je...Solutions manual for fundamentals of business math canadian 3rd edition by je...
Solutions manual for fundamentals of business math canadian 3rd edition by je...
 
Engineering economy 8th edition blank solutions manual
Engineering economy 8th edition blank solutions manualEngineering economy 8th edition blank solutions manual
Engineering economy 8th edition blank solutions manual
 
Solutions manual for engineering economy 8th edition by blank ibsn 0073523437
Solutions manual for engineering economy 8th edition by blank ibsn 0073523437Solutions manual for engineering economy 8th edition by blank ibsn 0073523437
Solutions manual for engineering economy 8th edition by blank ibsn 0073523437
 

Kürzlich hochgeladen

BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...noida100girls
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth MarketingShawn Pang
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insightsseri bangash
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsApsara Of India
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 DelhiCall Girls in Delhi
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 

Kürzlich hochgeladen (20)

Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...BEST ✨ Call Girls In  Indirapuram Ghaziabad  ✔️ 9871031762 ✔️ Escorts Service...
BEST ✨ Call Girls In Indirapuram Ghaziabad ✔️ 9871031762 ✔️ Escorts Service...
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insights
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 

Applied Statistics and Mathematics in Economics & Business Tutorial

  • 1. Applied Statistics and Mathematics in Economics & Business BS1501 Tutorial 2 Pairach Piboonrungroj (Champ) me@Pairach.com
  • 2. 1. Mutually Exclusive? (a) Being an economist and being a professor: Not mutually exclusive (b) Throwing a 5 or 6 with one die: Mutually exclusive (c) Being an M.P. and being 20 years of age. (Minimum age of an M.P. is 21): Mutually exclusive (d) Drawing a red card or an ace out of a pack of cards: Not mutually exclusive
  • 3. 2.Accountancy employees (a) Prob. of employees from Wales: P(W) = from Wales / All employees = 6/15 (b) Prob. of employees Scotland: P(S) = from Scotland / All employees = 4/15
  • 4. 2.Accountancy employees (c) Prob. of employees NOT 6 15 from Wales: 9 =All prob. – P(W) 15 = 1 – P(W) = 1-(6/15) = 9/15 NOT Wales Wales
  • 5. 2.Accountancy employees (d) Prob. of employees 4 From Wales and 15 Scotland = P(W) + P(S) = (6/15) + (4/15) = 10/15 6 15
  • 6. 3. Primary school in Cardiff I = the event that the boy likes ice-cream C = the event that the boy likes cake P(I) = 0.75, P(C) = 0.55, P (I and C) = 0.40 P(I) P ( I and C) P(C) (a) P(I or C or both) = P(I) + P(C) – P(I and C) = 0.75 + 0.55 – 0.40 = 0.90
  • 7. 3. Primary school in Cardiff I = the event that the boy likes ice-cream C = the event that the boy likes cake P(I) = 0.75, P(C) = 0.55, P (I and C) = 0.40 (b) Neither ice-cream nor cake = 1 – P(I or C or Both) = 1- 0.90 = 0.1
  • 8. 4. Accidents Accident No accident Under 45 25 35 years 45 years or 5 35 older
  • 9. 4. Accidents Accident No Total accident Under 45 25 35 60 years (25 + 35) 45 years or 5 35 40 older (5 + 35) Total 30 70 100 (25 + 5) (35 + 35)
  • 10. 4. Accidents (a) Accident No Total accident Under 45 0.25 0.35 0.60 years (25/100) (35/100) (60/100) 45 years or 0.05 0.35 0.40 older (5/100) (35/100) (40/100) Total 0.30 0.70 1.0 (30/100) (70/100) (100/100)
  • 11. 4. Accidents (b) P(Accident | under 45) = P(Accident and under 45) / P(Under 45) = 0.25 / 0.60 = 0.416 Accident No accident Total Under 45 0.25 0.35 0.60 years (25/100) (35/100) ([25+35]/100) 45 years or 0.05 0.35 0.40 older (5/100) (35/100) (40/100) Total 0.30 0.70 1.0 (30/100) (70/100) (100/100)
  • 12. 4. Accidents (c) P( Accident | over 45) = P(Accident and over 45) / P(over 45) = 0.05 / 0.40 = 0.125 Accident No accident Total Under 45 0.25 0.35 0.60 years (25/100) (35/100) ([25+35]/100) 45 years or 0.05 0.35 0.40 older (5/100) (35/100) (40/100) Total 0.30 0.70 1.0 (30/100) (70/100) (100/100)
  • 13. 5. Economics course P(M) = P(F) =1/2 P(E | M) = 1/6 All students P(M) P(E I M) P(E | F) = 1/30 (e) Male and Economics P(M and E) = P(E | M) * P(M) = (1/6)*(1/2) = 1/12
  • 14. 5. Economics course P(M) = P(F) =1/2 P(E | M) = 1/6 P(E | F) = 1/30 P(M) P ( M and E) P(E) P(E) = 10% = 1/10 (b) P(M or E) = P(M) + P(E) – P(M and E) = (1/2) + (1/10) – (1/12) = 31/60
  • 15. 6. Financial advisor Combination: Number of ways of n n! selecting x object from  =  x  x!(n − x)! a set of n, when the order in unimportant   n = 10 10  10! 10 * 9 * 8 * 7 * 6! x=4  =  4  4!6! =   4!6! (n-x) = 6 10 * 9 * 8 * 7 = (4 * 3 * 2 *1) 10 * (3 * 3) * 8 * 7 10 * 3 * 7 = = = 210 (8 * 3) 1
  • 16. 7. Company’s Demand Weekly unit Demand E (x) = (x) Probability: f(x) x*f(x) x – E (x) [x-E(x)]^2*f(x) 800 0.10 80.00 -185.00 3422.50 900 0.25 225.00 -85.00 1806.25 1000 0.40 400.00 15.00 90.00 1100 0.20 220.00 115.00 2645.00 1200 0.05 60.00 215.00 2311.25 Sum Expected value 985.00 Variance 10275.00 Std Deviation 101.37
  • 17. 7. Company’s Demand (a) E(x) = Sum [x*f(x)] = 800(0.10) + 900(0.25) + 1000(0.40) + 1100(0.20) + 1200(0.05) = 985 (b) Var(x) = Sum [(x-E(x)^2)*f(x)] = (800-985)^2(0.10) + (900 -985)^2(0.25) + (1000-985)^2(0.40)+(1100-985)^2(0.20) +(1200-985)^2(0.05) = 10,275 Standard deviation = sqrt(10,275) = 101.36
  • 18. 8. Insurance Salesperson n n− x P ( x) =  [ p ( x)] [1 − p ( x)]  x x   n n! (a) P( x = 6) =  6 (2 / 3) 6 (1 / 3) 0 = 0.088  =      x  x!(n − x)!  6 6 (b) P( x = 4) =  (2 / 3) 4 (1 / 3) 2 = 0.329  4  
  • 19. 8. Insurance Salesperson n n n! P ( x) =  [ p( x)]x [1 − p( x)]n − x  x  =    x  x!(n − x)! (c) P ( x > ) = − P ( x =0) +P ( x = )] 1 1 [ 1 6 6 P ( x = 0) =  (2 / 3) 0 (1 / 3) 6 P ( x = 1) =  (2 / 3)1 (1 / 3) 5 0 1 = 1 − 0.02 = 0.98 (d) µ = np = 6(2 / 3) = 4
  • 20. 9. Fatal Rate Poisson Distribution: Estimating the number of occurrence of an event within specific interval of time A) No death in a one year period x=0 λ (1year ) = 1.5 x −λ λe P ( x) = x! −λ λe x 0 1.5 e −1.5 P( x = 0) = = = 0.2231 x! 0!
  • 21. 9. Fatal Rate Poisson Distribution: Estimating the number of occurrence of an event within specific interval of time b) No death in 6 months period x=0 λ (6months ) = 1.5 / 2 = 0.75 x −λ λe 0.750 e −0.75 P( x) = P ( x = 0) = 0! = 0.4724 x!
  • 22. 9. Fatal Rate c) P(>= 2 accidents in 6 months) λ (6months ) = 0.75 = 1 – P (x=0) – P (x=1) = 1 – 0.4724 – 0.3543 = 0.1733
  • 23. 10. Train (Cardiff – London)  x0 − µ  (a) x ~ N ( µ = 120, σ = 10) P ( x > x0 ) = p  Z >   σ   130 − 120  P( x > 130) = p Z ≥   10  = P(Z>+1) = 0.1586
  • 24. 10. Train  x0 − µ  (b) x ~ N ( µ = 120, σ = 10) P ( x > x 0 ) = p Z ≥   σ   110 − 120 125 − 120  P(110 < x < 125) = P <Z <   10 10  = P (−1 < Z < +0.5)
  • 25. Z = -1 Z = 0.5 10. Train (b) P (−1 < Z < +0.5) = 1- [P(Z<-1) + P(Z>0.5)] P ( Z < −1) = P ( Z > 1) = 1- [P(Z>1) + P(Z>0.5)] = 1 – 0.15866 – 0.30854 = 0.5328
  • 26. 10. Train (c) x ~ N ( µ = 120, σ = 10)  x0 − µ  P ( x > x 0 ) = p Z ≥   σ   x0 − 120  P ( x > x0 ) = p  Z ≥   10   x0 − 120  P ( x > x0 ) =10% = 0.10 0.10 = p Z ≥   10 
  • 27. 10. Train  x0 − 120  0.10 = p Z ≥   10   x0 − 120  1.2816 =    10  X0 = 132.816 minutes
  • 28. Thank You for Your Attention • To download this slide (PPT & PDF) visit www.pairach.com/teaching • Any further question? Please email to me@pairach.com