<< Chapter < Page Chapter >> Page >

Consider the class { A , B , C , D } of events. Suppose the probability that at least one of the events A or C occurs is 0.75 and the probability that at least one of the four events occurs is 0.90.Determine the probability that neither of the events A or C but at least one of the events B or D occurs.

Use the pattern P ( E F ) = P ( E ) + P ( E c F ) and ( A C ) c = A c C c .

P ( A C B D ) = P ( A C ) + P ( A c C c ( B D ) ) , so that P ( A c C c ( B D ) ) = 0 . 90 - 0 . 75 = 0 . 15
Got questions? Get instant answers now!
  1. Use minterm maps to show which of the following statements are true for any class { A , B , C } :
    1. A ( B C ) c = A B B c C c
    2. ( A B ) c = A c C B c C
    3. A A B A C B C
  2. Repeat part (1) using indicator functions (evaluated on minterms).
  3. Repeat part (1) using the m-procedure minvec3 and MATLAB logical operations.

We use the MATLAB procedure, which displays the essential patterns.

minvec3 Variables are A, B, C, Ac, Bc, CcThey may be renamed, if desired. E = A|~(B&C); F = A|B|(Bc&Cc); disp([E;F]) 1 1 1 0 1 1 1 1 % Not equal1 0 1 1 1 1 1 1 G = ~(A|B);H = (Ac&C)|(Bc&C); disp([G;H]) 1 1 0 0 0 0 0 0 % Not equal0 1 0 1 0 1 0 0 K = (A&B)|(A&C)|(B&C); disp([A;K]) 0 0 0 0 1 1 1 1 % A not contained in K0 0 0 1 0 1 1 1
Got questions? Get instant answers now!

Use (1) minterm maps, (2) indicator functions (evaluated on minterms), (3) the m-procedure minvec3 and MATLAB logical operations to show that

  1. A ( B C c ) A c B C A ( B C C c ) A c B
  2. A A c B C = A B B C A C A B c C c

We use the MATLAB procedure, which displays the essential patterns.

minvec3 Variables are A, B, C, Ac, Bc, CcThey may be renamed, if desired. E = (A&(B|Cc))|(Ac&B&C); F = (A&((B&C)|Cc))|(Ac&B); disp([E;F]) 0 0 0 1 1 0 1 1 % E subset of F0 0 1 1 1 0 1 1 G = A|(Ac&B&C); H = (A&B)|(B&C)|(A&C)|(A&Bc&Cc); disp([G;H]) 0 0 0 1 1 1 1 1 % G = H0 0 0 1 1 1 1 1
Got questions? Get instant answers now!

Minterms for the events { A , B , C , D } , arranged as on a minterm map are

0.0168 0.0072 0.0252 0.0108 0.0392 0.0168 0.0588 0.02520.0672 0.0288 0.1008 0.0432 0.1568 0.0672 0.2352 0.1008

What is the probability that three or more of the events occur on a trial? Of exactly two? Of two or fewer?

We use mintable(4) and determine positions with correct number(s) of ones (number of occurrences). An alternate is to use minvec4 and express theBoolean combinations which give the correct number(s) of ones.

npr02_04 Minterm probabilities are in pm. Use mintable(4) a = mintable(4);s = sum(a); % Number of ones in each minterm position P1 = (s>=3)*pm' % Select and add minterm probabilities P1 = 0.4716P2 = (s==2)*pm' P2 = 0.3728P3 = (s<=2)*pm' P3 = 0.5284
Got questions? Get instant answers now!

Minterms for the events { A , B , C , D , E } , arranged as on a minterm map are

0.0216 0.0324 0.0216 0.0324 0.0144 0.0216 0.0144 0.0216 0.0144 0.0216 0.0144 0.0216 0.0096 0.0144 0.0096 0.01440.0504 0.0756 0.0504 0.0756 0.0336 0.0504 0.0336 0.0504 0.0336 0.0504 0.0336 0.0504 0.0224 0.0336 0.0224 0.0336

What is the probability that three or more of the events occur on a trial? Of exactly four? Of three or fewer? Of either two or four?

We use mintable(5) and determine positions with correct number(s) of ones (number of occurrences).

npr02_05 Minterm probabilities are in pm. Use mintable(5) a = mintable(5);s = sum(a); % Number of ones in each minterm position P1 = (s>=3)*pm' % Select and add minterm probabilities P1 = 0.5380P2 = (s==4)*pm' P2 = 0.1712P3 = (s<=3)*pm' P3 = 0.7952P4 = ((s==2)|(s==4))*pm' P4 = 0.4784
Got questions? Get instant answers now!

Questions & Answers

the definition for anatomy and physiology
Watta Reply
what is microbiology
Agebe Reply
What is a cell
Odelana Reply
what is cell
Mohammed
how does Neisseria cause meningitis
Nyibol Reply
what is microbiologist
Muhammad Reply
what is errata
Muhammad
is the branch of biology that deals with the study of microorganisms.
Ntefuni Reply
What is microbiology
Mercy Reply
studies of microbes
Louisiaste
when we takee the specimen which lumbar,spin,
Ziyad Reply
How bacteria create energy to survive?
Muhamad Reply
Bacteria doesn't produce energy they are dependent upon their substrate in case of lack of nutrients they are able to make spores which helps them to sustain in harsh environments
_Adnan
But not all bacteria make spores, l mean Eukaryotic cells have Mitochondria which acts as powerhouse for them, since bacteria don't have it, what is the substitution for it?
Muhamad
they make spores
Louisiaste
what is sporadic nd endemic, epidemic
Aminu Reply
the significance of food webs for disease transmission
Abreham
food webs brings about an infection as an individual depends on number of diseased foods or carriers dully.
Mark
explain assimilatory nitrate reduction
Esinniobiwa Reply
Assimilatory nitrate reduction is a process that occurs in some microorganisms, such as bacteria and archaea, in which nitrate (NO3-) is reduced to nitrite (NO2-), and then further reduced to ammonia (NH3).
Elkana
This process is called assimilatory nitrate reduction because the nitrogen that is produced is incorporated in the cells of microorganisms where it can be used in the synthesis of amino acids and other nitrogen products
Elkana
Examples of thermophilic organisms
Shu Reply
Give Examples of thermophilic organisms
Shu
advantages of normal Flora to the host
Micheal Reply
Prevent foreign microbes to the host
Abubakar
they provide healthier benefits to their hosts
ayesha
They are friends to host only when Host immune system is strong and become enemies when the host immune system is weakened . very bad relationship!
Mark
what is cell
faisal Reply
cell is the smallest unit of life
Fauziya
cell is the smallest unit of life
Akanni
ok
Innocent
cell is the structural and functional unit of life
Hasan
is the fundamental units of Life
Musa
what are emergency diseases
Micheal Reply
There are nothing like emergency disease but there are some common medical emergency which can occur simultaneously like Bleeding,heart attack,Breathing difficulties,severe pain heart stock.Hope you will get my point .Have a nice day ❣️
_Adnan
define infection ,prevention and control
Innocent
I think infection prevention and control is the avoidance of all things we do that gives out break of infections and promotion of health practices that promote life
Lubega
Heyy Lubega hussein where are u from?
_Adnan
en français
Adama
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Applied probability. OpenStax CNX. Aug 31, 2009 Download for free at http://cnx.org/content/col10708/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Applied probability' conversation and receive update notifications?

Ask