Question

In: Statistics and Probability

I am trying to work a statistics problem for decision modeling class. The main question is:...

I am trying to work a statistics problem for decision modeling class. The main question is:

Consider the experiment of drawing two cards without replacement from a deck consisting of only the ace through 10 of a single suit (for example, only hearts).

Q - Define the event Ai to be the set of outcomes for which the sum of the values of the cards is i (with an ace = 1). List the outcomes associated with Ai for i= 3 to 9.

I need to know how to compute this, I need the computations step by step please Thank you.

Solutions

Expert Solution

The  deck consists of only the ace through 10 of a single suit. So, the numbers on each card are 1 (for Ace), 2, 3, 4, 5, 6, 7, 8, 9, 10

The sum of  the values of the two cards drawn without replacement will be in between 3 to 19. The minimum possible number is 3 (1 + 2) . The maximum possible number is 19 (10 + 9) .

The outcomes associated with A3 are (1, 2) (2, 1)

The outcomes associated with A4 are (1, 3) (3, 1)

The outcomes associated with A5 are (1, 4) (2, 3) (3, 2) (4, 1)

The outcomes associated with A6 are (1, 5) (2, 4) (4, 2) (5, 1)

The outcomes associated with A7 are (1, 6) (2, 5) (3, 4) (4, 3) (5, 2) (6, 1)

  The outcomes associated with A8 are (1, 7) (2, 6) (3, 5) (5, 3) (6, 2) (7, 1)

The outcomes associated with A9 are (1, 8) (2, 7) (3, 6) (4, 5) (5, 4) (6, 3) (7, 2) (8, 1)

The outcomes associated with A10 are (1, 9) (2, 8) (3, 7) (4, 6) (6, 4) (7, 3) (8, 2) (9, 1)

The outcomes associated with A11 are (1, 10) (2, 9) (3, 8) (4, 7) (6, 5) (7, 4) (8, 3) (9, 2) (10, 1)

The outcomes associated with A12 are (2, 10) (3, 9) (4, 8) (5, 7) (7, 5) (8, 4) (9, 3) (10, 2)

The outcomes associated with A13 are (3, 10) (4, 9) (5, 8) (6, 7) (7, 6) (8, 5) (9, 4) (10, 3)

The outcomes associated with A14 are (4, 10) (5, 9) (6, 8) (8, 6) (9, 5) (10, 4)

The outcomes associated with A15 are (5, 10) (6, 9) (7, 8) (8, 7) (9, 6) (10, 5)

The outcomes associated with A16 are (6, 10) (7, 9) (9, 7) (10, 6)

The outcomes associated with A17 are (7, 10) (8, 9) (9, 8) (10, 7)

The outcomes associated with A18 are (8, 10) (10, 8)

The outcomes associated with A19 are (9, 10) (10, 9)


Related Solutions

I am in a statistics class. When I graduate, I would like to work in an...
I am in a statistics class. When I graduate, I would like to work in an area where I can help restructure businesses that are failing and make them successful. My professor has asked me where in my career that I think I will use the process of data collection. He has asked me to provide 2 examples. This is my first statistics class, so I don't really know of how to give him any examples. Can you please give...
Hello: I am working on some homework problems for decision modeling. Here is the question: The...
Hello: I am working on some homework problems for decision modeling. Here is the question: The weekly deman for a slow moving product has the following probability mass function: Demand, x Probability f(x) 0 0.2 1 0.4 2 0.3 3 0.1 4 or more 0 Use VLOOKUP to generate 25 random variates from this distribution. I know i have to use RAND and VLOOKUP I just cannot get it to give me 25 random numbers. Thank you for any help...
Hi I am having the following problem. At the moment I am trying to create a...
Hi I am having the following problem. At the moment I am trying to create a bode plot for the following function. G(s)=(Ks+3)/((s+2)(s+3)) Note: Not K(s+2)! I then want to plot multiple bode plots for various values of K. Eg. 1,2,3, etc. I am having two separate issues. 1. How do I define the TF with a constant K in the location required (a multiple of s in the numerator) 2. How do I create multiple bode plots for values...
This is a question for my problem-solving class. I am really stuck and I can't see...
This is a question for my problem-solving class. I am really stuck and I can't see much of a pattern so I would appreciate if someone could draw out for each thief and explain the pattern to get the answer for 40 thieves! Question: Forty thieves, all different ages, steal a huge pile of identical gold coins and must decide how to divide them up. They settle on the following procedure. The youngest divides the coins among the thieves however...
Assembly Question: I am trying to annotate this code and am struggling to understand what it...
Assembly Question: I am trying to annotate this code and am struggling to understand what it is doing. Can someone please add comments? .data .star: .string "*" .line: .string "\n" .input: .string "%d" .count: .space 8 .text .global main printstars: push %rsi push %rdi _printstars: push %rdi mov $.star, %rdi xor %rax, %rax call printf pop %rdi dec %rdi cmp $0, %rdi jg _printstars mov $.line, %rdi xor %rax, %rax call printf pop %rdi pop %rsi ret printstarpyramid: mov %rdi,...
I am trying to solve this problem, but I don't know which test to use: For...
I am trying to solve this problem, but I don't know which test to use: For average risk funds only, test the proportion of funds with Sales Charges is not 50% use α = 0.10. Explain your conclusion. Here is the contingency table with the data: Sales charge Yes No total Risk Low 6 8 14 Avg 42 34 76 High 24 23 47 Total 72 65 137 Context of the problem: Mutual funds are the most common way people...
I am trying to implement a search function for a binary search tree. I am trying...
I am trying to implement a search function for a binary search tree. I am trying to get the output to print each element preceding the the target of the search. For example, in the code when I search for 19, the output should be "5-8-9-18-20-19" Please only modify the search function and also please walk me through what I did wrong. I am trying to figure this out. Here is my code: #include<iostream> using namespace std; class node {...
I am trying to work on LCD display using VHDL. I want to display the word...
I am trying to work on LCD display using VHDL. I want to display the word “TECH” and make it blink on LCD. I need the complete source code (If anyone helps me and the code works I will offer bonus cash for it )
I am trying to solve this question: "You are working on a school project at the...
I am trying to solve this question: "You are working on a school project at the library when your friend Jane taps you on the shoulder. She cannot seem to connect to a certain website that she needs for her class. Fortunately, you know enough about Windows and networking to help troubleshoot the problem. You open a Windows command prompt and ......" The dots at the end of the story indicates that I need to continue the story. However, I...
y'=y-x^2 ; y(1)= -4 My MATLAB program won't work. I am trying to get the main...
y'=y-x^2 ; y(1)= -4 My MATLAB program won't work. I am trying to get the main program to output a plot of the three equations (1 from the main program and two called in the function). The goal is to code a Euler method and a 2nd order Taylor numerical solution for a. x0= 1.0 , step size h= 0.2, # of steps n=20 b. x0= 1.0 , step size h=0.05 , # of steps n=80 ; write a separate...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT