Question

1). Consider a Markov system modelling the migration of people with 2 states: a person can...


1). Consider a Markov system modelling the migration of people with 2 states: a person can either be in town A or in town B. Every year, a person from town A has 20% chance of moving to town B, and a person from town B has a 35% chance of moving to town A.
(a) If there were 20000 of people in Town A and 15000 of people in Town B initially, find the number of people in Town A and B after 3 years.
(b) Suppose that these people are immortal. Find the approximate number of people in Town A and B respectively after 1000000000000000 years.



2) A deck of 72 cards contain either red or black cards. Suppose that it twice as likely to draw a black card than a red card. What is the probability of drawing 2 red cards and 2 black cards if you draw 4 cards with replacement?

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

We would be looking at the first question all parts here as:

Q1) a) We are given here that:
P(A --> B) = 0.2, Therefore P(A --> A) = 1 - 0.2 = 0.8
P(B --> A) = 0.35, therefore P(B --> B) = 1 - 0.35 = 0.65

a) Given that there are 20,000 people in town A and 15000 people in Town B initially, the transition probabilities for a 3 year period is computed here as:

  • A --> A --> A --> A, Prob. = 0.83 = 0.512
  • A --> B --> A --> A, Prob. = 0.2*0.35*0.8 = 0.056
  • A --> A --> B --> A, Prob. = 0.2*0.35*0.8 = 0.056
  • A --> B --> B --> A, Prob. = 0.2*0.65*0.35 = 0.0455
  • B --> B --> B --> B, Prob. = 0.653 = 0.274625
  • B --> A --> B --> B, Prob. = 0.35*0.2*0.65 = 0.0455
  • B --> B --> A --> B, Prob. = 0.35*0.2*0.65 = 0.0455
  • B --> A --> A --> B, Prob. = 0.35*0.8*0.2 = 0.056

Therefore the transition probabilities, here are obtained as:

P(A --> A) = 0.512 + 2*0.056 + 0.0455 = 0.6695
P(A --> B) = 1 - 0.6695 = 0.3305
P(B --> B) = 0.274625 + 0.0455*2 + 0.056 = 0.421625
Therefore, P(B --> A) = 1 - 0.421625 = 0.578375

Therefore, after 3 years, the number of people in each town here is computed as:
Town A: 20,000*0.6695 + 15,000*0.578375 = 13.39K + 8.675625K = 22,065.625

Therefore Town A: 22065.625
Town B: 35000 - 22065.625 = 12934.375

b) For a long term period, let the shares here be X and Y for towns A and B respectively here.

Therefore, X + Y = 1

X = 0.8X + 0.35Y
0.2X = 0.35Y
0.2 - 0.2Y = 0.35Y
0.2 = 0.55Y
Y = 4/11, therefore X = 7/11

Therefore the long term distribution here are obtained as:
Town A: (4/11)*35000 = 12727.27

Therefore, Town B: 35000 - 12727.27 = 22272.73

Add a comment
Know the answer?
Add Answer to:
1). Consider a Markov system modelling the migration of people with 2 states: a person can...
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
  • Consider a Markov system modelling the migration of people with 2 states: a person can either...

    Consider a Markov system modelling the migration of people with 2 states: a person can either be in town A or in town B. Every year, a person from town A has 20% chance of moving to town B, and a person from town B has a 35% chance of moving to town A. (a) If there were 20000 of people in Town A and 15000 of people in Town B initially, find the number of people in Town A...

  • 1) A deck of 72 cards contain either red or black cards. Suppose that it twice...

    1) A deck of 72 cards contain either red or black cards. Suppose that it twice as likely to draw a black card than a red card. What is the probability of drawing 2 red cards and 2 black cards if you draw 4 cards with replacement? 2) A disease X has infected 1% of the total population. After a thorough testing of a large sample size, the accuracy of the test is given as follows: if a person is...

  • 1) A deck of 72 cards contain either red or black cards. Suppose that it twice...

    1) A deck of 72 cards contain either red or black cards. Suppose that it twice as likely to draw a black card than a red card. What is the probability of drawing 2 red cards and 2 black cards if you draw 4 cards with replacement?

  • = (b) The following is a Markov (migration) matrix for 3 locations 1, 2, and 3....

    = (b) The following is a Markov (migration) matrix for 3 locations 1, 2, and 3. .6 0 .1 A .2 .8 0 .2 .2 .9 Suppose initially there are 100 residents in location 1, 200 residents in location 2, and 400 residents in location 3. Find the populations in the three locations after a long time.

  • determine: 1. P(A and B) 2. P(A or B) 3. P( B|A ) Suppose one card...

    determine: 1. P(A and B) 2. P(A or B) 3. P( B|A ) Suppose one card is selected at random from an ordinary deck of 52 playing cards. A standard deck of cards contains for suits: red hearts, red diamonds, black clubs, black spades. Each suite contains 13 cards: Ace, 2,3,4,5,6,7,8, 9, 10, Jack, Queen, King. The Jack, Queen, and King are also called Face Cards. Let A = event a jack is selected B = event a spade is...

  • [Markov Models] Consider the following situation: There are three possible states: healthy, sick and dead. Healthy...

    [Markov Models] Consider the following situation: There are three possible states: healthy, sick and dead. Healthy people can get sick, and sick people can recover and become healthy. Healthy people can die, and sick people can die. Dead people stay dead.  Each ‘cycle’ is one day long. If you are healthy today, there is an 80% chance that you will be healthy tomorrow, and a 5% chance that you die. If you do not stay healthy or die, you...

  • [Markov Models] Consider the following situation: There are three possible states: healthy, sick and dead. Healthy...

    [Markov Models] Consider the following situation: There are three possible states: healthy, sick and dead. Healthy people can get sick, and sick people can recover and become healthy. Healthy people can die, and sick people can die. Dead people stay dead. Each ‘cycle’ is one day long. If you are healthy today, there is an 80% chance that you will be healthy tomorrow, and a 5% chance that you die. If you do not stay healthy or die, you become...

  • both 2. Number Cards: There are 25 people sitting around a table, and each person has...

    both 2. Number Cards: There are 25 people sitting around a table, and each person has two cards. One of the numbers 1, 2, 3, , 25 is written on each card, and each number occurs on exactly two cards. At a signal, each person passes one of her cards the one with the smaller number to her right-hand neighbor. Prove that, sooner or later, one of the players will have two cards with the same numbers. 3. Airplane: Imagine...

  • 2. A deck of cards contains 10 red cards numbered 1 to 10 and 10 black...

    2. A deck of cards contains 10 red cards numbered 1 to 10 and 10 black cards numbered 1 to 10. (a) How many ways are there of arranging the 20 cards in a row? (b) Suppose we draw the cards at random and lay them in a row. What is the probability that red and black cards alternate?

  • A person draws 5 cards from a shuffled pack of cards. Find the probability that the...

    A person draws 5 cards from a shuffled pack of cards. Find the probability that the person has at least 3 aces. Find the probability that the person has at least 4 cards of the same suit. Two cards are drawn from a pack, without replacement. What is the probability that both are greater than 2 and lesser than 8. A permutation of the word "white" is chosen at random. Find the probability that it beings with a vowel. Also...

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