Problem 1: Drawing from an Urn (no posted data set)
We will be comparing empirical probabilities (relative frequencies based on an observation of a real-life process) to theoretical probabilities (long-run relative frequency). We will use StatCrunch to simulate this process of drawing colored balls from an urn without replacement. Imagine this urn has 50 total balls, 18 of which are red and 32 of which are green. You draw 6 balls from the urn and we are interested in the number of red balls that are drawn.
|
Outcome |
0 |
1 |
2 |
3 |
4 |
5 |
6 |
|
Probability |
0.0570 |
0.2281 |
0.3462 |
0.2547 |
0.0955 |
0.0173 |
0.0012 |
Step 1: Select Applets à Simulation à Urn sampling
Step 2: Under “Fill urn with balls:” in the “Number” column, enter 18 for Type 1 (with Color red) and 32 for Type 2 (with Color green).
Step 3: Under “Sampling:”, enter 6 for the “Number of balls to draw.” Make sure you do not select the “Draw with replacement” box.
Step 4: Under “Tally type 1 balls in sample:”, change the options next to “Number” to the equivalent of at least 3.
Step 5: Click Compute!
Step 6: Click the “1000 runs” button. This will simulate drawing 6 balls from the urn 1,000 times.
Copy the result into your document using Options à Copy.
a) Since all the values across the Probability row are positive and

So the given distribution is a a discrete probability distribution
b) Required probability is

c) As the above probability is calculated from the discrete probability distribution given in part a) so its a theoretical probability
d) No Access to StatCrunch
Problem 1: Drawing from an Urn (no posted data set) We will be comparing empirical probabilities...
Problem 1: Game Spinner We will be comparing empirical (relative frequencies based on an observation of a real-life process) to theoretical (long-run relative frequency) probabilities. We will use StatCrunch to simulate this process using a board game spinner three times so that we can determine the total number of spaces moved in three turns. The board game spinner looks like the image below. The spinner is equally likely to land on any given section. f) Calculate the theoretical probability of...
Problem 1: Confidence Interval for Percentage of B’s. The data set “STAT 250 Final Exam Scores” contains a random sample of 269 STAT 250 students’ final exam scores (maximum of 80) collected over the past two years. Answer the following questions using this data set. a) What proportion of students in our sample earned B’s on the final exam? A letter grade of B is obtained with a score of between 64 and 71 inclusive. Hint: You can do this...
could you please help me with this problem, also I
need a little text so I can understand how you solved the
problem?
import java.io.File; import java.util.Scanner; /** *
This program lists the files in a directory specified by * the
user. The user is asked to type in a directory name. * If the name
entered by the user is not a directory, a * message is printed and
the program ends. */ public class DirectoryList { public static...