Make the internet a better place to learn

Question #3a8c6

BeeFree
BeeFree
8.295890410958904 years ago

Answer:

Find the probability of someone winning for deals 1 through 6 ...

Explanation:

Let #D_n# for #n=1,2,3,4,5,6# be a winning deal

Also, note that Deal #7 MUST be a win if it gets that far.

#P(D_1)=2(13/52)(39/51)=13/34 ~~0.382352941 #

[Note: multiply by 2 because either player could win]

Now, moving on to the the second deal, this assumes the first deal neither player won.

#P(D_2)=(1-13/34)(13/34)=0.23615917 #

Continuing for #D_3" through "D_6# ...

#P(D_3)=(1-13/34)^2(13/34)#

#P(D_4)=(1-13/34)^3(13/34)#

#P(D_5)=(1-13/34)^4(13/34)#

#P(D_6)=(1-13/34)^5(13/34)#

Finally, since #D_7# MUST be a win for one of the players, this concludes the game and the probability of getting to #D_7# is the complement of the sum of the probabilities for #D_1 " through " D_6#

#P(D_7)= 1 - sum_1^6P(D_n)#

The table below summarizes the probability distribution and the expected value for D which is equal to approximately 2.5 deals

Hope that helped!

enter image source here

Answer:

A Pearson's chi-square test can refer to a test of independence or a goodness of fit test.

Explanation:

When we refer to a "Pearson's chi-square test," we may be referring to one of two tests: the Pearson's chi-square test of independence or the Pearson's chi-square goodness-of-fit test.

Goodness of fit tests determine whether a data set's distribution differs significantly from a theoretical distribution. The data must be unpaired.

Tests of independence determine if unpaired observations of two variables are independent of one another.

Observed values
enter image source here

Expected values
enter image source here

Using the chi-square formula, you determine your chi-square statistic, your degrees of freedom, and your level of significance, and compare your results to a chi-square distribution table. For the data presented above, we could use the chi-square test to determine if males and females differ in the amount of time (more or less than fifteen hours per week) spent on homework.

Both tests analyze unpaired, categorical data and are used when data is nonparametric. Note: by unpaired, we mean that your categories are independent of one another. These tests also can't be used with very small cell counts, such as expected values lower than five.

The results of your chi-square test will only tell you whether or not your observed values fit your expected values (whether those values are to fit an expected distribution or if your two variables are independent of one another). These tests will not tell you how your observed values differ.

There's a very good tutorial here that walks you through an example in detail.

Answer:

The probability is #25%#.

Explanation:

Let's first take a look at the probability for one of those sums.

There are #6 times 6 = 36# different results of a roll of two dice:

#(1,1), (1,2), ..., (1, 6)#
#(2, 1), (2, 2), ..., (2,6)#
#...#
#(6,1), (6,2), ..., (6,6)#

The probability of each one of those is #1/36#.

  • How many possible combinations of two dice will give you a sum of #7#? There are #6# combinations: #(1,6)#, #(6,1)#, #(2,5)#, #(5,2)#, # (3,4)# and #(4,3)#.

#=> P("sum"=7) = 6 * 1/36 = 6/36 = 1/6#

  • For a sum of #11#, there are #2# combinations: #(5,6)# and #(6,5)#.

#=> P("sum"=11) = 2 * 1/36 = 2/36 = 1/18#

  • For a sum of #12#, there is just #1# combinations: #(6,6)#.

#=> P("sum"=12) = 1/36#

Now, how do you combine those three probabilities?

The events "#"sum"=7#", "#"sum"=11#" and "#"sum"=12#" are independent events since neither of them can ever occur at the same time.

For independent events #A# and #B# it holds

#P(A " or " B) = P(A) + P(B)#

Thus, our probability is

#P = P("sum"=7) + P("sum"=11) + P("sum"=12)#

#= 6/36 + 2/36 + 1/36 = 9/36#

#= 1/4#

#= 25%#

Answer:

Draw a Venn Diagram (see below)

Explanation:

If you sum the dog and cat owners ...

#215+193=408#

#408# is greater than #375# because the intersection of the two categories (see Venn diagram below) was counted twice . The value of the intersection (both cat and dog owners) is

#408-375=33# own both a cat and a dog .

The count of owners of a dog and no cat is #215-33=182#

hope that helped

enter image source here

Answer:

Population variance: #56.556#
Sample variance: #67.867#

Explanation:

To calculate the variance:

  1. Calculate the arithmetic average (the mean)
  2. For each data value square the difference between that data value and the mean
  3. Calculate the sum of the squared differences

If your data represents the entire population:
4. Divide the sum of the squared differences by the number of data values to get the population variance

If your data represents only a sample taken from a larger population
4. Divide the sum of the squared differences by 1 less than the number of data values to get the sample variance

enter image source here

Answer:

A 2 person team can be chosen in one of fifteen ways.

Explanation:

The question is not precise because if you treated it literally the answer would be 3. First you choose one team, 4 people are left in the group, the second team takes another 2 people and the remaining create the third team.

But I assume that the question is like "In how many ways a 2 people team can be chosen from 6 people?"

Such question has an answer #15# because first member is chosen from 6 people (so there are 6 possibilities), the second person is chosen from remaining five people so the number is #6*5=30#, but you have to divide the result by 2 because 2 people can be chosen in 2 ways but they still form the same team. It does not matter if you choose Ann first then John or the other way John first then Ann they form the same team.

There is also another way of calculating the number. A team of 2 chosen from six people is (in mathematics) a 2 element combination of a six element set.
The number of such combinations can be calculated as:

#C""_6^2=((6),(2))=(6!)/(4!2!)=(1*2*3*4*5*6)/(1*2*3*4*1*2)=15#

Answer:

Variance (population): #sigma_"pop"^2=12.57#
Standard Deviation (population): #sigma_"pop" = 3.55#

Explanation:

The Sum of the data values is #42#

The Mean (#mu#) of the data values is #42/7=6#

For each of the data values we can calculate the difference between the data value and the mean and then square that difference.

The sum of the squared differences divided by the number of data values gives the population variance (#sigma_"pop"^2#).

The square root of of the population variance gives the population standard deviation (#sigma_"pop"#)

Note: I've assumed the data values represent the entire population.
If the data values are only a sample from a larger population then you should calculate the sample variance, #s^2#, and sample standard deviation, #s#, using the method above with the only difference being that the division to find the variance needs to be by (1 less than the number of data values).

Note 2: Normal statistical analysis is done with the aid of computers (e.g. using Excel) with built-in functions to provide these values.

enter image source here

Answer:

Choose the closest value in the table.

Explanation:

When the degrees of freedom is very high, the value of the inverse function changes very slowly. This is the case for Student's t-distributions and Chi-Squared where we are normally using the table to look up a value which corresponds to some cumulative probability being met.

These tests are most sensitive when the number of degrees of freedom is low - that's where all the action is. What they are telling us is that if we gather more data (more degrees of freedom) then our answer will get better. But there is a diminishing return as we gather more data, to the point that another point really doesn't change the test by a significant amount. This is reflected in our tables, where at some point they start skipping values and taking larger steps. This can be seen in the following graph, showing a student's t test for an #alpha = 0.95#

enter image source here

As the degrees of freedom gets very large the change becomes insignificant, so most tables jump from some high number, like 30, to #oo#.

So the rule of thumb is to choose the table row closest to the degrees of freedom that you have. The error in doing so will be small, but you can, if you like, interpolate between the values.

If your degrees of freedom is larger than the largest integer entry in the table, use the value for #oo#. If there is no entry for #oo#, use the largest valued entry.

Answer:

You form a new statistic which is the difference between the two means which allows you to ask significance questions about it.

Explanation:

In this question we want to know about the difference of two means. This is a function of random variables, i.e.

#mu_(1-2)=mu_1-mu_2#

or, in our case the function is of the sample means:

#m_(1-2)=m_1-m_2#

There are many assumptions that go into the next steps (see this link for details Stat Trek: difference between means ) but for now lets assume that the two distributions we are sampling are approximately normal, and that we only have relatively few sampling points for each (otherwise we would be certain of the values of the means and therefore the difference).

Given this, we can calculate the sample variance of the difference of means from the sample variances of the two samples:

#s_(1-2)^2=s_1^2/n_1+s_2^2/n_2#

Note that what goes into this calculation is the sample variances divided by the number of points, which is the variance of the calculated means and follows the expected form of the central limit theorem (Variance of sample mean ).

Before we ask questions about the new distribution using t-statistics, we need to know the degrees of freedom which can be approximated from (Welch–Satterthwaite equation ):

#D.F.=(s_1^2/n_1+s_2^2/n_2)^2/((s_1^2/n_1)^2/(n_1-1)+(s_2^2/n_2)^2/(n_2-1))#

This equation allows for a different significance of each point from the two distributions based on their variance and a different number of samples from each. If the distributions have the same variance and we take the same number of samples, #n#, from each, this simplifies to #D.F.=2n-2#

Given all of these, we can use the students-t distribution to ask questions about the probability of the statistic #m_(1-2)# taking on specific values using:

#t = [ m_(1-2) - d ] / s_(1-2)#

Where d is the proposed distance between the two means.

Answer:

Probability density of random variable #V# is
#f(x) = int_x^1 dy/y = -ln(x)#

Explanation:

The probability density #f(x)# of random variable #V# is a result of a combination of two factors:
(a) random variable #U# should take some value #y# greater than #x# (with probability density #1#) and, for each such value #y#,
(b) random variable #V# should take a value #x# with probability density #1/y#.

These two above factors are two independent random variable, so the probabilities of combined events must be multiplied.

Now the probability density of #U# (which is #1#) should be multiplied by probability density of #V# (which is #1/y#) and integrate by #y# from #x# to #1#:
#f(x) = int_x^1 dy/y = -ln(x)#

Just to check, integral of this probability density from #0# to #1# should be equal to #1#:
#int_0^1 [-ln(x)]dx = [x-x*ln(x)]_0^1 = 1#

Graphically, the probability density of random variable #V# looks like this:

#f(x)=-ln(x)#
graph{-ln(x) [-.1, 1, -5, 5]}

To learn more about probability, visit my site Unizor dedicated to presentation of advanced mathematics for high school students.