document.write( "Question 1181961: 1. A financial advisor at Diehl Investments identified two companies that are likely candidates for a takeover in the near future. Eastern Cable is a leading manufacturer of flexible cable systems used in the construction industry, and ComSwitch is a new firm specializing in digital switching systems. Eastern Cable is currently trading for $40 per share, and ComSwitch is currently trading for $25 per share. If the takeovers occur, the financial advisor estimates that the price of Eastern Cable will go to $55 per share and ComSwitch will go to $43 per share. At this point in time, the financial advisor has identified ComSwitch as the higher-risk alternative. Assume that a client indicated a willingness to invest a maximum of $50,000 in the two companies. The client wants to invest at least $15,000 in Eastern Cable and at least $10,000 in ComSwitch. Because of the higher risk associated with ComSwitch, the financial advisor has recommended that at most $25,000 should be invested in ComSwitch.
\n" );
document.write( "A. . Formulate a linear programming model that can be used to determine the number of shares of Eastern Cable and the number of shares of ComSwitch that will meet the investment constraints and maximize the total return for the investment
\n" );
document.write( "B. Solve the problem using simplex method
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #851880 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "1. A financial advisor at Diehl Investments identified two companies that are likely candidates for a takeover in the near future. Eastern Cable is a leading manufacturer of flexible cable systems used in the construction industry, and ComSwitch is a new firm specializing in digital switching systems. Eastern Cable is currently trading for $40 per share, and ComSwitch is currently trading for $25 per share. If the takeovers occur, the financial advisor estimates that the price of Eastern Cable will go to $55 per share and ComSwitch will go to $43 per share. At this point in time, the financial advisor has identified ComSwitch as the higher-risk alternative. Assume that a client indicated a willingness to invest a maximum of $50,000 in the two companies. The client wants to invest at least $15,000 in Eastern Cable and at least $10,000 in ComSwitch. Because of the higher risk associated with ComSwitch, the financial advisor has recommended that at most $25,000 should be invested in ComSwitch. \n" ); document.write( "A. . Formulate a linear programming model that can be used to determine the number of shares of Eastern Cable and the number of shares of ComSwitch that will meet the investment constraints and maximize the total return for the investment \n" ); document.write( "B. Solve the problem using simplex method \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " This problem is SO SIMPLE that can be solved MENTALLY, \r \n" ); document.write( "\n" ); document.write( " using common sense ONLY and no other special methods.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Here's the solution:\r\n" ); document.write( "\r\n" ); document.write( "**A. Linear Programming Model**\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "* **Decision Variables:**\r\n" ); document.write( " * x = Number of shares of Eastern Cable\r\n" ); document.write( " * y = Number of shares of ComSwitch\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "* **Objective Function (Maximize Return):**\r\n" ); document.write( " * Maximize Z = (55-40)x + (43-25)y = 15x + 18y\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "* **Constraints:**\r\n" ); document.write( " * Total Investment: 40x + 25y ≤ 50000 (1)\r\n" ); document.write( " * Minimum Eastern Cable Investment: 40x ≥ 15000 => x ≥ 375 (2)\r\n" ); document.write( " * Minimum ComSwitch Investment: 25y ≥ 10000 => y ≥ 400 (3)\r\n" ); document.write( " * Maximum ComSwitch Investment: 25y ≤ 25000 => y ≤ 1000 (4)\r\n" ); document.write( " * Non-negativity: x ≥ 0, y ≥ 0 (5)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "**B. Solving MENTALLY using COMMON SENSE**\r\n" ); document.write( "\r\n" ); document.write( " Looking into the objective function Z = 15x + 18y, you see that getting great values of 'y' is most profitable.\r\n" ); document.write( "\r\n" ); document.write( " So, the most aggressive strategy is to take 'y' as great as possible (1000, as allowed by constraint (4))\r\n" ); document.write( " and then to take 'x' as big as allowed by other constraints (1) and (2).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Constraint (1) gives x >= 375; constraint (2) gives x <=\r \n" ); document.write( "\n" ); document.write( "Solved mentally.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Post-solution note\r\n" ); document.write( "\n" ); document.write( " This problem is a typical \" FALSE Linear Programming problem \".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " First impression is that it is a Linear programming problem,\r \n" ); document.write( "\n" ); document.write( " but when you write constraints and think 1 - 2 - 3 minutes,\r \n" ); document.write( "\n" ); document.write( " you will find a MENTAL SOLUTION.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " By knowing this approach, you may impress your teacher/professor, \r \n" ); document.write( "\n" ); document.write( " may get 5++ at exam and successfully pass a job interview to the applause of the interviewers.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |