What is Given :
Total Participants = a
Attendees for Cybersecurity = b
Attendees for Cloud computing = c
Participants attended no sessions = d
What is Asked?'Fraction of participants attended both sessions' => [attendees common for both Cybersecurity and Cloud computing sessions][/Total Attendees]
Solution :
Attendees common for both Cybersecurity and Cloud computing sessions, implies
Total attendance in Cybersecurity and Cloud computing session (a) - Total Participants who attended any session (b) ;
as there is an overlap of participants in Cybersecurity and Cloud computing sessions=> (a) = b+c ;
(b) = Total participants - Participants attended no session = a-d
=> Attendees common for both Cybersecurity and Cloud computing sessions = (b+c) - (a-d) = b+c-a+d
Now, we know total number of attendees = a
Therefore, the Fraction of participants who attended both sessions = [b+c+d-a][/a]
Option
C is the answer.
Bunuel
At a tech seminar with
a total participants,
b attended a session on cybersecurity, and
c attended a session on cloud computing. If exactly
d participants attended neither session, then in terms of
a,
b,
c, and
d, what fraction of the participants attended both sessions?
A. \(\frac{a - b - c + d}{a}\)
B. \(\frac{a - b - c - d}{a}\)
C. \(\frac{b + c + d - a}{a}\)
D. \(\frac{a - b - c + 2d}{a}\)
E. \(\frac{b + c - a + d}{a-d}\)