SlideShare a Scribd company logo
1 of 6
Download to read offline
King Fahd University of Petroleum & Minerals
Electrical Engineering Department
EE315: Probabilistic Methods in Electrical Engineering (112)
Major Exam I
March 10, 2012
7:00-8:30 PM
Building 59-Rooms 2001-2004
Name: ___________KEY_______________
ID#______________________________
Question Mark
1 /10
2 /10
3 /10
4 /10
Total /40
Instructions:
1. This is a closed-books/notes exam.
2. The duration of this exam is one and half hours.
3. Read the questions carefully. Plan which question to start with.
4. CLEARLY LABEL ALL SIGNIFICANT VALUES ON BOTH AXIES OF ANY
SKETCH
5. Work in your own.
6. Strictly no mobile phones are allowed.
7. Table Attached
Good luck
Mark secSection Timing Instructor
1 SMW 9:00 Dr. Ahmed Masoud
2 UT 10:00 Dr. Ali Muqaibel (Coordinator)
3 UT 08:30 Dr. Saad Al-Ubaidi
4 UT 10:00 Dr. Saad Al-Ubaidi
Problem 1: (10 points)
Consider the following switching network shown. Let A1, A2, A3, and A4 denote the events that the associated
switches are closed (connecting). Let Aab denote the event that there is a closed path between terminals a and
b. (i.e 𝐴 𝑎𝑏 𝑐𝑙𝑜𝑠𝑒𝑑)
a) Express Aab in terms of A1, A2, A3, and A4 (2 points)
𝑨 𝒂𝒃 = 𝑨 𝟏 ∪ (𝑨 𝟐 ∩ (𝑨 𝟑 ∪ 𝑨 𝟒)
b) If all switches are independent and the probability of being closed is 0.5. That is 𝑃(𝐴1) = 𝑃(𝐴2) =
𝑃(𝐴3) = 𝑃(𝐴4) = 0.5. Find 𝑃(𝐴 𝑎𝑏). i.e P(path between a and b is closed (connecting)) (4 points)
𝑃(𝐴 𝑎𝑏) = 0.5 + 0. 52
+ 0. 52
− 3(0. 53) + 0. 54
=0.6875
It can also be solved by counting possible scenarios (16 binary scenarios)
Complete the missing term(s) ( 2 points)
For any three events 𝑆1, 𝑆1, 𝑎𝑛𝑑 𝑆3:
𝑃(𝑆1 ∪ 𝑆2 ∪ 𝑆3) = 𝑃(𝑆1) + 𝑃(𝑆2) + 𝑃(𝑆3) − 𝑃(𝑆1 ∩ 𝑆2) − 𝑃(𝑆2 ∩ 𝑆3) − 𝑃(𝑆1 ∩ 𝑆3) + 𝑃(𝑆1 ∩ 𝑆2 ∩ 𝑆3)
Consider the experiment of throwing two fair dice. What is the probability that the two faces are the same
given that the sum is not more than three? (2 points)
The only possible outcomes are (1,1), (1,2) and (2,1). The required outcome is (1,1). So the probability is 1/3.
A1
A2
A3
A4
a b
Problem 2: (10 points)
Consider a system that randomly assign a variable X={1,2,3} with uniform probability, to a variable
Y={1,2,3}. The conditional probability assignments are shown in the figure. Compute the following:
a) If the event y=3 was observed. What is the probability that it is coming from = 3 . (4 points)
𝑃(𝑥 = 3|𝑦 = 3)𝑃(𝑦 = 3) = 𝑃(𝑦 = 3|𝑥 = 3)𝑃(𝑥 = 3)
but
𝑃(𝑦 = 3) =
1
3
(0.5) +
1
3
(0.4) +
1
3
(0.3) = 0.4
𝑃(𝑥 = 3|𝑦 = 3)(0.4) = 0.3 (
1
3
) = 0.25
b) Compute the expected value of Y. (4 points)
𝑃(𝑦 = 3) = 0.4
Similarly 𝑃(𝑦 = 1) =
1
3
(0.5 + 0.6) = 0.3667
𝑃(𝑦 = 2) =
1
3
(0.7) = 0.2333
Check that they sum up to 1
Expected value of = 0.4(3) + 0.2333(2) + 0.3667(1) = 2.0333
Show that If 𝑃(𝐴|𝐵) > 𝑃(𝐴) then 𝑃(𝐵|𝐴) > 𝑃(𝐵) (2 points)
1
2
3
1
2
3
X Y
𝑃(𝑦 = 1|𝑥 = 1)=0.5
𝑃(𝑦 = 3|𝑥 = 3)=0.3
𝑃(𝑦 = 1|𝑥 = 2)=0.6
Problem 3:
Consider the network with nodes A, B, C, and D shown below. A network is connected if a path exists
connecting a node to all other nodes. A network is disconnected when two or more links are in failure. If the
links are independent and the probability of a link failure is 0,1, compute the probability of the network
getting disconnected. (5 points)
For the network to be connected there are two scenarios.
Let X be the random variable representing the number of failing links
𝑃(𝑋 = 0) = (
4
0
) (0.1)0(0.9)4
= 0.6561
𝑃(𝑋 = 0) = (
4
1
) (0.1)1(0.9)3
= 0.2916
𝑃(𝑑𝑖𝑠𝑐𝑜𝑛𝑛𝑒𝑐𝑡𝑒𝑑 𝑛𝑒𝑡𝑤𝑜𝑟𝑘) = 1 − (𝑃(𝑋 = 0) + 𝑃(𝑋 = 1)) = 0.523
The pdf of a continuous r.v. X is given by
𝑓𝑋(𝑥) = {
1/3 0 < 𝑥 < 1
3𝑎 1 < 𝑥 < 2
0 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
Find the value of a for a valid pdf? (2 points)
The total area of the pdf must be 1. By inspecting the sketch of the pdf or by integration
3𝑎 = 2/3
𝑎 = 2/9
Sketch the CDF (show all numbers on the x-axis and the y-axis). No need for expression only
sketch ( 3 points)
A
B
C
D
node
link
Problem 4: (10 points: 4+2+2+2)
A noise signal (Random variable X) is passed through a system with the following input output relation.
𝑦 = {
−1 −∞ < 𝑥 < −1
0 −1 ≤ 𝑥 ≤ +1
+1 1 < 𝑥 < ∞
X is a Gaussian Random variable, 𝑓𝑋(𝑥) =
1
√2𝜋𝜎 𝑋
2
𝑒
−
(𝑥−𝑎 𝑥)2
2𝜎 𝑋
2
, compute P( 𝑦 ≥ 0), for the following cases:
a) 𝑎 𝑥 = 0 𝑎𝑛𝑑 𝜎 𝑋 = 1
b) 𝑎 𝑥 = 2 𝑎𝑛𝑑 𝜎 𝑋 = 2
c) 𝑎 𝑥 = −1 𝑎𝑛𝑑 𝜎 𝑋 = 2
d) 𝑎 𝑥 = 1 𝑎𝑛𝑑 𝜎 𝑋 = 0
𝐹(−𝑥) = 1 − 𝐹(𝑥)
𝐹𝑋(𝑥) = 𝐹(
𝑥 − 𝑎 𝑥
𝜎 𝑋
)
𝑃(𝑦 ≥ 0) = 𝑃(𝑥 ≥ −1) = 1 − 𝐹𝑋(−1)
Case a:
1 − 𝐹𝑋(−1) = 1 − 𝐹(−1) = 𝐹(1) = 𝟎. 𝟖𝟒𝟏𝟑
Case b:
1 − 𝐹𝑋(−1) = 1 − 𝐹 (
−1 − 2
2
) = 1 − 𝐹(−1.5) = 𝐹(1.5) = 𝟎. 𝟗𝟑𝟑𝟐
Case c: 1 − 𝐹𝑋(−1) = 1 − 𝐹(0) = 𝟎. 𝟓
Because we are shifting the Gaussian and taking half of the chances
Case d:
This is a deterministic event with the outcome x=1 and hence y=1 so the probability of
𝑃(𝑦 ≥ 0) = 𝟏
Or comment that the Gaussian PDF is not defined for variance=0
system
x y
exam1 112

More Related Content

What's hot

Bipolar Junction Transistor (BJT) DC and AC Analysis
Bipolar Junction Transistor (BJT) DC and AC AnalysisBipolar Junction Transistor (BJT) DC and AC Analysis
Bipolar Junction Transistor (BJT) DC and AC AnalysisJess Rangcasajo
 
Demodulation of AM wave
Demodulation of AM waveDemodulation of AM wave
Demodulation of AM waveLokesh Parihar
 
Bit interleaved coded modulation
Bit interleaved coded modulationBit interleaved coded modulation
Bit interleaved coded modulationMridula Sharma
 
L 1 5 sampling quantizing encoding pcm
L 1 5 sampling quantizing encoding pcmL 1 5 sampling quantizing encoding pcm
L 1 5 sampling quantizing encoding pcmDEEPIKA KAMBOJ
 
Ec8491 communication theory
Ec8491 communication theoryEc8491 communication theory
Ec8491 communication theory<> $
 
D ecimation and interpolation
D ecimation and interpolationD ecimation and interpolation
D ecimation and interpolationSuchi Verma
 
OPTICAL FIBER COMMUNICATION UNIT-1
OPTICAL FIBER COMMUNICATION UNIT-1OPTICAL FIBER COMMUNICATION UNIT-1
OPTICAL FIBER COMMUNICATION UNIT-1Asif Iqbal
 
Limitation of conventional tubes
Limitation of conventional tubesLimitation of conventional tubes
Limitation of conventional tubesDiLip ChauDhary
 
Steps for design of butterworth and chebyshev filter
Steps for design of butterworth and chebyshev filterSteps for design of butterworth and chebyshev filter
Steps for design of butterworth and chebyshev filtertamil arasan
 
3.4_OOK systems – ASK, FSK, PSK, BPSK, QPSK, applications of Data communicati...
3.4_OOK systems – ASK, FSK, PSK, BPSK, QPSK, applications of Data communicati...3.4_OOK systems – ASK, FSK, PSK, BPSK, QPSK, applications of Data communicati...
3.4_OOK systems – ASK, FSK, PSK, BPSK, QPSK, applications of Data communicati...BalaMurugan992669
 
Power amplifiers
Power amplifiersPower amplifiers
Power amplifiersmofassair
 
Seminar on ''Magic tee" by kazi md saidur rahaman
Seminar on ''Magic tee"  by kazi md saidur rahamanSeminar on ''Magic tee"  by kazi md saidur rahaman
Seminar on ''Magic tee" by kazi md saidur rahamanKazi Md Saidur Rahaman
 

What's hot (20)

Bipolar Junction Transistor (BJT) DC and AC Analysis
Bipolar Junction Transistor (BJT) DC and AC AnalysisBipolar Junction Transistor (BJT) DC and AC Analysis
Bipolar Junction Transistor (BJT) DC and AC Analysis
 
Lec am modulation
Lec am modulationLec am modulation
Lec am modulation
 
Demodulation of AM wave
Demodulation of AM waveDemodulation of AM wave
Demodulation of AM wave
 
Bit interleaved coded modulation
Bit interleaved coded modulationBit interleaved coded modulation
Bit interleaved coded modulation
 
NON PARAMETRIC METHOD
NON PARAMETRIC METHODNON PARAMETRIC METHOD
NON PARAMETRIC METHOD
 
L 1 5 sampling quantizing encoding pcm
L 1 5 sampling quantizing encoding pcmL 1 5 sampling quantizing encoding pcm
L 1 5 sampling quantizing encoding pcm
 
Solved problems
Solved problemsSolved problems
Solved problems
 
Ec8491 communication theory
Ec8491 communication theoryEc8491 communication theory
Ec8491 communication theory
 
D ecimation and interpolation
D ecimation and interpolationD ecimation and interpolation
D ecimation and interpolation
 
OPTICAL FIBER COMMUNICATION UNIT-1
OPTICAL FIBER COMMUNICATION UNIT-1OPTICAL FIBER COMMUNICATION UNIT-1
OPTICAL FIBER COMMUNICATION UNIT-1
 
Chuong Ii3
Chuong Ii3Chuong Ii3
Chuong Ii3
 
Base band transmission
Base band transmissionBase band transmission
Base band transmission
 
Limitation of conventional tubes
Limitation of conventional tubesLimitation of conventional tubes
Limitation of conventional tubes
 
Steps for design of butterworth and chebyshev filter
Steps for design of butterworth and chebyshev filterSteps for design of butterworth and chebyshev filter
Steps for design of butterworth and chebyshev filter
 
Telegrapher's Equation
Telegrapher's EquationTelegrapher's Equation
Telegrapher's Equation
 
Impulse Response ppt
Impulse Response pptImpulse Response ppt
Impulse Response ppt
 
3.4_OOK systems – ASK, FSK, PSK, BPSK, QPSK, applications of Data communicati...
3.4_OOK systems – ASK, FSK, PSK, BPSK, QPSK, applications of Data communicati...3.4_OOK systems – ASK, FSK, PSK, BPSK, QPSK, applications of Data communicati...
3.4_OOK systems – ASK, FSK, PSK, BPSK, QPSK, applications of Data communicati...
 
Power amplifiers
Power amplifiersPower amplifiers
Power amplifiers
 
Seminar on ''Magic tee" by kazi md saidur rahaman
Seminar on ''Magic tee"  by kazi md saidur rahamanSeminar on ''Magic tee"  by kazi md saidur rahaman
Seminar on ''Magic tee" by kazi md saidur rahaman
 
Channel coding
Channel codingChannel coding
Channel coding
 

Similar to exam1 112

Matlab lab manual
Matlab lab manualMatlab lab manual
Matlab lab manualnmahi96
 
IIT JAM Mathematical Statistics - MS 2022 | Sourav Sir's Classes
IIT JAM Mathematical Statistics - MS 2022 | Sourav Sir's ClassesIIT JAM Mathematical Statistics - MS 2022 | Sourav Sir's Classes
IIT JAM Mathematical Statistics - MS 2022 | Sourav Sir's ClassesSOURAV DAS
 
IIT JAM Math 2022 Question Paper | Sourav Sir's Classes
IIT JAM Math 2022 Question Paper | Sourav Sir's ClassesIIT JAM Math 2022 Question Paper | Sourav Sir's Classes
IIT JAM Math 2022 Question Paper | Sourav Sir's ClassesSOURAV DAS
 
Lesson 2: Final Exam Review (Part 1)
Lesson 2: Final Exam Review (Part 1)Lesson 2: Final Exam Review (Part 1)
Lesson 2: Final Exam Review (Part 1)Kevin Johnson
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
Maths-MS_Term2 (1).pdf
Maths-MS_Term2 (1).pdfMaths-MS_Term2 (1).pdf
Maths-MS_Term2 (1).pdfAnuBajpai5
 
Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Franxisca Kurniawati
 
Calculus And Its Applications 10th Edition Bittinger Solutions Manual
Calculus And Its Applications 10th Edition Bittinger Solutions ManualCalculus And Its Applications 10th Edition Bittinger Solutions Manual
Calculus And Its Applications 10th Edition Bittinger Solutions Manualfujumazaja
 
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاولملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاولanasKhalaf4
 
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
ملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقيملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقي
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقيanasKhalaf4
 
Probability and Statistics
Probability and StatisticsProbability and Statistics
Probability and Statisticsshekharpatil33
 
Numerical Techniques
Numerical TechniquesNumerical Techniques
Numerical TechniquesYasir Mahdi
 
ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
 ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022 ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022anasKhalaf4
 
Banco de preguntas para el ap
Banco de preguntas para el apBanco de preguntas para el ap
Banco de preguntas para el apMARCELOCHAVEZ23
 

Similar to exam1 112 (20)

exam1 unsolved
exam1 unsolvedexam1 unsolved
exam1 unsolved
 
Matlab lab manual
Matlab lab manualMatlab lab manual
Matlab lab manual
 
IIT JAM Mathematical Statistics - MS 2022 | Sourav Sir's Classes
IIT JAM Mathematical Statistics - MS 2022 | Sourav Sir's ClassesIIT JAM Mathematical Statistics - MS 2022 | Sourav Sir's Classes
IIT JAM Mathematical Statistics - MS 2022 | Sourav Sir's Classes
 
IIT JAM Math 2022 Question Paper | Sourav Sir's Classes
IIT JAM Math 2022 Question Paper | Sourav Sir's ClassesIIT JAM Math 2022 Question Paper | Sourav Sir's Classes
IIT JAM Math 2022 Question Paper | Sourav Sir's Classes
 
Lesson 2: Final Exam Review (Part 1)
Lesson 2: Final Exam Review (Part 1)Lesson 2: Final Exam Review (Part 1)
Lesson 2: Final Exam Review (Part 1)
 
Engg math's practice question by satya prakash 1
Engg math's practice question by satya prakash 1Engg math's practice question by satya prakash 1
Engg math's practice question by satya prakash 1
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
Maths-MS_Term2 (1).pdf
Maths-MS_Term2 (1).pdfMaths-MS_Term2 (1).pdf
Maths-MS_Term2 (1).pdf
 
Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122
 
Probability and statistics assignment help
Probability and statistics assignment helpProbability and statistics assignment help
Probability and statistics assignment help
 
4th Semester CS / IS (2013-June) Question Papers
4th Semester CS / IS (2013-June) Question Papers 4th Semester CS / IS (2013-June) Question Papers
4th Semester CS / IS (2013-June) Question Papers
 
Calculus And Its Applications 10th Edition Bittinger Solutions Manual
Calculus And Its Applications 10th Edition Bittinger Solutions ManualCalculus And Its Applications 10th Edition Bittinger Solutions Manual
Calculus And Its Applications 10th Edition Bittinger Solutions Manual
 
A05330107
A05330107A05330107
A05330107
 
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاولملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
ملزمة الرياضيات للصف السادس الاحيائي الفصل الاول
 
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
ملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقيملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقي
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
 
TABREZ KHAN.ppt
TABREZ KHAN.pptTABREZ KHAN.ppt
TABREZ KHAN.ppt
 
Probability and Statistics
Probability and StatisticsProbability and Statistics
Probability and Statistics
 
Numerical Techniques
Numerical TechniquesNumerical Techniques
Numerical Techniques
 
ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
 ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022 ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
ملزمة الرياضيات للصف السادس التطبيقي الفصل الاول الاعداد المركبة 2022
 
Banco de preguntas para el ap
Banco de preguntas para el apBanco de preguntas para el ap
Banco de preguntas para el ap
 

Recently uploaded

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 

Recently uploaded (20)

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 

exam1 112

  • 1. King Fahd University of Petroleum & Minerals Electrical Engineering Department EE315: Probabilistic Methods in Electrical Engineering (112) Major Exam I March 10, 2012 7:00-8:30 PM Building 59-Rooms 2001-2004 Name: ___________KEY_______________ ID#______________________________ Question Mark 1 /10 2 /10 3 /10 4 /10 Total /40 Instructions: 1. This is a closed-books/notes exam. 2. The duration of this exam is one and half hours. 3. Read the questions carefully. Plan which question to start with. 4. CLEARLY LABEL ALL SIGNIFICANT VALUES ON BOTH AXIES OF ANY SKETCH 5. Work in your own. 6. Strictly no mobile phones are allowed. 7. Table Attached Good luck Mark secSection Timing Instructor 1 SMW 9:00 Dr. Ahmed Masoud 2 UT 10:00 Dr. Ali Muqaibel (Coordinator) 3 UT 08:30 Dr. Saad Al-Ubaidi 4 UT 10:00 Dr. Saad Al-Ubaidi
  • 2. Problem 1: (10 points) Consider the following switching network shown. Let A1, A2, A3, and A4 denote the events that the associated switches are closed (connecting). Let Aab denote the event that there is a closed path between terminals a and b. (i.e 𝐴 𝑎𝑏 𝑐𝑙𝑜𝑠𝑒𝑑) a) Express Aab in terms of A1, A2, A3, and A4 (2 points) 𝑨 𝒂𝒃 = 𝑨 𝟏 ∪ (𝑨 𝟐 ∩ (𝑨 𝟑 ∪ 𝑨 𝟒) b) If all switches are independent and the probability of being closed is 0.5. That is 𝑃(𝐴1) = 𝑃(𝐴2) = 𝑃(𝐴3) = 𝑃(𝐴4) = 0.5. Find 𝑃(𝐴 𝑎𝑏). i.e P(path between a and b is closed (connecting)) (4 points) 𝑃(𝐴 𝑎𝑏) = 0.5 + 0. 52 + 0. 52 − 3(0. 53) + 0. 54 =0.6875 It can also be solved by counting possible scenarios (16 binary scenarios) Complete the missing term(s) ( 2 points) For any three events 𝑆1, 𝑆1, 𝑎𝑛𝑑 𝑆3: 𝑃(𝑆1 ∪ 𝑆2 ∪ 𝑆3) = 𝑃(𝑆1) + 𝑃(𝑆2) + 𝑃(𝑆3) − 𝑃(𝑆1 ∩ 𝑆2) − 𝑃(𝑆2 ∩ 𝑆3) − 𝑃(𝑆1 ∩ 𝑆3) + 𝑃(𝑆1 ∩ 𝑆2 ∩ 𝑆3) Consider the experiment of throwing two fair dice. What is the probability that the two faces are the same given that the sum is not more than three? (2 points) The only possible outcomes are (1,1), (1,2) and (2,1). The required outcome is (1,1). So the probability is 1/3. A1 A2 A3 A4 a b
  • 3. Problem 2: (10 points) Consider a system that randomly assign a variable X={1,2,3} with uniform probability, to a variable Y={1,2,3}. The conditional probability assignments are shown in the figure. Compute the following: a) If the event y=3 was observed. What is the probability that it is coming from = 3 . (4 points) 𝑃(𝑥 = 3|𝑦 = 3)𝑃(𝑦 = 3) = 𝑃(𝑦 = 3|𝑥 = 3)𝑃(𝑥 = 3) but 𝑃(𝑦 = 3) = 1 3 (0.5) + 1 3 (0.4) + 1 3 (0.3) = 0.4 𝑃(𝑥 = 3|𝑦 = 3)(0.4) = 0.3 ( 1 3 ) = 0.25 b) Compute the expected value of Y. (4 points) 𝑃(𝑦 = 3) = 0.4 Similarly 𝑃(𝑦 = 1) = 1 3 (0.5 + 0.6) = 0.3667 𝑃(𝑦 = 2) = 1 3 (0.7) = 0.2333 Check that they sum up to 1 Expected value of = 0.4(3) + 0.2333(2) + 0.3667(1) = 2.0333 Show that If 𝑃(𝐴|𝐵) > 𝑃(𝐴) then 𝑃(𝐵|𝐴) > 𝑃(𝐵) (2 points) 1 2 3 1 2 3 X Y 𝑃(𝑦 = 1|𝑥 = 1)=0.5 𝑃(𝑦 = 3|𝑥 = 3)=0.3 𝑃(𝑦 = 1|𝑥 = 2)=0.6
  • 4. Problem 3: Consider the network with nodes A, B, C, and D shown below. A network is connected if a path exists connecting a node to all other nodes. A network is disconnected when two or more links are in failure. If the links are independent and the probability of a link failure is 0,1, compute the probability of the network getting disconnected. (5 points) For the network to be connected there are two scenarios. Let X be the random variable representing the number of failing links 𝑃(𝑋 = 0) = ( 4 0 ) (0.1)0(0.9)4 = 0.6561 𝑃(𝑋 = 0) = ( 4 1 ) (0.1)1(0.9)3 = 0.2916 𝑃(𝑑𝑖𝑠𝑐𝑜𝑛𝑛𝑒𝑐𝑡𝑒𝑑 𝑛𝑒𝑡𝑤𝑜𝑟𝑘) = 1 − (𝑃(𝑋 = 0) + 𝑃(𝑋 = 1)) = 0.523 The pdf of a continuous r.v. X is given by 𝑓𝑋(𝑥) = { 1/3 0 < 𝑥 < 1 3𝑎 1 < 𝑥 < 2 0 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒 Find the value of a for a valid pdf? (2 points) The total area of the pdf must be 1. By inspecting the sketch of the pdf or by integration 3𝑎 = 2/3 𝑎 = 2/9 Sketch the CDF (show all numbers on the x-axis and the y-axis). No need for expression only sketch ( 3 points) A B C D node link
  • 5. Problem 4: (10 points: 4+2+2+2) A noise signal (Random variable X) is passed through a system with the following input output relation. 𝑦 = { −1 −∞ < 𝑥 < −1 0 −1 ≤ 𝑥 ≤ +1 +1 1 < 𝑥 < ∞ X is a Gaussian Random variable, 𝑓𝑋(𝑥) = 1 √2𝜋𝜎 𝑋 2 𝑒 − (𝑥−𝑎 𝑥)2 2𝜎 𝑋 2 , compute P( 𝑦 ≥ 0), for the following cases: a) 𝑎 𝑥 = 0 𝑎𝑛𝑑 𝜎 𝑋 = 1 b) 𝑎 𝑥 = 2 𝑎𝑛𝑑 𝜎 𝑋 = 2 c) 𝑎 𝑥 = −1 𝑎𝑛𝑑 𝜎 𝑋 = 2 d) 𝑎 𝑥 = 1 𝑎𝑛𝑑 𝜎 𝑋 = 0 𝐹(−𝑥) = 1 − 𝐹(𝑥) 𝐹𝑋(𝑥) = 𝐹( 𝑥 − 𝑎 𝑥 𝜎 𝑋 ) 𝑃(𝑦 ≥ 0) = 𝑃(𝑥 ≥ −1) = 1 − 𝐹𝑋(−1) Case a: 1 − 𝐹𝑋(−1) = 1 − 𝐹(−1) = 𝐹(1) = 𝟎. 𝟖𝟒𝟏𝟑 Case b: 1 − 𝐹𝑋(−1) = 1 − 𝐹 ( −1 − 2 2 ) = 1 − 𝐹(−1.5) = 𝐹(1.5) = 𝟎. 𝟗𝟑𝟑𝟐 Case c: 1 − 𝐹𝑋(−1) = 1 − 𝐹(0) = 𝟎. 𝟓 Because we are shifting the Gaussian and taking half of the chances Case d: This is a deterministic event with the outcome x=1 and hence y=1 so the probability of 𝑃(𝑦 ≥ 0) = 𝟏 Or comment that the Gaussian PDF is not defined for variance=0 system x y