Question

In: Statistics and Probability

Suppose you ask a friend to randomly choose an integer between 1 and 10, inclusive. What...

Suppose you ask a friend to randomly choose an integer between 1 and 10, inclusive. What is the probability that the number will be more than 5 or odd? (Enter your probability as a fraction.)

Two dice are rolled. Determine the probability of the following. ("Doubles" means both dice show the same number.)

rolling a 4 or doubles

Use the data in the table below, which shows the employment status of individuals in a particular town by age group.

Age Full-time Part-time Unemployed
0—17 27 170 358
18—25 199 199 272
26—34 342 71 22
35—49 521 175 238
50+ 350 165 303

If a person is randomly chosen from the town's population, what is the probability that the person is under 18 or employed part-time?

Solutions

Expert Solution

Suppose you ask a friend to randomly choose an integer between 1 and 10, inclusive. What is the probability that the number will be more than 5 or odd? (Enter your probability as a fraction.)

We have 5 numbers(6,7,8,9,10) above 5 and 5 odd numbers(1,3,5,7,9) in ten numbers. The common numbers in these two are 7 and 9. So the probability that the number will be more than 5 or odd is

P(x>5 U x is odd)= P(x>5) +p(x is odd) -p(x>5 x is odd)

=5/10+5/10-2/10

=4/5

Two dice are rolled. Determine the probability of the following. ("Doubles" means both dice show the same number.)

rolling a 4 or doubles

Probability of rolling a sum of 4 =3/36=1/12

Probability of both die showing the same number is =6/36=1/6

Sum of two variables
y
x 1 2 3 4 5 6
1 2 3 4 5 6 7
2 3 4 5 6 7 8
3 4 5 6 7 8 9
4 5 6 7 8 9 10
5 6 7 8 9 10 11
6 7 8 9 10 11 12

The common numbers in these two is one.

Probability of rolling a 4 or doubles= 3/36+6/36-1/36=2/9

If a person is randomly chosen from the town's population, what is the probability that the person is under 18 or employed part-time?

Age Full-time Part-time Unemployed Total
0—17 27 170 358 555
18—25 199 199 272 670
26—34 342 71 22 435
35—49 521 175 238 934
50+ 350 165 303 818
Total 1439 780 1193 3412

The probability that the person is under 18 =555/3412

The probability that the person employed part-time= 780/3412

The common numbers in these two is that the person is under 18 and employed part-time=170/3412

P(x<18 U x is employed part-time)= P(x<18 +p(x is employed part-time) -p(x<18 x is employed part-time)

=555/3412+780/3412-170/3412=

1165/3412​


Related Solutions

You ask a friend to do the laundry. There is a 10% chance that your friend...
You ask a friend to do the laundry. There is a 10% chance that your friend will forget to do the laundry. If he does the laundry, there is a 10% chance that the washing machine will lose it. If the washing machine doesn’t lose the laundry, there is a 10% chance that it will be folded by the wrong person. (a) What is the chance that the laundry is folded by the right person? (b) If the laundry isn't...
Q. Assume that you randomly choose an integer from 1, 2, 3 and 4, and next...
Q. Assume that you randomly choose an integer from 1, 2, 3 and 4, and next roll a fair four-sided die until you get an outcome that is larger than or equal to the randomly chosen integer. (a) What is the probability mass function of the number of times you will roll the die? (b) What is the expected value of the number of times you will roll the die?
C programming: Define a function computer_choose that chooses a random integer between 1 and 1000 (inclusive)....
C programming: Define a function computer_choose that chooses a random integer between 1 and 1000 (inclusive). Note: the tests call your function 1000 times to verify that no results are <0 or >1000. Rarely, this can score an incorrect function as correct.
Java Language The int t contains an integer between 1 and 50 (inclusive). Write code that...
Java Language The int t contains an integer between 1 and 50 (inclusive). Write code that outputs the number in words and stores the result in the String inwords. For example, if t is 35 then inwords should contain "thirty five". Test Cases Test case #1 Expected result: When t is 2, your code sets inwords to "two" Test case #2 Expected result: When t is 50, your code sets inwords to "fifty" Test case #3 Expected result: When t...
This assignment asks to create an array with 10 integer elements. Ask user to input 10...
This assignment asks to create an array with 10 integer elements. Ask user to input 10 integer values. going through all the array elements and find/print out all the prime numbers. Instructions: Only use for loops for this lab (no need to create methods or classes for this assignment). Put a comment on each line of your codes, explaining what each line of code does. basic java, please
Write C++ program to do the following: 1. Create integer array size of 10 2. Ask...
Write C++ program to do the following: 1. Create integer array size of 10 2. Ask user input the values of the array's element using for loop 3. pass the array to void function. in void function do the following: a. Find the maximum of the array. b. Compute the element average c. Find out how many numbers are above the average d. Find out and print how many numbers are below the average e. find out how many numbers...
Suppose a wallet contains 3 $100 bills and 5 $1 bills. If you randomly choose 4...
Suppose a wallet contains 3 $100 bills and 5 $1 bills. If you randomly choose 4 different bills, what is the probability of taking exactly $202?
Suppose a wallet contains 3 $100 bills and 5 $1 bills. If you randomly choose 4...
Suppose a wallet contains 3 $100 bills and 5 $1 bills. If you randomly choose 4 different bills, what is the probability of taking exactly $202?
In Python Randomly choose either heads or tails ('h' or 't'). Ask the user to make...
In Python Randomly choose either heads or tails ('h' or 't'). Ask the user to make their choice. If their choice is the same as the randomly selected value, display the message 'You win', otherwise display 'Bad luck'. At the end, tell the user if the computer selected heads or tails.
its a c++ programme. In your program, you will randomly generate integer numbers between -50 and...
its a c++ programme. In your program, you will randomly generate integer numbers between -50 and +50 (including -50 and +50). You will repeat this process 1000 times. While generating these numbers, you need to count the numbers based on their signs separately, as positive and negative. For instance, if your program generate +25 15 times, and -25 19 times. Then this should be reported as, Num PosFre NegFre 25 15 19 For this problem, you need to use array...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT