/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 30 Does the Wall Street Culture Cor... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Does the Wall Street Culture Corrupt Bankers? Bank employees from a large international bank were recruited, and 67 were randomly assigned to a control group and the remaining 61 to a treatment group. All subjects first completed a short online survey. After answering some general filler questions, the members of the treatment group were asked seven questions about their professional background, such as "At which bank are you currently employed?" or "What is your function at this bank?" These are referred to as "identity priming" questions. The members of the control group were asked seven innocuous questions unrelated to their profession, such as "How many hours a week, on average, do you watch television?" After the survey, all subjects performed a coin tossing task that required tossing any coin 10 times and reporting the results online. They were told they would win \(\$ 20\) for each head tossed, for a maximum payoff of \(\$ 200\). Subjects were unobserved during the task, making it impossible to tell if a particular subject cheated. If the banking culture favors dishonest behavior, it was conjectured that it should be possible to trigger this behavior by reminding subjects of their profession. \(-\) Here are the results. The first line gives the possible number of heads on 10 tosses, and the next two lines give the number of subjects that reported tossing this number of heads for the control and treatment groups, respectively (for example, 16 control subjects reported getting 4 heads). a. Suppose that a subject tosses a fair coin and truthfully reports the number of heads. What is the distribution of the number of heads reported? What is the probability of collecting \(\$ 160\) or more? b. For a truthful subject, what would be the probability of doing better than chance-that is, tossing 6 or more heads? What proportion of subjects in the two groups reported tossing 6 or more heads? c. What does your result in (b) suggest about cheating in the two groups? (In Chapter 23 we will return to this example with more formal tools for comparing the groups.)

Short Answer

Expert verified
The probability of getting 6 or more heads is 0.378. The proportions of subjects reporting 6 or more heads should be compared to this expectation to infer any potential dishonesty. Deviations may indicate cheating induced by identity priming.

Step by step solution

01

Define the Distribution

When a fair coin is tossed 10 times, the number of heads reported follows a binomial distribution. Therefore, it is distributed as \(X \sim \text{Binomial}(10, 0.5)\), where 10 is the number of tosses and 0.5 is the probability of getting a head on each toss.
02

Calculate Probability of Collecting $160 or More

To earn \(160 or more, a participant must report 8, 9, or 10 heads (since earning \)20 per head requires 8 heads for $160). Using the binomial distribution, we calculate the probability \(P(X \geq 8) = P(X = 8) + P(X = 9) + P(X = 10)\). By applying the binomial probability formula, for a fair coin toss of 10 times:- \(P(X = 8) = \binom{10}{8} (0.5)^8 (0.5)^2 = 0.0439\)- \(P(X = 9) = \binom{10}{9} (0.5)^9 (0.5)^1 = 0.0098\)- \(P(X = 10) = \binom{10}{10} (0.5)^{10} = 0.00098\)Thus, \(P(X \geq 8) = 0.0439 + 0.0098 + 0.00098 = 0.05468\).
03

Calculate Probability of Tossing 6 or More Heads

To find the probability of tossing 6 or more heads, calculate \(P(X \geq 6)\). This is the sum of the probabilities of getting exactly 6, 7, 8, 9, or 10 heads:- \(P(X = 6) = \binom{10}{6} (0.5)^{10} = 0.205\)- \(P(X = 7) = \binom{10}{7} (0.5)^{10} = 0.117\)- \(P(X = 8) \ldots = 0.0439\) (calculated earlier)- \(P(X = 9) \ldots = 0.0098\) (calculated earlier)- \(P(X = 10) \ldots = 0.00098\) (calculated earlier)Thus, \(P(X \geq 6) = 0.205 + 0.117 + 0.0439 + 0.0098 + 0.00098 = 0.37798\).
04

Analyze Reported Proportions for 6 or More Heads

The exercise states that we need the proportion of subjects reporting 6 or more heads. Use the reported frequencies to calculate the proportions for each group.
05

Interpretation of Cheating Potential

In comparing the truths and the actual proportions reported by the treatment and control groups, noticeable deviation from 0.378 (the calculated expected probability) may suggest dishonest behavior, especially if the treatment group exceeds the control group significantly in reporting 6 or more heads.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Hypothesis Testing
Hypothesis testing is a fundamental concept in statistics that helps us make inferences about populations based on sample data. In this study, we aim to determine if reminding bank employees of their profession influences their honesty during a coin-tossing game. By conducting a hypothesis test, we evaluate if there is evidence to support the conjecture that the banking culture might encourage dishonesty when primed by professional identity.

The null hypothesis might state that there is no difference in cheating behavior between the control group (not professionally primed) and the treatment group (professionally primed). The alternative hypothesis would suggest that the treatment group, when primed with questions about their profession, exhibits higher rates of dishonest reporting (more than 6 heads) than the control group.

To evaluate these hypotheses, we perform statistical tests using the proportions of subjects in each group who reported 6 or more heads. By doing this, we determine if the observed differences are statistically significant or could have occured by random chance, which is a key part of hypothesis testing.
Probability Calculation
Probability calculations are essential in this exercise because they provide a measure of how likely certain outcomes are.

In analyzing the coin toss experiment with bankers, we're interested in the binomial distribution. This describes the probability of achieving a fixed number of 'successes' (heads in our case) in a set number of trials (ten coin tosses), where each trial is independent and has two possible outcomes: head (success) or tail (failure).

The binomial distribution is symbolically represented as \(X \sim \text{Binomial}(n, p)\), where \(n\) represents the number of trials, and \(p\) is the probability of success on each trial. For our fair coin, \(p = 0.5\). This formula allows us to calculate the probability of getting exactly \(x\) heads out of 10 tosses. For example, the probability of getting exactly 6 heads is given by \(P(X = 6)\). Using this, we calculated the probabilities for reporting 6 or more heads, considering the binomial probabilities for outcomes from 6 to 10 heads.

Such probabilities guide us in understanding whether the observed outcomes in the experiment (e.g., more than 6 heads) can be reasonably expected under fair conditions, or if they suggest other factors at play.
Cheating Detection
Detecting cheating in an unobserved setting like a coin toss game relies heavily on probability and statistical analysis. In this experiment, because the task was unobserved, there was no straightforward way to verify the honesty of the participants.

Here, cheating detection is approached by comparing expected outcomes based on probability with the actual reported results. If a significantly larger proportion of subjects report 6 or more heads than the expected probability (approximately 37.8%), it might suggest that some subjects inflated their results to increase their payout.

The control group serves as a baseline of probability-based expectations, assuming no professional priming effect. If the treatment group (those reminded of their profession) has a noticeably higher rate of reporting 6 or more heads, it may indicate a tendency to cheat influenced by the identity priming.

This form of cheating detection is indirect but powerful because it considers statistical deviations from established probabilities as potential indicators of dishonest behavior. This analysis only highlights suspicions of cheating; further investigations would require additional or alternative methods for confirmation.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

College A dmissions. A small liheral arts college in Ohio would like to have an entering class of 500 st udents next year. Past experience shows that about \(40 \%\) of the students admitted will decide to attend. The college is planning to admit 1250 students. Suppose that students make their decisions independently and that the probability is \(0.40\) that a randomly chosen student will accept the offer of admission. a. What are the mean and standard deviation of the number of students who accept the admissions offer from this college? b. Using the Normal approximation, what is the probability that the college gets more students than it wants? Check that you can safely use the approximation. c. Use software or an online binomial calculator to compute the exact probability that the college gets more students than it wants. How good is the approximation in part (b)? d. To decrease the probability of getting more students than are wanted, does the college need to increase or decrease the number of students it admits? Using software or an online binomial calculator, what is the largest number of students that the college can admit if administrators want the exact probability of getting more students than they want to be no larger than \(5 \%\) ?

Preference for the Middle? When choosing an item from a group, researchers have shown that an important factor influencing choice is the item's location. This occurs in varied situations, such as shelf positions when shopping, when filling out a questionnaire, and even when choosing a preferred candidate during a presidential debate. Experimenters displayed five identical pairs of white socks by attaching them vertically to a blue background, which was then mounted on an easel for viewing. One hundred participants from the University of Chester were used as subjects and asked to choose their preferred pair of socks. 11 a. Suppose each subject selects a preferred pair of socks at random. What is the probability that a subject would choose the pair of socks in the center position? Assuming that the subjects make their choices independently, what is the distribution of \(X\), the number of subjects among the 100 who would choose the pair of socks in the center position? b. What is the mean of the number of subjects who would choose the pair of socks in the center position? What is the standard deviation? c. In choice situations of this type, subjects often exhibit the "center stage effect," which is a tendency to choose the item in the center. In this experiment, 34 subjects chose the pair of socks in the center. What is the probability that 34 or more subjects would choose the item in the center if each subject were selecting the preferred pair of socks at random? Use the Normal approximation. If your software allows, find the exact binomial probability and compare the two results. d. Do you feel that this experiment supports the "center stage effect"? Explain briefly.

Using Benford's Law. According to Benford's law (Example 12.7, page 281) the probability that the first digit of the amount of a randomly chosen invoice is a 1 or a 2 is \(0.477 .\) You examine 90 invoices from a vendor and find that 29 have first digits 1 or 2 . If Benford's law holds, the count of 1 s and \(2 \mathrm{~s}\) will have the binomial distribution with \(n=90\) and \(p=0.477\). Too few 1 s and 2 s suggests fraud. What is the approximate probability of 29 or fewer 1 s and \(2 s\) if the invoices follow Benford's law? Do you suspect that the invoice amounts are not genuine?

Multiple-Choice Tests. Here is a simple probability model for multiple-choice tests. Suppose each student has probability \(p\) of correctly answering a question chosen at random from a universe of possible questions. (A strong student has a higher \(p\) than a weak student.) Answers to different questions are independent. a. Stacey is a good student for whom \(p=0.75\). Use the Normal approximation to find the probability that Stacey scores between \(70 \%\) and \(80 \%\) on a 100 -question test. b. If the test contains 250 questions, what is the probability that Stacey will score between \(70 \%\) and \(80 \%\) ? You see that Stacey's score on the longer test is more likely to be close to her "true score."

In a group of 10 college students, three are psychology majors. You choose three of the 10 students at random and ask their major. The distribution of the number of psychology majors you choose is a. binomial with \(n=10\) and \(p=0.3\). b. binomial with \(n=3\) and \(p=0.3\). c. not binomial. In a test for ESP (extrasensory perception), a subject is told that cards that the experimenter can see, but that the subject cannot see, contain either a star, a circle, a wave, or a square. As the experimenter looks at each of 4 cards in turn, the subject names the shape on the card. A subject who is just guessing has probability \(0.25\) of guessing correctly on each card. Questions \(14.16\) to \(\underline{14.18}\) use this information.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.