Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

ISYE 6644 ASY Probabilistic Models Exam 1 Simulation ACTUAL EXAM 2026/2027 | Georgia Tech | Verified Q&A | Pass Guaranteed - A+ Graded

Beoordeling
-
Verkocht
-
Pagina's
19
Cijfer
A+
Geüpload op
30-05-2026
Geschreven in
2025/2026

Pass your ISYE 6644 ASY Probabilistic Models Exam 1 Simulation at Georgia Institute of Technology with confidence using this complete actual exam for the 2026/2027 academic year. This verified resource contains comprehensive questions with correct answers. Key topics include probability theory and random variables, discrete and continuous distributions, Monte Carlo simulation methods, random number generation and variance reduction, and statistical analysis of simulation output. Each answer is clearly presented for reliable exam success. Backed by our Pass Guarantee. Download now.

Meer zien Lees minder
Instelling
ISYE 6644 ASY Probabilistic Models
Vak
ISYE 6644 ASY Probabilistic Models

Voorbeeld van de inhoud

ISYE 6644 ASY Probabilistic Models Exam 1
Simulation ACTUAL EXAM 2026/2027 |
Georgia Tech | Verified Q&A | Pass
Guaranteed - A+ Graded


Section A: Probability Review – Random Variables, Distributions, Expectation, Variance, MGFs (Q1–15)

Q1: Let X ~ Exponential(λ) with PDF f(x) = λe^,-λx- for x ≥ 0. The moment generating function (MGF) of X
is M_X(t) = E*e^,tX-+. For t < λ, this MGF equals:

A. λ / (λ + t)
B. λ / (λ - t) [CORRECT]
C. (λ - t) / λ
D. (λ + t) / λ

Correct Answer: B
Rationale: M_X(t) = ∫_0^∞ e^,tx- λ e^,-λx- dx = λ ∫_0^∞ e^,-(λ-t)x- dx = λ / (λ-t) for t < λ, which is the
standard exponential MGF.



Q2: A linear congruential generator has parameters m = 16, a = 5, c = 3, X₀ = 2. The next two random
numbers U₁ and U₂ (using U = X/m) are:

A. U₁ = 0.4375, U₂ = 0.5625
B. U₁ = 0.8125, U₂ = 0.4375
C. U₁ = 0.8125, U₂ = 0.5625 [CORRECT]
D. U₁ = 0.5625, U₂ = 0.8125

Correct Answer: C
Rationale: X₁ = (5×2 + 3) mod 16 = (10+3) mod 16 = 13, U₁ = 13/16 = 0.8125. X₂ = (5×13+3) mod 16 =
(65+3) mod 16 = 68 mod 16 = 4, U₂ = 4/16 = 0.5625.



Q3: Using the inverse transform method, derive a random variate X from the distribution with CDF F(x) =
1 - e^{-x^2- for x ≥ 0. Set U ~ Uniform(0,1). Then X equals:

,A. sqrt(-ln(1-U)) [CORRECT]
B. -ln(1-U)
C. sqrt(-ln(U))
D. -ln(U)

Correct Answer: A
Rationale: Set F(X) = 1 - e^{-X²} = U, then e^{-X²} = 1-U, so -X² = ln(1-U), thus X = sqrt(-ln(1-U)). Note that
1-U is also Uniform(0,1), so sqrt(-ln(U)) is equivalent in distribution.



Q4: Let X ~ Poisson(λ). The probability mass function is P(X = k) = (e^,-λ- λ^k) / k! for k = 0, 1, 2, ... The
expected value E[X] equals:

A. λ²
B. λ [CORRECT]
C. e^λ
D. 1/λ

Correct Answer: B
Rationale: For a Poisson random variable with parameter λ, the expected value E*X+ = λ. This follows
directly from the definition of the Poisson distribution as the limit of binomial distributions where np →
λ, or by summing k·P(X=k) over all k and simplifying using the Taylor series for e^λ.



Q5: Let X ~ Normal(μ, σ²). The moment generating function M_X(t) equals:

A. e^,μt-
B. e^,μt + σ²t²/2- [CORRECT]
C. e^,μt - σ²t²/2-
D. e^,μt + σt-

Correct Answer: B
Rationale: The MGF of a normal random variable X ~ N(μ, σ²) is derived by completing the square in the
exponent of the integral E*e^,tX-+. The result is M_X(t) = exp(μt + σ²t²/2), which exists for all real t. This
MGF uniquely characterizes the normal distribution and is fundamental for deriving distributions of
sums of independent normal random variables.



Q6: Let X ~ Binomial(n, p). The variance Var(X) equals:

A. np
B. np(1-p) [CORRECT]

, C. np²
D. n(1-p)

Correct Answer: B
Rationale: For a binomial random variable X ~ Binomial(n, p), the variance is Var(X) = np(1-p). This can
be derived by noting that X is the sum of n independent Bernoulli(p) random variables, each with
variance p(1-p), so the variance of the sum is the sum of the variances: n·p(1-p).



Q7: Let X and Y be independent random variables with MGFs M_X(t) and M_Y(t). The MGF of Z = X + Y is:

A. M_X(t) + M_Y(t)
B. M_X(t) · M_Y(t) [CORRECT]
C. M_X(t) / M_Y(t)
D. M_X(t) - M_Y(t)

Correct Answer: B
Rationale: For independent random variables X and Y, the MGF of their sum Z = X + Y is the product of
their individual MGFs: M_Z(t) = E[e^{t(X+Y)}] = E[e^{tX}]·E[e^{tY}] = M_X(t)·M_Y(t). This follows from the
independence assumption allowing the expectation of the product to factor into the product of
expectations.



Q8: Let X ~ Uniform(a, b). The expected value E[X] equals:

A. (b - a) / 2
B. (a + b) / 2 [CORRECT]
C. a + b
D. (b - a)² / 12

Correct Answer: B
Rationale: For a continuous uniform random variable X ~ Uniform(a, b), the PDF is constant at 1/(b-a)
over *a, b+. The expected value is the midpoint of the interval: E*X+ = ∫_a^b x·(1/(b-a)) dx = (a+b)/2. This
reflects the symmetry of the uniform distribution about its center.



Q9: Let X ~ Gamma(α, β) with shape parameter α and rate parameter β. The expected value E*X+ equals:

A. α / β [CORRECT]
B. α · β
C. β / α
D. α + β

Geschreven voor

Instelling
ISYE 6644 ASY Probabilistic Models
Vak
ISYE 6644 ASY Probabilistic Models

Documentinformatie

Geüpload op
30 mei 2026
Aantal pagina's
19
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$16.09
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
StuviaFastPass Chamberlain College Of Nursing
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
239
Lid sinds
3 jaar
Aantal volgers
82
Documenten
3066
Laatst verkocht
20 uur geleden
StuviaFastPass

"Welcome to stuviafastpass, your trusted source for comprehensive nursing education materials. Our mission is to empower aspiring and current nurses with the knowledge and tools they need to succeed in their healthcare careers, make a step to excel well in your exam thank you and welcome all.

3.3

34 beoordelingen

5
11
4
5
3
6
2
6
1
6

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen