- A B And C Are Three Towns In The Beginning The Total Number Of Residents Is 1 Million And They Are Distributed Equall 1 (69.87 KiB) Viewed 61 times
A, B and C are three towns. In the beginning, the total number of residents is 1 million and they are distributed equall
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
A, B and C are three towns. In the beginning, the total number of residents is 1 million and they are distributed equall
questions: How many residents will be in each Town after 10 years? And how many after 20 years? USE MATLAB CODING
A, B and C are three towns. In the beginning, the total number of residents is 1 million and they are distributed equally in the three towns, which means that each town has 1/3 million residents. Each year: 10% of the residents of A move to B 20% of the residents of A move to C 20% of the residents of B move to A 30% of the residents of B move to C 20% of the residents of C move to A 20% of the residents of C move to B Everybody else stays. Assuming that no one dies and no one is born. 0.70 0.50 A 0.10 0.20 0.20 0.20 0.39 0.20 0.60 The