Table of contents
- 1. Intro to Stats and Collecting Data55m
- 2. Describing Data with Tables and Graphs1h 55m
- 3. Describing Data Numerically1h 45m
- 4. Probability2h 16m
- 5. Binomial Distribution & Discrete Random Variables2h 33m
- 6. Normal Distribution and Continuous Random Variables1h 38m
- 7. Sampling Distributions & Confidence Intervals: Mean1h 3m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample1h 1m
- 10. Hypothesis Testing for Two Samples2h 8m
- 11. Correlation48m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
2. Describing Data with Tables and Graphs
Dot Plots
Problem 2.R.11
Textbook Question
The heights (in feet) and the number of stories of the ten tallest buildings in New York City are listed. Use a scatter plot to display the data. Describe any patterns. (Source: Emporis)


1
Step 1: Organize the data into two variables: 'Height in feet' and 'Number of stories'. These will serve as the x-axis and y-axis for the scatter plot, respectively.
Step 2: Create a scatter plot by plotting each pair of values (height, stories) as a point on a Cartesian plane. For example, the first point would be (1776, 104), the second point (1550, 95), and so on.
Step 3: Label the axes of the scatter plot. The x-axis should represent 'Height in feet', and the y-axis should represent 'Number of stories'. Include appropriate units for clarity.
Step 4: Analyze the scatter plot for patterns. Look for trends such as whether taller buildings tend to have more stories, or if there are any outliers that deviate significantly from the general trend.
Step 5: Summarize the observed patterns. For example, you might note whether there is a positive correlation between height and the number of stories, or if the relationship appears non-linear or inconsistent.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
2mPlay a video:
Was this helpful?
Related Videos
Related Practice