You are on page 1of 1

Homework 1

MATH 105: Introduction to Data Analysis

Fulbright University Vietnam

Due date: September 30, 2022 at 23:59

Problem 1. There is a dice with 3 faces, I, II, and III. Use the following link to
generate the values of the dice: https://www.tsvan.xyz/applet/3-dice.
html.
Warning: do not refresh the browser until you finish taking the data.
I will not tell you how to take the data. Instead, based on Worksheet 2,
please

1. plan out what you can do to determine if the dice is fair (all faces are
drawn with equal chance, 1/3). Please be sure to state what you want
to find, what kind of statistical quantities need to be figured out.
2. actually collect the data and record it into a data matrix in Python.
3. plot your data in a meaningful way (up to your imagination) to support
your claim visually.

4. conclude if the dice is fair or not.

Advice: The more data you draw, the more accurate your conclusion will
be.
Problem 2. Download the following data set https://www.openintro.org/
data/csv/county.csv.
1. Present it using data matrix in Python.

2. Determine what variables and observations are.

You might also like