Goal-seeking analysis and simulation

Assignment Help Data Structure & Algorithms
Reference no: EM13936486

Problem 1: What-if analysis and problem optimisation:

A farmer has 100 acres to plant in wheat and rye. He has to plant at least 70 acres. However, he has only $12,000 to spend and each acre of wheat costs $200 to plant and each acre of rye costs $100 to plant. Moreover, the farmer has to get the planting done in 150 hours and it takes an hour to plant an acre of wheat and 2 hours to plant an acre of rye. The average profit is $500 per acre of wheat and $300 per acre of rye. The farmer wishes to examine planting alternatives and their impact on total profit.

Tasks:
a) Construct a spreadsheet model for the problem using Excel.

b) Perform a what-if analysis to determine the maximum total profit that could be achieved if only rye (no wheat) is planted, given the cost and time constraints.

c) Use solver to determine the number of acres of each crop (wheat and rye) that should be planted to maximise total profit. Ensure you use appropriate constraints for:
• The lower and upper limits to the total number of acres planted
• The planting costs
• The planting time
• The number of acres of each crop should be whole numbers (use integer constraints)

Problem 2: Goal-seeking analysis and simulation

Jina is developing a business plan and an application for financing for a new inner-city courier business. She intends to run the service for 5 years, and then dissolve it. She has developed the following information on various aspects of the business.

Demand

The courier service is expected to make approximately 40,000 deliveries per year. The average delivery fee is $12.

Vehicle costs

Jina plans to buy four new Toyota minivans for the business for a net cost of $20,000 each. The resale value for a minivan after 5 years is estimated at $7,000. The following describes the annual operating costs for each vehicle:
• Annual insurance and registration costs: $2,400
• Maintenance and repairs: $1200 in the first year, and increases by $500 in each subsequent year.
Jina plans to borrow the $80,000 required to purchase the minivan vehicles.

Fuel costs

Each vehicle is estimated to utilise an average of 4 litres of fuel per delivery. The vehicles utilise regular unleaded petrol, which currently costs an average of $1.20 per litre.

Labour

Four people are employed as courier drivers at rate of $20 per hour. They are each expected to work an average of 40 hours per week, 48 weeks per year. Business overheads (office, phone, etc.) are estimated to be 15% of the courier labour costs. Jina will be the manager, with an annual salary of
$65,000.

Tasks:

a) Based on the above information, develop a model using an Excel spreadsheet to project financial statements for Jina's courier business. The bank usually wishes to see the following components for financial performance on an annual basis and over the 5-year period: total income, total costs, and cash flow. The cash flow should be used to calculate the net present value of the 5- year investment. (The net present value of an investment is the value of the investment in ‘today's money'). The built-in EXCEL function NPV can be used to calculate net present value. Use a discount rate of 10% [=NPV(DiscountRate,CashFlowFor5Years)-LoanAmount].

Hint: Ensure that the model enables any of the values given to be altered without having to change the value in more than one place.

b) Use goal seeking to find how many deliveries per year would be required for Jina's company to break even; i.e., to achieve a net present value of $0.00.

c) Jina would like to know how fluctuations in demand will affect her business. Use a normally distributed expected annual demand with a mean of 40,000 and a standard deviation of 5,000:
=INT(NORMINV(RAND(),40000,5000)). Run 20 simulations of the model. Summarise the mean, standard deviation, minimum and maximum net present values from the simulations in a table. Based on these results, what recommendations for changes to Jina's business plan would you make?

Problem 3: Mining a political affiliation dataset

A political science research centre has invited you to build a classifier for predicting the USA-based political affiliation (Democrat or Republican) of individuals based on data relating to their support of various issues and policies. You are asked to use the WEKA data-mining tool to compare data mining algorithms and recommend a suitable classifier for the problem domain. You will need to provide a report of your findings, including justification for your recommendation.

Tasks:

a) The historical data for political affiliation classification has already been compiled into a WEKA data file: "vote.arff" (available via LMS). Load this file into WEKA and answer the following questions about the data:
i) How many features or attributes does the data contain?
ii) How many examples does the data contain?
iii) What is the name of the attribute that describes an individual's political affiliation?
iv) How many examples are affiliated with the Democrat party?

b) If a classifier is to be built for selecting a group of 40 individuals to invite to a prestigious event held by the Republican party, which performance measure: accuracy, precision or recall; do you think would be more important for this problem? Why?

c) Utilise 7-fold-cross-validation to compare the performance of the following classifiers:
• J48 decision tree
• Multilayer Perceptron (MLP)
• Naïve Bayes
Use the default settings/architecture for each classifier. Present the following results for each classifier (assign positive to Republican):

i) The confusion matrix using the format below: (note that WEKA may present this differently)

 

True Class

Positive (Republican)

Negative (Democrat)

Predicted Class

Positive (Republican)

(TP)

(FP)

Negative (Democrat)

(FN)

(TN)

ii) The accuracy measure
iii) The precision measure
iv) The recall measure

d) Recommend one of the three classifiers for this problem. Justify your answer based upon your answer in part b).

Reference no: EM13936486

Questions Cloud

What is importance of introducing wolves into ecosystems : What is the importance of introducing wolves or other large predators into ecosystems? Is this a good idea? Why or why not?
What would you do now with respect to pay plan process : Jeans does not participate in formal pay surveys. Instead, the President's Assistant routinely looks over online job openings and conducts informal surveys among her friends in local organizations. What would you do now with respect to a pay plan p..
How do storms, and predators affect coral reef communities : How do storms, diseases, and predators affect coral reef communities? What are the similarities and differences in their effects?
What type of analysis has the risk team performed : What type of analysis has the risk team performed and how do you arrive at this answer? If you were a board member, what issues might you have with this way of reporting VaR?
Goal-seeking analysis and simulation : Perform a what-if analysis to determine the maximum total profit that could be achieved if only rye (no wheat) is planted, given the cost and time constraints.
Explain why issue of global warming effects on the ecosystem : Identify sources of information that can be useful to oppose information on this issue. What would be a good title name that will present this topic?
Occurred risk likelihood and risk impact : Name of the threat description when and where it occurred risk likelihood and risk impactHow the threat attacks the system
Which product would you recommend the bank invest in and why : The bank estimates its economic capital on product 1 to be $25 million and for product 2 to be $90 million. The bank's target hurdle rate is 20 percent. Which product would you recommend the bank invest in and why?
What parasites might the physician have suspected : What bacterial pathogens should be included in the screening of a routine stool culture, and how would the clinical laboratory scientist processing the culture recognize these potential pathogens?

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Give the steps for to build priority queue after deque

Give the steps for to build priority queue after deque

  Transmitting image using raster scan order

If we were to transmit this image using raster scan order, after 15 seconds how many rows of the image will the user have received?

  Recursive tree algorithms

Write a recursive function to determine if a binary tree is a binary search tree.

  Design an algorithm to find the selling price of item sold

To make a profit, the prices of the items sold in a furniture store are marked up by 60%. Design an algorithm to find the selling price of an item sold at the furniture store. What information do you need to find the selling price?

  An independent set in a graph g

An independent set in a graph G is a set of vertices I in G such that no two vertices in I are adjacent (neighbors). The maximum independent set problem is, given a graph G, to compute an independent set of maximum size (maximum number of vertices) i..

  Describe types of information systems

Describe five types of information systems, and give an example of each and describe 3 common reasons for a systems request. Try and find one not listed in the text.

  Conversion with unnormalized relation

Nazca Cinemas is a tiny movie theater that would like you to create a movie scheduling database system for them. The theater has 4-screens. Each screens has its own unique ID

  Creating a flowchart

Create a flowchart to illustrate the given problem. You are given input for the student name, number of credits, and cost per credit.

  Create algorithm prompt for and receive employee number

Create algorithm which will prompt for and receive the employee number from operator at terminal. Your program is to search array of valid employee numbers to check that employee number is XXXXX,

  Write down a cumulative 10- to 12-page paper incorporating

write a cumulative 10- to 12-page paper incorporating your prior work. solve the design problems of your virtual

  Discuss some of the emerging trends in information

Discuss some of the emerging trends in information(e.g. computer hardware, software and data analysis

  What is the machine run time in second for sorting array

Write computer program to implement this algorithm and demonstrate the results and what is the machine run time in second for sorting array A

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd