<< 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

how to create a software using Android phone
Wiseman Reply
how
basra
what is the difference between C and C++.
Yan Reply
what is software
Sami Reply
software is a instructions like programs
Shambhu
what is the difference between C and C++.
Yan
yes, how?
Hayder
what is software engineering
Ahmad
software engineering is a the branch of computer science deals with the design,development, testing and maintenance of software applications.
Hayder
who is best bw software engineering and cyber security
Ahmad
Both software engineering and cybersecurity offer exciting career prospects, but your choice ultimately depends on your interests and skills. If you enjoy problem-solving, programming, and designing software syste
Hayder
what's software processes
Ntege Reply
I haven't started reading yet. by device (hardware) or for improving design Lol? Here. Requirement, Design, Implementation, Verification, Maintenance.
Vernon
I can give you a more valid answer by 5:00 By the way gm.
Vernon
it is all about designing,developing, testing, implementing and maintaining of software systems.
Ehenew
hello assalamualaikum
Sami
My name M Sami I m 2nd year student
Sami
what is the specific IDE for flutter programs?
Mwami Reply
jegudgdtgd my Name my Name is M and I have been talking about iey my papa john's university of washington post I tagged I will be in
Mwaqas Reply
yes
usman
how disign photo
atul Reply
hlo
Navya
hi
Michael
yes
Subhan
Show the necessary steps with description in resource monitoring process (CPU,memory,disk and network)
samuel Reply
What is software engineering
Tafadzwa Reply
Software engineering is a branch of computer science directed to writing programs to develop Softwares that can drive or enable the functionality of some hardwares like phone , automobile and others
kelvin
if any requirement engineer is gathering requirements from client and after getting he/she Analyze them this process is called
Alqa Reply
The following text is encoded in base 64. Ik5ldmVyIHRydXN0IGEgY29tcHV0ZXIgeW91IGNhbid0IHRocm93IG91dCBhIHdpbmRvdyIgLSBTdGV2ZSBXb3puaWFr Decode it, and paste the decoded text here
Julian Reply
what to do you mean
Vincent
hello
ALI
how are you ?
ALI
What is the command to list the contents of a directory in Unix and Unix-like operating systems
George Reply
how can i make my own software free of cost
Faizan Reply
like how
usman
hi
Hayder
The name of the author of our software engineering book is Ian Sommerville.
Doha Reply
what is software
Sampson Reply
the set of intruction given to the computer to perform a task
Noor
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