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

Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series IntroductionRizwan Kazi
 
Capitulo 12, 7ma edición
Capitulo 12, 7ma ediciónCapitulo 12, 7ma edición
Capitulo 12, 7ma ediciónSohar Carr
 
NOISE CANCELATION USING MATLAB
NOISE CANCELATION USING MATLABNOISE CANCELATION USING MATLAB
NOISE CANCELATION USING MATLABAniruddha Paul
 
MIMO Channel Capacity
MIMO Channel CapacityMIMO Channel Capacity
MIMO Channel CapacityPei-Che Chang
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulationRumah Belajar
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processingchitra raju
 
Error control coding bch, reed-solomon etc..
Error control coding   bch, reed-solomon etc..Error control coding   bch, reed-solomon etc..
Error control coding bch, reed-solomon etc..Madhumita Tamhane
 
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformDSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformAmr E. Mohamed
 
Cubic Spline Interpolation
Cubic Spline InterpolationCubic Spline Interpolation
Cubic Spline InterpolationVARUN KUMAR
 
Hilbert huang transform(hht)
Hilbert huang transform(hht)Hilbert huang transform(hht)
Hilbert huang transform(hht)Puneet Gupta
 
ASK amplitude Calculation and Phase Shift Keying
ASK amplitude Calculation and Phase Shift KeyingASK amplitude Calculation and Phase Shift Keying
ASK amplitude Calculation and Phase Shift KeyingDrAimalKhan
 
Dsp oppenheim-2nd-ed-solutions-manual 2
Dsp oppenheim-2nd-ed-solutions-manual 2Dsp oppenheim-2nd-ed-solutions-manual 2
Dsp oppenheim-2nd-ed-solutions-manual 2Sail Khan
 

What's hot (20)

Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series Introduction
 
6 slides
6 slides6 slides
6 slides
 
Capitulo 12, 7ma edición
Capitulo 12, 7ma ediciónCapitulo 12, 7ma edición
Capitulo 12, 7ma edición
 
NOISE CANCELATION USING MATLAB
NOISE CANCELATION USING MATLABNOISE CANCELATION USING MATLAB
NOISE CANCELATION USING MATLAB
 
Chapter 03 cyclic codes
Chapter 03   cyclic codesChapter 03   cyclic codes
Chapter 03 cyclic codes
 
MIMO Channel Capacity
MIMO Channel CapacityMIMO Channel Capacity
MIMO Channel Capacity
 
Chap 5
Chap 5Chap 5
Chap 5
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processing
 
UNIT I.ppt
UNIT I.pptUNIT I.ppt
UNIT I.ppt
 
Error control coding bch, reed-solomon etc..
Error control coding   bch, reed-solomon etc..Error control coding   bch, reed-solomon etc..
Error control coding bch, reed-solomon etc..
 
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformDSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
 
BCH Codes
BCH CodesBCH Codes
BCH Codes
 
Digital Communication - Stochastic Process
Digital Communication - Stochastic ProcessDigital Communication - Stochastic Process
Digital Communication - Stochastic Process
 
Propagation Model
Propagation ModelPropagation Model
Propagation Model
 
Gaussian noise
Gaussian noiseGaussian noise
Gaussian noise
 
Cubic Spline Interpolation
Cubic Spline InterpolationCubic Spline Interpolation
Cubic Spline Interpolation
 
Hilbert huang transform(hht)
Hilbert huang transform(hht)Hilbert huang transform(hht)
Hilbert huang transform(hht)
 
ASK amplitude Calculation and Phase Shift Keying
ASK amplitude Calculation and Phase Shift KeyingASK amplitude Calculation and Phase Shift Keying
ASK amplitude Calculation and Phase Shift Keying
 
Dsp oppenheim-2nd-ed-solutions-manual 2
Dsp oppenheim-2nd-ed-solutions-manual 2Dsp oppenheim-2nd-ed-solutions-manual 2
Dsp oppenheim-2nd-ed-solutions-manual 2
 

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

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 

Recently uploaded (20)

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.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