Question

When we say Prove or disprove the following statements, “Prove” means you show the statement is...

When we say Prove or disprove the following statements, “Prove” means you show the statement is true proving the correct statement using at most 3 lines or referring to a textbook theorem. “Disprove” means you show a statement is wrong by giving a counterexample why that is not true).

Are the following statements true or not? Prove or disprove these one by one. Show how the random variable X looks in each case.

(a) E[X] < 0 for some random variable X. (this means there exists some rv X such that E[X] < 0. It is possible that E[Y] > 0 for another rv Y).

(b) Var[X] < 0 for some random variable X. (this means there exists some rv X such that Var[X] < 0. It is possible that Var[Y] > 0 for another rv Y).

(c) E[X] = 1 for some random variable X.

(d) Var[X] = 1 for some random variable X.

Homework Answers

Answer #1

(a) E(X)<0 for some random variable X. since, E(X)=sum(X*P(X)), where P(X)> =0, that is, the probability of X must be positive or minimum 0. it means random variable must be negative that is X must be negative for E(X)<0.

(b)No, the variance of any random variable cannot be negative. because if the variance is negative then the standard deviation will imaginary that's not possible. so, var(X)<0 is not possible.

(c) E(X)=1, for some random variable X, this statement is true because of E(X)=sum(X*P(X)), where P(X)> =0 and value of the random variable has whether or not positive. that means the random variable is positive or negative both possibility.

(d) var(X)=1, for some random variable X, this statement is True.

Know the answer?
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
Similar Questions
Prove or disprove the following statements. Remember to disprove a statement you have to show that...
Prove or disprove the following statements. Remember to disprove a statement you have to show that the statement is false. Equivalently, you can prove that the negation of the statement is true. Clearly state it, if a statement is True or False. In your proof, you can use ”obvious facts” and simple theorems that we have proved previously in lecture. (a) For all real numbers x and y, “if x and y are irrational, then x+y is irrational”. (b) For...
For Problems #5 – #9, you willl either be asked to prove a statement or disprove...
For Problems #5 – #9, you willl either be asked to prove a statement or disprove a statement, or decide if a statement is true or false, then prove or disprove the statement. Prove statements using only the definitions. DO NOT use any set identities or any prior results whatsoever. Disprove false statements by giving counterexample and explaining precisely why your counterexample disproves the claim. ********************************************************************************************************* (5) (12pts) Consider the < relation defined on R as usual, where x <...
6. (6%) Consider this question related to Q3, Q4, and Q5 . Is this statement true:...
6. (6%) Consider this question related to Q3, Q4, and Q5 . Is this statement true: there exist two independent random variables X and Y such that Var [X] = Var [Y] = 1;E[X] = E[Y] = 0, and also Cov [X, Y] = 0? If true, find such example, otherwise prove why this is impossible. 7. (9%) Is it possible that Covariance [X, Y] equals to (a) 0.5 (6%) (b) 5 (3%) or some random variables X and Y....
Write the contrapositive statements to each of the following.  Then prove each of them by proving their respective contrapositives. ...
Write the contrapositive statements to each of the following.  Then prove each of them by proving their respective contrapositives.  In both statements assume x and y are integers. a. If  the product xy is even, then at least one of the two must be even. b. If the product xy  is odd, then both x and y must be odd. 3. Write the converse the following statement.  Then prove or disprove that converse depending on whether it is true or not.  Assume x...
Prove or disprove each of the following statements. Make sure to identify which proof techniques you...
Prove or disprove each of the following statements. Make sure to identify which proof techniques you are applying and why, such as referring to negations, implications, and universal and existential statements. (a) Any NFA that has more than one state accepts more than one string. (b) If in a DFA D an accepting state can be reached from the start state through a sequence of transitions in which there is a transition from a state to itself, then L(D) is...
1. Explain why the following statements are false by giving a counterexample and Change the conditions...
1. Explain why the following statements are false by giving a counterexample and Change the conditions of the statement so that it is correct (a) If f(x) is continuous on (a, b] and (b, c), then f(x) is continuous at b. (b) If the left-handed and right-handed derivatives of f(x) are the same at x=c , then f'(c) exists. (c) If f'(x) > 0 for every x, then f(x) is decreasing. (d) If f(x) is not differentiable at x=c, then...
Prove or disprove that a linear relationship exists between x and y when testing a hypothesis...
Prove or disprove that a linear relationship exists between x and y when testing a hypothesis concerning β1. Is there overwhelming evidence at the α = .10 level of a relationship between the price of the tractors and their respective age for a two-sided test and where H0: β1 = 0? Compute the critical value for n = 5 and calculate the test statistic. The asking price of a used tractor is given for a sample size of five. Age...
Show work/reason for answer if possible 5. Consider X~ Normal (7, 32) independent of Y~ Normal...
Show work/reason for answer if possible 5. Consider X~ Normal (7, 32) independent of Y~ Normal (5, 22). Which one of the following statements is not true? A) E(X -Y) = 2 B) E(2X –Y+3) = 12 C) V(X +Y) = 32 +22 D) V(X -Y) = 32 +22 E) X+Y still a normal random variable F) X -Y still a normal random variable G) 3X is still a normal random variable H) 3X+5 is still a normal random variable...
If and else statements: 1a.) Given the following declaration: int temperature; Write an if statement that...
If and else statements: 1a.) Given the following declaration: int temperature; Write an if statement that prints the message "The number is valid" if the variable temperature is within the range of -50 trough 150 (both values excluded). 1b.) Given the following declarations int x; int y; Write an if statement that assigns 100 to x when y is equal to 0. 1c.) Given the following declaration: int grade; Write an if statement that prints the message "The number is...
1. Write the following sets in list form. (For example, {x | x ∈N,1 ≤ x...
1. Write the following sets in list form. (For example, {x | x ∈N,1 ≤ x < 6} would be {1,2,3,4,5}.) (a) {a | a ∈Z,a2 ≤ 1}. (b) {b2 | b ∈Z,−2 ≤ b ≤ 2} (c) {c | c2 −4c−5 = 0}. (d) {d | d ∈R,d2 < 0}. 2. Let S be the set {1,2,{1,3},{2}}. Answer true or false: (a) 1 ∈ S. (b) {2}⊆ S. (c) 3 ∈ S. (d) {1,3}∈ S. (e) {1,2}∈ S (f)...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT