Get startedGet started for free

Sample Space I

You have a bag containing three A and two E scrabble letters. You consider the sample space of drawing three letters from the bag without replacing them (i.e. each trial is dependent).

This exercise is part of the course

Basic Statistics

View Course

Exercise instructions

  • In your script, make a vector called samplespace containing each value of the sample space as a string.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# List your sample space
Edit and Run Code