Please explain the reasoning with calculation, thank you!
Question: If we toss a coin n times. x and y are number of heads and tails. What's the correlation coeffcient between x and y?
a)-1 b)0 c)1/2 d)1
Here,
X + Y = n
So,
E(X) + E(Y) = E(n) = n
On subtracting above two equations, we will have:
X - E(X) = - (Y - E(Y))
So,
Cov(X, Y) = E((X - E(X))(Y - E(Y)) = E(-(X - E(X))(X - E(X)) = - Var(X)
Also,
Var(X) = Var(Y)
Therefore,

Option A is correct.
Please explain the reasoning with calculation, thank you! Question: If we toss a coin n times....
please explain so clearly with step by step thank!
Example 1.19.2. We toss a coin three times. Let X (Y) be the random variable which gives the number of heads from the first (last) two tosses. Show t 1. E(X) E(Y)-1; 4. has the distribution 1 +Y 0 3 2 3 1+Y 212 1 2
Extra question: Toss a coin three times. Let X denote the number of heads in the results. Let Y denote the absolute value of the difference between the number of heads and the number of tails. What is the frequency function of (X,Y)?
2. SUPPLEMENTAL QUESTION 1 (a) Toss a fair coin so that with probability pheads occurs and with probability p tails occurs. Let X be the number of heads and Y be the number of tails. Prove X and Y are dependent (b) Now, toss the same coin n times, where n is a random integer with Poisson distribution: n~Poisson(A) Let X be the random variable counting the number of heads, Y the random variable counting the number of tails. Prove...
Suppose we toss a coin (with P(H) p and P(T) 1-p-q) infinitely many times. Let Yi be the waiting time for the first head so (i-n)- (the first head occurs on the n-th toss) and Xn be the number of heads after n-tosses so (X·= k)-(there are k heads after n tosses of the coin). (a) Compute the P(Y> n) (b) Prove using the formula P(AnB) P(B) (c) What is the physical meaning of the formula you just proved?
Suppose...
# JAVA Problem Toss Simulator Create a coin toss simulation program. The simulation program should toss coin randomly and track the count of heads or tails. You need to write a program that can perform following operations: a. Toss a coin randomly. b. Track the count of heads or tails. c. Display the results. Design and Test Let's decide what classes, methods and variables will be required in this task and their significance: Write a class called Coin. The Coin...
Write a C++ program that simulates coin tossing. For each toss of the coin the program should print Heads or Tails. The program should toss a coin 100 times. Count the number of times each side of the coin appears and print the results at the end of the 100 tosses. The program should have the following functions as a minimum: void toss() - called from main() and will randomly toss the coin and set a variable equal to the...
We toss a fair coin n times. What is the probability that we get at least 3 heads given that we get at least one?
Suppose we toss a weighted coin, for which the probability of getting a head (H) is 60% i) If we toss this coin 3 times, then the probability of getting exactly two heads (to two decimal places) is Number ii) If we toss this coin 6 times, then the probability of getting exactly four heads (to two decimal places) is Number CI iii) if we toss this coin 8 times, then the probability of getting 6 or more heads (to...
Please show ALL STEPS. NEAT HANDWRITING ONLY PLEASE Thank You Suppose we flip a fair coin n times. We say that the sequence is balanced when there are equal number of heads and tails. For example, if we flip the coin 10 times and the results areHTHHTHTTHH, then this sequence balanced 2 times, i.e. at position 2 and position 8 (after the second and eighth flips). In terms of n, what is the expected number of times the sequence is...
A fair coin is tossed 3 times. Let X denote a 0 if the first toss is a head or 1 if the first toss is a zero. Y denotes the number of heads. Find the distribution of X. Of Y. And find the joint distribution of X and Y.