/*! 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
(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

(a) Probability of returning to original price after 2 days

To return to the original price after two days, the stock has to either move up and then down or move down and then up. The movements are independent, so we can calculate the probability of each scenario and then add them together. Case 1: Up, then down. Probability = \(p * (1 - p)\) Case 2: Down, then up. Probability = \((1 - p) * p\) Total probability of returning to original price after 2 days = \(p(1-p) + (1-p)p = 2p(1-p)\)
02

(b) Probability of stock price increasing by 1 unit after 3 days

To have an increase of 1 unit after three days, there must be two up movements and one down movement. There are three possible orders for these movements (UUD, UDU, DUU). The probability for each scenario can be calculated and then we sum them up. Case 1: Up, Up, Down. Probability = \(p * p * (1 - p) = p^2(1-p)\) Case 2: Up, Down, Up. Probability = \(p * (1 - p) * p = p^2(1-p)\) Case 3: Down, Up, Up. Probability = \((1 - p) * p * p = p^2(1-p)\) Total probability of stock price increasing by 1 unit after 3 days = \(p^2(1-p) + p^2(1-p) + p^2(1-p) = 3p^2(1-p)\)
03

(c) Probability of stock price going up on the first day given an increase of 1 unit after 3 days

We are given that the stock's price increased by 1 unit after 3 days. This can occur in cases 2 and 3 (UDU and DUU) from part (b). We want to know the probability that it went up on the first day among these cases. The conditional probability can be calculated using Bayes' theorem: \(P(\text{Up on 1st day} | \text{Increase by 1 after 3 days}) = \frac{P(\text{Increase by 1 after 3 days} | \text{Up on day 1}) * P(\text{Up on day 1})}{P(\text{Increase by 1 after 3 days})}\) We already know the probability of an increase by 1 unit after 3 days, which is \(3p^2(1-p)\) from part (b). Given that the stock went up on the first day, we can have two cases for an increase of 1 unit after 3 days: UDU and UUD. The probability of each case is: Case 1: Up, Down, Up. Probability = \(p * (1 - p) * p = p^2(1-p)\) Case 2: Up, Up, Down. Probability = \(p * p * (1 - p) = p^2(1-p)\) Now we can sum them up and substitute into the Bayes' theorem equation: \(P(\text{Up on 1st day} | \text{Increase by 1 after 3 days}) = \frac{(2p^2(1-p)) * p}{3p^2(1-p)} = \frac{2}{3}\) So, the probability of the stock price going up on the first day, given that it increased by 1 unit after 3 days, 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.

Understanding Conditional Probability
Conditional probability is a fundamental concept in probability theory that describes the likelihood of an event occurring given that another event has already occurred. This notion can transform an uncertain scenario into one with more information, thereby affecting the outcome's probability. It is formally defined as the probability of an event A given the occurrence of another event B and is mathematically represented by the notation P(A|B).

In the context of the stock price movement exercise, conditional probability is crucial for understanding part (c) of the problem. After observing that the stock's price increased by 1 unit after 3 days, we're asked to calculate the likelihood that the price went up on the first day. Here, we're dealing with a conditional probability because the occurrence of the event 'increase by 1 unit after 3 days' provides us with additional information to reassess the probability of the first day's movement.

Using Bayes' theorem, a powerful formula in probability, we can determine such probabilities by relating the likelihood of the 'condition' (the increase after 3 days) to the likelihood of the 'target event' we are interested in (the stock going up on the first day). It can be particularly helpful when dealing with a series of independent events, where each event does not influence the occurrence of others.
Independent Events in Probability
In probability theory, events are independent if the occurrence of one event does not affect the likelihood of the other events. This means that the occurrence of one event gives no information about whether the other event will occur; the probabilities are unaffected.

For example, consider the toss of a fair coin: whether it lands heads or tails on the first toss has no influence on what it will land on the second toss. The probability of getting heads on the first toss is the same regardless of what happened in previous tosses. Independent events are a key assumption in many statistical models as they greatly simplify the probability calculations.

In the exercise we are examining, the daily stock price movements are assumed to be independent events. This independence allows us to easily compute the probability of the stock returning to its original price after 2 days (part a) or of the stock increasing by 1 unit after 3 days (part b) by simply multiplying the individual probabilities of each day's movement.
The Stock Price Movement Model
A stock price movement model is a mathematical framework used to describe and predict the changes in stock prices over time. In the simplified model given in our exercise, the stock price on each day moves either up or down by 1 unit. The probability of the price going up on any given day is represented by 'p', while the probability of it going down is '1-p' due to the law of total probability which states that all possible outcomes must sum up to 1.

The given model assumes that the movements on different days are independent events, which means that the movement on any given day does not influence the movement on any other day. This simplifies the computation of probabilities over multiple days. In practice, such models can become very complex, often considering more variables and relying on different theories of financial economics, like the random walk hypothesis or the efficient-market hypothesis.

Understanding such models is crucial for aspiring financiers and statisticians as they provide basic foundational knowledge towards comprehending more advanced financial instruments and their respective pricing models.

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

A person tried by a 3 -judge panel is declared guilty if at least 2 judges cast votes of guilty. Suppose that when the defendant is in fact guilty, each judge will independently vote guilty with probability \(.7,\) whereas when the defendant is in fact innocent, this probability drops to .2. If 70 percent of defendants are guilty, compute the conditional probability that judge number 3 votes guilty given that (a) judges 1 and 2 vote guilty; (b) judges 1 and 2 cast 1 guilty and 1 not guilty vote; (c) judges 1 and 2 both cast not guilty votes. Let \(E_{i}, i=1,2,3\) denote the event that judge \(i\) casts a guilty vote. Are these events independent. Are they conditionally independent? Explain.

Suppose that we want to generate the outcome of the flip of a fair coin, but that all we have at our disposal is a biased coin which lands on heads with some unknown probability \(p\) that need not be equal to \(\frac{1}{2} .\) Consider the following procedure for accomplishing our task: 1\. Flip the coin. 2\. Flip the coin again. 3\. If both flips land on heads or both land on tails, return to step 1. 4\. Let the result of the last flip be the result of the experiment. (a) Show that the result is equally likely to be either heads or tails. (b) Could we use a simpler procedure that continues to flip the coin until the last two flips are different and then lets the result be the outcome of the final flip?

Ninety-eight percent of all babies survive delivery. However, 15 percent of all births involve Cesarean (C) sections, and when a C section is performed, the baby survives 96 percent of the time. If a randomly chosen pregnant woman does not have a C section, what is the probability that her baby survives?

Die \(A\) has 4 red and 2 white faces, whereas die \(B\) has 2 red and 4 white faces. A fair coin is flipped once. If it lands on heads, the game continues with dic \(A ;\) if it lands on tails, then dic \(B\) is to be used. (a) Show that the probability of red at any throw is \(\frac{1}{2}.\) (b) If the first two throws result in red, what is the probability of red at the third throw? (c) If red turns up at the first two throws, what is the probability that it is die \(A\) that is being used?

Suppose that an ordinary deck of 52 cards is shuffled and the cards are then turned over one at a time until the first ace appears. Given that the first ace is the 20 th card to appear, what is the conditional probability that the card following it is the (a) ace of spades? (b) two of clubs?

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.