Share
Consider the following pieces of identification a person might have in order to apply for a credit card: B : Applicant present a
Question
Consider the following pieces of identification a person might have in order to apply for a credit card:
B : Applicant present a birth certificate
D: Applicant presents a drivers license
M applicant presents a marriage license
Write Logical expressions
1. The applicant must present either a birth certificate, a drivers license or a marriage license.
2. The applicant must present any two of the following forms of identification: birth certificate, drivers license, marriage license
3. Applicant must present either a birth certificate or both a drivers license and a marriage license
in progress
0
Mathematics
5 years
2021-08-18T04:31:31+00:00
2021-08-18T04:31:31+00:00 1 Answers
240 views
0
Answers ( )
Answer:
B v D v M ;
(B ٨ M) V (B ٨ D) V (M ٨ D) ;
B V (D ٨ M)
Step-by-step explanation:
Given :
B : Applicant present a birth certificate
D: Applicant presents a drivers license
M applicant presents a marriage license
1.)
This means that any one of the three must be presented :
Birth certificate OR Driver’s license OR Marriage certificate
B v D v M
2.)
This means any two combination of the three certificates :
(birth certificate and marriage certificate) OR (birth certificate and driver’s license) OR (marriage certificate and driver’s license)
(B ٨ M) V (B ٨ D) V (M ٨ D)
3.)
That is birth certificate alone will suffice or a driver’s incense and a marriage certificate
B V (D ٨ M)