Question

For a particular game, 10 balls are selected at random from 80 balls numbered 1-80. Use the included table of random numbers to simulate one game by obtaining 10 random numbers between 1 and 80. Start at the two-digit number in line number 3 and column numbers 13-14, read down the column, up the next, and so on. Click the icon to view the table of random numbers The 10 random numbers between 1 and 80 are (Use a comma to separate answers as needed.)Line number Column number 10-19 15544 8071297742 21500 97081 42451 01011 21285 | 04729 5298673150 31548 47435 53308 40718 9205074858 64517 91312 75137 86292 75834 69844 19853 12775 08768 80776 6929822934 09630 00-09 20-29 02 03 04 05 31466 4376194804 6423052367 13205 06 07 08 09 93322 9856700131 46605 66790 52965 09300 43847 40886 64243 97810 18903 73582 13810 57722 8345468997 72229 11092 81392 58182 02697 41063 09451 8

0 0
Add a comment Improve this question Transcribed image text
Answer #1
  • Step I. Start reading two-digit number in line number 3 and column number 13-14. The first number being 87.
  • Step II. Keep the number if it lies between 01 and 80, otherwise read down the next number.
  • Step III. Goto Step I and Read the next number in line number 4 and column number 13-14. When a column is exhausted, move to next column (coumn number 15-16) and start reading from line number 00. Continue unless 10 numbers are recorded.

The selected 10 numbers are:

39, 06, 72, 65, 21, 48, 33, 12, 39, 10

Add a comment
Answer #2
66, 2, 25, 55,68,1,80,60,36,22
source: math xl
answered by: cat
Add a comment
Answer #3
45,9,80,23,15,4,73,22,43,57
source: MyLab
answered by: Lele
Add a comment
Answer #4

45,7,46,47,70,8,18,30,24,67

source: Pearson MATLAB
answered by: Z
Add a comment
Know the answer?
Add Answer to:
For a particular game, 10 balls are selected at random from 80 balls numbered 1-80. Use...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A bag contains 80 balls numbered 1, . . . , 80. Before the game starts,...

    A bag contains 80 balls numbered 1, . . . , 80. Before the game starts, you choose 10 different numbers from amongst 1, . . . , 80 and write them on a piece of paper. Then 20 balls are selected (without replacement) out of the bag at random. (a) What is the probability that all your numbers are selected? (b) What is the probability that none of your numbers is selected? (c) What is the probability that exactly...

  • From the following labeled listing of individuals and the following excerpt from the random digits table B, select a simple random sample of size three. Circle the selected individuals. 3. 10. St...

    From the following labeled listing of individuals and the following excerpt from the random digits table B, select a simple random sample of size three. Circle the selected individuals. 3. 10. Stone 07. Smith LISTING: 01. Evenson 04. Jones 02. Buchanan 05. Hazan 06. Woods 11. Vigil 12. Morrison 08. Sanchez 09. Lin 03. Garcia EXCERPT: 21065 44902 37793 11384 20021 07498 06912 12009 45287 71753 From the following labeled listing of individuals and the following excerpt from the random...

  • Random Sampling Written Homework 1. The table below lists students in an imaginary Statistics class, along...

    Random Sampling Written Homework 1. The table below lists students in an imaginary Statistics class, along with their identification numbers. Use your graphing calculator to select a random sample of 8s 01. Adrian 07, Gregg 08. Helern 13. Max 19. Stella Adrian07 Greg8 02. Betty 03. Carl 04. Diane 05. Earl ET11. Kar 14. Nicole 15. Oliver 16. Paxton 20. Trace 21. Una 22. Verle 12. Lucy 18. Rashid 17. Quentin 23. Wyatt 24. Xavier 06. Filene 2. The same...

  • A lottery game has balls numbered 1 through 15

    A lottery game has balls numbered 1 through 15. If a ball is selected at random, what is the probability of selecting a ball showing an even number or the number 12?I thought the answer would be 7 even numbers and 1 for the 12 which would be 8/15 is not an option for the answer.Our choices are 5/4,7,4/5,7/15

  • For a population of N = 900, starting from row 02 and column 01 ofthe accompanying...

    For a population of N = 900, starting from row 02 and column 01 ofthe accompanying table of random numbers, determine t number of rows required in order to select a sample of n 10 without replacement E Click the icon to view the table of random numbers It will requirerow(s) and the last sample value wll be 6 Table of Random Numbers 1 Column Row 12345 67890 12345 67890 12345 67890 01.95929 85486 42783 60451 54051 34306 02 36871...

  • Problem #4: (10 points) In a state lottery, the player picks 6 numbers from a sequence of 1 through 51. At a lottery drawing, 6 balls are drawn at random from a box containing 51 balls, numbered...

    Problem #4: (10 points) In a state lottery, the player picks 6 numbers from a sequence of 1 through 51. At a lottery drawing, 6 balls are drawn at random from a box containing 51 balls, numbered 1 through 51. Find the following. (a) Probability the player matches exactly 5 numbers (b) Probability the player matches all 6 numbers (i.e. wins the lottery!) Problem #4: (10 points) In a state lottery, the player picks 6 numbers from a sequence of...

  • Please show how you did this in excel. :13-19 Every home football game for the past...

    Please show how you did this in excel. :13-19 Every home football game for the past eight years at Eastern State University has been sold out. The revenues from ticket sales are significant, but the sale of food, beverages, and souvenirs has contrib- uted greatly to the overall profitability of the football program. One particular souvenir is the football pro- gram for each game. The number of programs sold at each game is described by the following probabil- ity distribution:...

  • 1) A ping pong ball is drawn at random from an urn consisting of balls numbered...

    1) A ping pong ball is drawn at random from an urn consisting of balls numbered 4 through 9. A player wins $1 if the number on the ball is odd and loses $1 if the number is even. Let x be the amount of money a player will win/lose when playing this game, where x is negative when the player loses money. (a) Construct the probability distribution table for this game. Round your answers to two decimal places. Outcome...

  • Need help with C++ assignment Assignment 1 and .txt files are provided at the bottom. PART...

    Need help with C++ assignment Assignment 1 and .txt files are provided at the bottom. PART A PART B Assignment 1 #include <iostream> #include <string> #include <fstream> #include <iomanip> #include <stdio.h> #include <ctype.h> #include <string.h> #include <algorithm> using namespace std; /** This structure is to store the date and it has three integer fields **/ struct Date{    int day;    int month;    int year; }; /** This structure is to store the size of the box and it...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT