Introduction to mathematical programming
Introduction to mathematical programming
4th Edition
ISBN: 9780534359645
Author: Jeffrey B. Goldberg
Publisher: Cengage Learning
Expert Solution & Answer
Book Icon
Chapter 2.1, Problem 2P

Explanation of Solution

Relating two vectors using matrix multiplication:

Suppose that at the beginning of each year, people change the beer they drink.

Let for i=1,2,3,....xi be the number of people who prefer beer “i” at the beginning of this month, and yi be the number of people who prefer beer “i” at the beginning of next month.

Since 30% of the people who prefer beer 1 switch to beer 2 and 20% of the people switch to beer 3, so the remaining 50% continue to be with beer 1. Also, 10% of people who prefer beer 3 switch to beer 1.

Hence, the number of people who prefer beer 1 in the beginning of next month is given below:

  y1=0.5x1+0.1x3

Now, 30% of the people who prefer beer 2 switch to beer 3 and the remaining 70% of the people continue to be with beer 2. Also, 30% of people who prefer beer 3 switch to beer 2 and 30% of the people who prefer beer 1 switch to beer 2.

Hence, the number of people who prefer beer 2 in the beginning of next month is given below:

  y2=0.3x1+0.7x2+0.3x3

Then, 30% of the people who prefer beer 3 switch to beer 2 and 10% of the people switch to beer 1, so the remaining 60% continue to be with beer 3. Also, 20% of people who prefer beer 1 switch to beer 3 and 30% of the people who prefer beer 2 switch to beer 3.

Hence, the number of people who prefer beer 3 in the beginning of next month is given below:

  y3=0.2x1+0

Blurred answer
Students have asked these similar questions
Suppose, you are working in a company ‘X’ where your job is to calculate the profit based on their investment.If the company invests 100,000 USD or less, their profit will be based on 75,000 USD as first 25,000 USD goes to set up the business in the first place. For the first 100,000 USD, the profit margin is low: 4.5%. Therefore, for every 100 dollar they spend, they get a profitof 4.5 dollar.For an investment greater than 100,000 USD, for the first 100,000 USD (actually on 75,000 USD as 25,000 is the setup cost), the profit margin is 4.5% where for the rest, it goes up to 8%. For example, if they invest 250,000 USD, they will get an 8% profit for the 150,000 USD. In addition, from the rest 100,000 USD, 25,000 is the setup cost and there will be a 4.5% profit on the rest 75,000. Investment will always be greater or equal to 25,000 and multiple of 100.Complete the RECURSIVE methods below that take an array of integers (investments)and an iterator (always sets to ZERO(‘0’) when the…
Suppose, you are working in a company ‘X’ where your job is to calculate the profit based  on their investment.   If the company invests 100,000 USD or less, their profit will be based on 75,000 USD as  first 25,000 USD goes to set up the business in the first place. For the first 100,000 USD,  the profit margin is low: 4.5%. Therefore, for every 100 dollar they spend, they get a profit  of 4.5 dollar.  For an investment greater than 100,000 USD, for the first 100,000 USD (actually on 75,000  USD as 25,000 is the setup cost), the profit margin is 4.5% whereas for the rest, it goes up to  8%. For example, if they invest 250,000 USD, they will get an 8% profit for the 150,000  USD. In addition, from the rest 100,000 USD, 25,000 is the setup cost and there will be a  4.5% profit on the rest 75,000. The investment will always be greater or equal to 25,000 and multiple of 100.  Complete the RECURSIVE methods below that take an array of integers (investments)  and an iterator (always sets to…
In a group of 80 students 45 like coffee and 50 like tea and each student likes at least one of the two drinks. Calculate the number of students who like both coffee and tea.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole