Unit 8: The Normal Distribution
Text reading and homework:
Read chapters 18 and 19 of FPP and do the following
review exercises:
Chapter 18 (pages 327-329): 2, 4, 5, 6, 7, 12, 13, 14
Chapter 19 (pages 351-353): 5, 10, 11
Reading:
Just Say No--To Bad Science," Newsweek, "On Science" column,
May 7, 2007, page 57.
Document source:
LexisNexis.
Very temporary link (because the main one seems to have a problem): CLICK HERE
Possible essay questions:
- The column finds many problems with various studies of the same
topic. How would you design a study of that topic?
- When I was in education classes, it was said that no educational
experiment ever fails, because the experimenter is the enthusiastic
teacher who got the idea. Does this relate to the present column, and
if so, how?
Computer project:
- Use a spreadsheet to carry out 30 simulations of the two
strategies (i) and (ii) discussed in Problem 9 of Chapter 17 (page 305).
How do your simulation results compare with your theoretical answers
for 9a), b) and c)? Explain.
- A multiple-choice quiz has 25 questions. Each question has 5
possible answers, only one of which is correct. Four points are given
for each correct answer, but a point is taken off for a wrong
answer. Use a spreadsheet to simulate the scores of 100 students
answering all of the questions at random. How many, and what
percentage, of the students score at least 30 points? Compare your
results with those obtained by theoretical computation using
expected value and standard error. Repeat the simulation and
comparison with 400 simulated students guessing randomly.
Simulation Tips:
Use each column of the spreadsheet as a single simulation of 1000 plays.
The number in each cell should contain the winnings on one spin of the
roulette wheel. [i.e. for 9(i) -- the columns strategy -- the contents
of a cell might be =IF(RAND()<(12/38),2,-1).]
Below each simulation, calculate the total winnings.
To count how many of the simulations "came out ahead", won 100 or
lost 100, use the FREQUENCY function with the "data array" being the
row of total winnings, and the "bin array" being -100,0,100 (put
these numbers in three adjoining cells.) The function FREQUENCY
counts how many times an outcome was less than each bin label: So,
the number next to -100 is the number of times we lost more than $100.
The number next to 0 is the count between -$100 and $0. The number
next to $100 is the count between $0 and $100 and the last number is
the count greater than $100. (Note: four counts for three bin numbers.)
To save paper, print out only the bins and frequencies.
Revised: November 14, 2008. Questions to:
dlantz@mail.colgate.edu
Copyright 2008 © Colgate University. All rights reserved.