/*! 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 57 A simplified model for the movem... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

A simplified model for the movement of the price of a stock supposes that on each day the stock's price either moves up 1 unit with probability \(p\) or moves down 1 unit with probability \(1-p .\) The changes on different days are assumed to be independent. (a) What is the probability that after 2 days the stock will be at its original price? (b) What is the probability that after 3 days the stock's price will have increased by 1 unit? (c) Given that after 3 days the stock's price has increased by 1 unit, what is the probability that it went up on the first day?

Short Answer

Expert verified
The short answers to the question are: (a) The probability that after 2 days the stock will be at its original price is \(2p(1-p)\). (b) The probability that after 3 days the stock's price will have increased by 1 unit is \(3p^2(1-p)\). (c) Given that after 3 days the stock's price has increased by 1 unit, the probability that it went up on the first day is \(\frac{2}{3}\).

Step by step solution

01

Part (a): Probability of stock at original price after 2 days

To return to the original price after 2 days, the stock must move up 1 unit and then down 1 unit, or vice versa. The two scenarios are independent, so we can solve the problem by calculating the probability of each scenario and then adding them up. Scenario 1: The stock moves up 1 unit in the first day and down 1 unit in the second day. Probability of this scenario = \(p \cdot (1-p)\) Scenario 2: The stock moves down 1 unit in the first day and up 1 unit in the second day. Probability of this scenario = \((1-p) \cdot p\) The total probability of the stock being at its original price after 2 days is the sum of the probabilities of both scenarios: Probability of stock at original price after 2 days = \(p \cdot (1-p) + (1-p) \cdot p = 2p(1-p)\).
02

Part (b): Probability of stock price increased by 1 unit after 3 days

There are 3 days and 2 possible outcomes (up or down) for each day, so there are 2^3 = 8 possible ways the stock's price changes: 1- UUU: up, up, up 2- UUD: up, up, down 3- UDU: up, down, up 4- DDU: down, down, up 5- DUU: down, up, up 6- DUD: down, up, down 7- UDD: up, down, down 8- DDD: down, down, down For the stock's price to increase by 1 unit after 3 days, there must be two ups and one down: UUD (Scenario 1), UDU (Scenario 2), and DUU (Scenario 3). The probability of each scenario: - Scenario 1: \(p \cdot p \cdot (1-p) = p^2(1-p)\) - Scenario 2: \(p \cdot (1-p) \cdot p = p^2(1-p)\) - Scenario 3: \((1-p) \cdot p \cdot p = p^2(1-p)\) The total probability of the stock's price increased by 1 unit after 3 days is the sum of the probabilities of the three scenarios: Probability of stock price increased by 1 unit after 3 days = \(3p^2(1-p)\).
03

Part (c): Probability of the stock going up on the first day given that it increased by 1 unit after 3 days

We can use conditional probability to solve this problem. Let A be the event that the stock went up on the first day. Let B be the event that the stock's price increased by 1 unit after 3 days. We are asked to find the probability of A, given B, which is written as P(A|B). By definition, the conditional probability P(A|B) can be written as: \(P(A|B) = \frac{P(A \cap B)}{P(B)}\) We already calculated the probability of event B in Part (b), which is \(P(B) = 3p^2(1-p)\). Now, we need to find the probability of both events A and B occurring, which can be represented by the intersection of A and B, or P(A ∩ B). From the scenarios discussed in Part (b), only scenario 1 and 2 involve the stock going up on the first day (event A) and the stock's final price increasing by 1 unit after 3 days (event B). - Scenario 1: \(p \cdot p \cdot (1-p) = p^2(1-p)\) - Scenario 2: \(p \cdot (1-p) \cdot p = p^2(1-p)\) The probability of (A ∩ B) is the sum of the probabilities of scenario 1 and 2: \(P(A \cap B) = 2p^2(1-p)\) Now, we can plug these probabilities into the conditional probability formula: \(P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{2p^2(1-p)}{3p^2(1-p)} = \frac{2}{3}\) The probability that the stock went up on the first day, given that after 3 days the stock's price increased by 1 unit, is \(\frac{2}{3}\).

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.

Conditional Probability
Conditional probability is a fascinating concept in probability theory where we determine the likelihood of an event occurring, given that another event has already occurred. This is quite different from plain probability because it takes into account a given condition.

For example, in our stock price scenario, we're interested in the probability that the stock price went up on the first day, given that it increased by 1 unit after 3 days. This requires us to find the probability that both events happen (i.e., intersection of the two events) and then consider this as part of the total probability of the condition.

To calculate conditional probability, use the formula:
  • \(P(A|B) = \frac{P(A \cap B)}{P(B)}\),
  • where \(P(A|B)\) is the probability of event A occurring given event B, \(P(A \cap B)\) is the probability of both A and B occurring, and \(P(B)\) is the probability of B.
Independent Events
Understanding independent events simplifies many probability calculations. Two events are independent if the occurrence of one does not affect the probability of the other occurring. This is crucial in calculating probabilities in scenarios where multiple events happen one after another.

In our exercise with stock prices, the changes in stock price from one day to the next are independent of each other. This means the probability of the stock going up or down on one day does not affect the likelihood of it moving up or down on another day.

This independence allows us to multiply the probabilities of individual events occurring to find the probability of a sequence of independent events. So, if you know the probability \(p\) of the stock moving up on any given day, then over multiple days, you can calculate combined probabilities by multiplying \(p\) or \(1-p\) (for going down) for each day or sequence you're interested in.
Random Walk
A random walk describes a path consisting of a series of random steps. The stock price model in the given exercise is a classic example of a random walk, where the price can either move up or down with certain probabilities on each day.

One of the characteristics of a random walk is that the future steps only depend on the current step, not the past history. This makes the random walk a fascinating model for various real-world phenomena, including stock market fluctuations.

In the example, each step represents whether the stock goes up or down each day. We use probabilities to decide these moves: up with probability \(p\) and down with probability \(1-p\). Over several days, this creates a sequence akin to a journey of ups and downs, reflecting the unpredictable nature inherent to many stock market changes.

A random walk is extensively used in mathematical and financial studies to model random processes. Its properties make it an ideal representation for problems involving sequences of random, yet consecutive steps, just like in stock markets where every day's movement is a new random step independent of prior days.

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

Consider two boxes, one containing 1 black and 1 white marble, the other 2 black and 1 white marble. \(A\) box is selected at random, and a marble is drawn from it at random. What is the probability that the marble is black? What is the probability that the first box was the one selected given that the marble is white?

There are 15 tennis balls in a box, of which 9 have not previously been used. Three of the balls are randomly chosen, played with, and then returned to the box. Later, another 3 balls are randomly chosen from the box. Find the probability that none of these balls has ever been used.

\(A\) and \(B\) alternate rolling a pair of dice, stopping either when \(A\) rolls the sum 9 or when \(B\) rolls the sum 6\. Assuming that \(A\) rolls first, find the probability that the final roll is made by \(A .\)

There are 3 coins in a box. One is a two-headed coin, another is a fair coin, and the third is a biased coin that comes up heads 75 percent of the time. When one of the 3 coins is selected at random and flipped, it shows heads. What is the probability that it was the two-headed coin?

3.25. The following method was proposed to estimate the number of people over the age of 50 who reside in a town of known population 100,000: "As you walk along the streets, keep a running count of the percentage of people you encounter who are over \(50 .\) Do this for a few days; then multiply the percentage you obtain by 100,000 to obtain the estimate." Comment on this method. Hint: Let \(p\) denote the proportion of people in the town who are over \(50 .\) Furthermore, let \(\alpha_{1}\) denote the proportion of time that a person under the age of 50 spends in the streets, and let \(\alpha_{2}\) be the corresponding value for those over \(50 .\) What quantity does the method suggested estimate? When is the estimate approximately equal to \(p ?\)

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.