Question

Suppose that we've decided to test Clara, who works at the Psychic Center, to see if...

Suppose that we've decided to test Clara, who works at the Psychic Center, to see if she really has psychic abilities. While talking to her on the phone, we'll thoroughly shuffle a standard deck of

52

cards (which is made up of

13

hearts,

13

spades,

13

diamonds, and

13

clubs) and draw one card at random. We'll ask Clara to name the suit (heart, spade, diamond, or club) of the card we drew. After getting her guess, we'll return the card to the deck, thoroughly shuffle the deck, draw another card, and get her guess for the suit of this second card. We'll repeat this process until we've drawn a total of

16

cards and gotten her suit guesses for each.

Assume that Clara is not clairvoyant, that is, assume that she randomly guesses on each card.

Estimate the number of cards in the sample for which Clara correctly guesses the suit by giving the mean of the relevant distribution (that is, the expectation of the relevant random variable). Do not round your response.

Quantify the uncertainty of your estimate by giving the standard deviation of the distribution. Round your response to at least three decimal places.

(If necessary, consult a list of formulas.)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hello Sir/ Mam

There are only 2 choices/ happenings when Clara guesses the suit of the card drawn, either she guesses correctly or not.

Hence, we can say that the random variable follows binomial distribution.(as card is replaced after the draw)

Bin n, p

Now, as there are 4 suits and clara has to select 1, hence, lets call guessing correctly, success. Then p = 0.25.

Now, when n = 16,

X\sim Bin(16,0.25)

(a) The number of cards in the sample for which Clara correctly guesses the suit= Mean = 4

\mu = np = 16*0.25=4

(b)  Uncertainty of the estimate = Standard Deviation = 1.7321

\sigma = \sqrt{np(1-p) }= \sqrt{16*0.25*0.75}=1.7321

I hope this solves your doubt.

Feel free to comment if you still have any query or need something else. I'll help asap.

Do give a thumbs up if you find this helpful.

Add a comment
Know the answer?
Add Answer to:
Suppose that we've decided to test Clara, who works at the Psychic Center, to see if...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Suppose that we've decided to test Clara, who works at the Psychic Center, to see if...

    Suppose that we've decided to test Clara, who works at the Psychic Center, to see if she really has psychic abilities. While talking to her on the phone, we'll thoroughly shuffle a standard deck of 52 cards (which is made up of 13 hearts, 13 spades, 13 diamonds, and 13 clubs) and draw one card at random. We'll ask Clara to name the suit (heart, spade, diamond, or club) of the card we drew. After getting her guess, we'll return...

  • Suppose that we've decided to test Clara, who works at the Psychic Center, to see if...

    Suppose that we've decided to test Clara, who works at the Psychic Center, to see if she really has psychic abilities. While talking to her on the phone, we'll thoroughly shuffle a standard deck of 52 cards (which is made up of 13 hearts, 13 spades, 13 diamonds, and 13 clubs) and draw one card at random. We'll ask Clara to name the suit (heart, spade, diamond, or club) of the card we drew. After getting her guess, we'll return...

  • STA2023-TR 12.30-1451s8) Spg 2019 (2192 204 Suppose that we've decided to test Clara, who works at...

    STA2023-TR 12.30-1451s8) Spg 2019 (2192 204 Suppose that we've decided to test Clara, who works at the Psychic Cenber, to see if she really has psychic abilities. While talking to her on the phone, we thoroughly shuffie a standard deck of 52 cards (which is made up of 13 hearts, 13 spades, 13 diamonds, and 13 clubs) and draw one card at random. We ask Cars to name the suit (heart, spade, diamond, or dub) of the card we drew....

  • Questions 1-6 please. ASAP please. will rate, ty. QUESTION 1 There are dozens of personality tests...

    Questions 1-6 please. ASAP please. will rate, ty. QUESTION 1 There are dozens of personality tests available on the World Wide Web. One test, scored on a scale of 0 to 200, is designed to give an indication of how "personable" the test taker is, with higher scores indicating more "personability." Suppose that scores on this test have a mean of 96 and a standard deviation of 24. Complete the following statements about the distribution of scores on this personality...

  • Suppose a fellow female student, Claire Voyant, claims she is a psychic and has extra- sensory...

    Suppose a fellow female student, Claire Voyant, claims she is a psychic and has extra- sensory perception (ESP). You test her abilities with a deck of cards and a hypothesis test. Holding a card up, that she cannot see, you ask her to guess the correct suit (hearts, diamonds, spades, or clubs) of that card. Now anybody should be able to guess correctly 25% of the time. Based on 100 cards tested, however, Claire got 32 correct answers. Is there...

  • CS102 : JAVA Object-Oriented Programming. 1 Write a class Card whose instances represent a single playing...

    CS102 : JAVA Object-Oriented Programming. 1 Write a class Card whose instances represent a single playing card from a deck of cards. Playing cards have two distinguishing properties an integer for the rank (1 (corresponding to Ace) ,2,3, 13 (correspond ing to King) and suit (Spades, Hearts, Diamonds, or Clubs). Make the suit an enumerated data type. Include getters and setters and a method that tests if a card is valid. Write a class named Deck whose instances are full...

  • JAVAFX ONLY PROGRAM!!!!! SORTING WITH NESTED CLASSES AND LAMBDA EXPRESSIONS. DIRECTIONS ARE BELOW: DIRECTIONS: The main...

    JAVAFX ONLY PROGRAM!!!!! SORTING WITH NESTED CLASSES AND LAMBDA EXPRESSIONS. DIRECTIONS ARE BELOW: DIRECTIONS: The main point of the exercise is to demonstrate your ability to use various types of nested classes. Of course, sorting is important as well, but you don’t really need to do much more than create the class that does the comparison. In general, I like giving you some latitude in how you design and implement your projects. However, for this assignment, each piece is very...

  • While using JAVA , solve this. There are three basic classes we'll need this week: Card:...

    While using JAVA , solve this. There are three basic classes we'll need this week: Card: A class like the one presented in the modules, but with a few changes. Hand: A class that represents the cards held by a single player. Deck: A class that represents the source of the cards for dealing and, as the game progresses, the place from which players can receive new cards (say, as they pick cards "from the deck" or when future hands...

  • HELP NEED!! Can some modified the program Below in C++ So that it can do what the Problem below asked it today???? #include <iostream> #include <stdlib.h> #include <string> #include...

    HELP NEED!! Can some modified the program Below in C++ So that it can do what the Problem below asked it today???? #include <iostream> #include <stdlib.h> #include <string> #include <time.h> /* time */ #include <sstream> // for ostringstream using namespace std; // PlayingCard class class PlayingCard{ int numRank; int numSuit; string rank; string suit; public: PlayingCard(); PlayingCard(int numRank,int numSuit); void setRankString(); void setSuitString(); void setRank(int numRank); void setSuit(int numSuit); string getRank(); string getSuit(); int getRankNum(); int getSuitNum(); string getCard(); };...

  • HELP NEED!! Can some modified the program Below in C++ So that it can do what...

    HELP NEED!! Can some modified the program Below in C++ So that it can do what the Problem below asked it today???? #include <iostream> #include <stdlib.h> #include <string> #include <time.h> /* time */ #include <sstream> // for ostringstream using namespace std; // PlayingCard class class PlayingCard{ int numRank; int numSuit; string rank; string suit; public: PlayingCard(); PlayingCard(int numRank,int numSuit); void setRankString(); void setSuitString(); void setRank(int numRank); void setSuit(int numSuit); string getRank(); string getSuit(); int getRankNum(); int getSuitNum(); string getCard(); };...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT