Week 2 Homework - Summer 2020: Attempt History
Week 2 Homework - Summer 2020: Attempt History
Instructions
Please answer all the questions below.
Attempt History
Attempt Time Score
LATEST Attempt 1 1,779 minutes 27 out of 33
Question 1 1 / 1 pts
a.
b.
Correct! c.
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 1/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
d.
Question 2 1 / 1 pts
a.
b.
c.
Correct!
d.
Question 3 1 / 1 pts
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 2/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
a.
b.
c.
Correct! d.
Question 4 1 / 1 pts
a. 1/2
b. 7/2
c. 7/3
Correct!
d. 13/3
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 3/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
We have
(d). We have
Question 5 1 / 1 pts
a. 1
b.
Correct!
c. 23.6
We have
d. 46.2
(c). We have
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 4/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Question 6 1 / 1 pts
a. 1
Correct!
b. 0
c.
d. undetermined
Question 7 1 / 1 pts
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 5/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
a. -2
b. 1/3
Correct!
c. 3/4
We have
d. 3
(c). We have
Question 8 1 / 1 pts
a. 0.144
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 6/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Correct! b. 0.288
c. 0.576
d. 0.6
Question 9 1 / 1 pts
(Lesson 2.5: Probability Basics.) Toss 3 dice. What's the probability that a
"4" will come up exactly twice?
Correct!
a. 5/72
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 7/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
b. 1/2
c. 13/16
d. 1/8
Question 10 1 / 1 pts
Correct!
a. Normal
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 8/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
b. Unif(0,1)
c. Exponential
d. Weibull
%Matlab code
clear all;close all;clc;
z_vec=zeros(1000,1);
for i = 1:1000
u = rand;
v = rand;
z_vec(i)= sqrt(-2*log(u))*cos(2*pi*v);
end
nbins = 30;
bins = linspace(-5,5,nbins);
histogram(z_vec,bins)
Question 11 1 / 1 pts
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 9/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
a. -1
b. 3
c. 1
Correct!
d. 2.2
So the
answer is (d).
. So the
answer is (d).
Question 12 1 / 1 pts
a. -1
b. 1
Correct!
c. 2.56
d. 5.12
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 10/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Question 13 1 / 1 pts
a. 3
b.
c. -2
Correct!
d. 44/15
Finally, by LOTUS,
Finally, by LOTUS,
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 11/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Question 14 1 / 1 pts
a. 2/3
b. 1
c. 3/2
Correct! d. 2
By LOTUS,
(d) By LOTUS,
Question 15 1 / 1 pts
a.
b.
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 12/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Correct! c.
d.
Question 16 0 / 1 pts
b. , for
ou Answered c. , for
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 13/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
d. , for
Question 17 1 / 1 pts
a. 1
b. 1/2
c. 1/4
Correct! d. 1/8
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 14/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Question 18 1 / 1 pts
Correct! a. , for
, for
. So the answer is (a).
b. , for
c. , for
d. , for
, for
. So the answer is (a).
Question 19 0 / 1 pts
ou Answered a. Yes
orrect Answer b. No
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 15/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Question 20 0 / 1 pts
orrect Answer a.
ou Answered b.
c.
d.
Question 21 1 / 1 pts
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 16/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
a.
Correct! b.
c.
d.
Question 22 0 / 1 pts
a. 1/2
ou Answered b. 2/3
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 17/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
d. 1
Let's check this answer. First of all, the marginal p.d.f. of is:
Then
Question 23 1 / 1 pts
Correct! a. -25
b. -5
c. 5
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 18/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
d. 25
Question 24 1 / 1 pts
Correct! a. 34
b. 36
c. 40
d. 41
Question 25 1 / 1 pts
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 19/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
a. 0.027
b. 0.14
c. 0.86
Correct! d. 0.973
Denote . Then
Denote . Then
Question 26 0 / 1 pts
ou Answered a. 0.5
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 20/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
c. 0.975
d. 0.8413
This answer is (b). To see why, let denote his score and let
denote a standard normal random variable. Then
where you could've used the back of the book or the NORMSDIST
function in Excel to look up that last probability. (Actually, this is a
famous one, so you may have memorized it).
Question 27 1 / 1 pts
(b).
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 21/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Question 28 1 / 1 pts
a. 0.1587
b. 0.3174
Correct! c. 0.6826
d. 0.8413
Question 29 1 / 1 pts
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 22/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
a. 13
b.
Correct!
c. 18
d. 28
Question 30 1 / 1 pts
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 23/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Although low bias and variance are just great individually, we are
usually interested in the estimator with the lower MSE, which
balances bias and variance.
Of course, MSE = Bias + Variance. Thus, MSE and
MSE . So the answer is (d).
Note that (a) is incorrect because lower expected value doesn't
necessarily tell us about bias. (b) is just plain wrong, wrong, wrong.
(c) is close, but variance isn't as important as MSE.
Although low bias and variance are just great individually, we are
usually interested in the estimator with the lower MSE, which
balances bias and variance.
Of course, MSE = Bias + Variance. Thus, MSE and
MSE . So the answer is (d).
Note that (a) is incorrect because lower expected value doesn't
necessarily tell us about bias. (b) is just plain wrong, wrong, wrong.
(c) is close, but variance isn't as important as MSE.
Question 31 1 / 1 pts
Correct!
a.
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 24/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
To simplify things (as per the suggestion in the lesson), take logs:
The recipe says that you now set the derivative , and solve for :
b.
c.
d.
To simplify things (as per the suggestion in the lesson), take logs:
The recipe says that you now set the derivative , and solve for
:
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 25/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
Question 32 0 / 1 pts
a. 5
ou Answered b. 1/5
c. 25
Question 33 1 / 1 pts
a.
Correct! b.
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 26/27
8/3/2020 Week 2 Homework - Summer 2020: Simulation and Modeling for Engineering and Science - ISYE-6644-OAN/O01
c.
d.
https://gatech.instructure.com/courses/128642/quizzes/142125?module_item_id=833694 27/27