Question

In: Advanced Math

Explanation of the problem chapter 3.12 problem 49 of the book introduction to the mathematical programming...

Explanation of the problem chapter 3.12 problem 49 of the book introduction to the mathematical programming 4th edition
Solution: Step # 1
Let Xij be the amount of money invested at the beginning of month i, for a period of j month.
Objective function: Step # 2
The objective is to maximize the available cash at the beginning of month 5.
X14 = collect the money invested at the beginning of month 1 of 4 months.
X23 = collect the money invested at the beginning of month 2 of 3 months.
X32 = collect the money invested at the beginning of month 3 of 2 months.
X41 = collect the money invested at the beginning of month 4 of 1 month.
Therefore the objective function is:
Maximize Z = 1.08 X14 + 1.03 X23 + 1.01 X32 + 1.001 X41
Restriction 1
It would be the money invested at the beginning of month 1 plus bills paid in month 1 which would be equal to the money available at month 1.

                       X11 + X12 + X13 + X14 + 600 = 400 + 400 (MONTH 1)
Restriction 2
It would be the money invested at the beginning of month 2 plus bills paid in month 2 which would be equal to the money available at month 2.

X21 + X22 + X23 + 500 = 1.001 X11 + 800 (MONTH 2)
Restriction 3 and 4
In the same way for the rest of the month we have:

X31 + X32 + 500 = 1.001 X12 + 1.001 X21 + 300 (MONTH 3)
X41 + 250 = 1.001 X13 + 1.001 X22 + 1.001 X31 + 300 (MONTH 4)

What I need is an explanation of the problem of how the data was extracted at each step

Solutions

Expert Solution


Related Solutions

Chapter 2, Problem 4E in An Introduction to Programming with C++ All of the employees at...
Chapter 2, Problem 4E in An Introduction to Programming with C++ All of the employees at Merks Sales are paid based on an annual salary rather than an hourly wage. However, some employees are paid weekly while others are paid every other week (biweekly). Weekly employees receive 52 paychecks; biweekly employees receive 26 paychecks. The payroll manager wants a program that displays two amounts: an employee’s weekly gross pay and his or her biweekly gross pay. Complete an IPO chart...
read the chapter on Functionalism in psychology from the book (an introduction to the history of...
read the chapter on Functionalism in psychology from the book (an introduction to the history of psychology), You need to choose 8 points from the chapter which are important. write Which are those and why they are important.
Book - Introduction to Programming Using Visual Basic 11th Edition by David I. Schneider Programming Language...
Book - Introduction to Programming Using Visual Basic 11th Edition by David I. Schneider Programming Language - Visual Studio 2017 RESTAURANT MENU Write a program to place an order from the restaurant menu in Table 4.13. Use the form in Fig. 4.70, and write the program so that each group box is invisible and becomes visible only when its corresponding check box is checked. After the button is clicked, the cost of the meal should be calculated. (NOTE: The Checked...
Case Problem 2 Chapter 7 Introduction to Linear Programming Production Strategy Production Strategy Better Fitness, Inc....
Case Problem 2 Chapter 7 Introduction to Linear Programming Production Strategy Production Strategy Better Fitness, Inc. (BFI) manufactures exercise equipment at its plant in Freeport, Long Island. It recently designed two universal weight machines for the home exercise market. Both machines use BFI-patented technology that provides the user with an extremely wide range of motion capability for each type of exercise performed. Until now, such capabilities have been available only on expensive weight machines used primarily by physical therapists. At...
In regards to the book "Philospohy of Science: A Very Short Introduction", chapter 2, what are...
In regards to the book "Philospohy of Science: A Very Short Introduction", chapter 2, what are your thoughts on hume's problems? Do you think it is a genuine problem that scientists should pay attention to?
Assignment from Chapter 10 (question 11). Book Name : The Dynamics of Socio-Economic Development: An Introduction...
Assignment from Chapter 10 (question 11). Book Name : The Dynamics of Socio-Economic Development: An Introduction Question 1: write an essay on What are the characteristics of a peasant economy?and explain them Question 2 : write an essay on the debate on advantages and disadvantages of the use of the concept of peasant economy
Assignment from Chapter 10 (question 11). Book Name : The Dynamics of Socio-Economic Development: An Introduction...
Assignment from Chapter 10 (question 11). Book Name : The Dynamics of Socio-Economic Development: An Introduction Question 1: What are the characteristics of a peasant economy? Question 2: Summarize the debate on advantages and disadvantages of the use of the concept of peasant economy.
Chapter 8 Problem 8.113 - Clinical Applications 49 of 57 Constants | Periodic Table A gas...
Chapter 8 Problem 8.113 - Clinical Applications 49 of 57 Constants | Periodic Table A gas mixture with a total pressure of 2500 torr is used by a scuba diver. If the mixture contains 1.5 moles of helium and 7.0 moles of oxygen, what is the partial pressure, in torr, of each gas in the sample? Part A PHe = _____ Express your answer in torr to two significant figures. nothing   torr   SubmitRequest Answer Part B PO2 = _____ Express...
For problem in the book Foundations of Financial Management, 16th ed., Chapter 9, problem 25P, how...
For problem in the book Foundations of Financial Management, 16th ed., Chapter 9, problem 25P, how is the compounding period of 40 calculated and also the interest rate 0.03 (in the solution). The problem reads calculate the future value of $20,000 with 12% yearly return after 10 years, if the interest is compounded quarterly. Thanks.
JAVA CODE --- from the book, java programming (7th edition) chapter 7 carly's question I am...
JAVA CODE --- from the book, java programming (7th edition) chapter 7 carly's question I am getting a illegal expression error and don't know how to fix it, also may be a few other error please help CODE BELOW import java.util.Scanner; public class Event { public static double pricePerGuestHigh = 35.00; public static double pricePerGuestLow = 32.00; public static final int LARGE_EVENT_MAX = 50; public String phnum=""; public String eventNumber=""; private int guests; private double pricePerEvent; public void setPhoneNumber() {...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT