Modelling Mathematical Models Put into Excel Spreadsheets.

Slides:



Advertisements
Similar presentations
3.3 Cost, Profit and Revenue Functions
Advertisements

Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall2-1.
Introduction to Spreadsheet Modeling
Cost, revenue, profit Marginals for linear functions Break Even points Supply and Demand Equilibrium Applications with Linear Functions.
6 - 1 Lecture 4 Analysis Using Spreadsheets. Five Categories of Spreadsheet Analysis Base-case analysis What-if analysis Breakeven analysis Optimization.
Spreadsheet Demonstration New Car Simulation. 2 New car simulation Basic problem  To simulate the profitability of a new model car over a several-year.
1 BIS APPLICATION MANAGEMENT INFORMATION SYSTEM Planning modeling Chapter outline: 1.The basic planning problem 2.The basic pricing problem 3.Nonlinear.
1 Copyright © 2008 Cengage Learning South-Western. Heitger/Mowen/Hansen Cost-Volume-Profit Analysis: A Managerial Planning Tool Chapter Three Fundamental.
Spreadsheet Simulation
Spreadsheet Demonstration
Predictive Modeling and Analysis 8-1.  Logic-Driven Modeling  Data-Driven Modeling  Analyzing Uncertainty and Model Assumptions  Model Analysis Using.
Cost-Volume-Profit Analysis and Variable Costing
©2003 Prentice Hall Business Publishing, Cost Accounting 11/e, Horngren/Datar/Foster Cost-Volume-Profit Analysis Chapter 3.
WJEC Applied ICT Spreadsheet Skills 1.Introduction to Financial Modelling Definition A model is a program which has been developed to copy the way.
Chapter 23 Flexible Budgets and Standard Cost Systems
Chapter 14 Simulation. What Is Simulation? Simulation is to mimic a process by using computers.
Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin 12 Financial and Cost- Volume-Profit Models.
1 Chapter 4 Planning Models Operations Analysis Using MS Excel.
Fundamentals of Cost-Volume-Profit Analysis Chapter 3 Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
The McGraw-Hill Companies, Inc. 2006McGraw-Hill/Irwin 12 Financial and Cost- Volume-Profit Models.
Example 2.3 An Ordering Decision with Quantity Discounts.
Chapter 18 Cost volume profit analysis 18-1 Copyright  2009 McGraw-Hill Australia Pty Ltd PowerPoint Slides t/a Management Accounting 5e by Langfield-Smith.
Chapter 18. Identify how changes in volume affect costs.
Contribution and Break-even Analysis A2 Accounting.
Chapter 2. Cost-volume-profit analysis examines the behavior of total revenues total costs operating income as changes occur in the output level selling.
MTH108 Business Math I Lecture 11. Chapter 5 Linear Functions: Applications.
Chapter 15 Cost volume profit analysis. Cost volume profit (CVP) analysis §Can be used to determine the effects of changes in an organisation’s sales.
Lecture 3 Cost-Volume-Profit Analysis. Contribution Margin The Basic Profit Equation Break-even Analysis Solving for targeted profits.
Copyright  2006 McGraw-Hill Australia Pty Ltd PPTs t/a Management Accounting: Information for managing and creating value 4e Slides prepared by Kim Langfield-Smith.
3.10 Business and Economic Applications.
Sales revenue and costs. Revenues Revenues. Sometimes called sales revenue, or just sales, or sometimes turnover. All mean the same. From the chart how.
BUSS 1 Financial planning: using break- even analysis to make decisions.
Calculating Break-Even. Break-Even Point … the point at which a business makes enough money to pay its costs and begins to make a profit Units Dollars.
Financial planning: break-even. Syllabus Candidates should be able to: define contribution and contribution per unit (selling price – variable cost per.
Lesson Objectives All students will understand Most students will
Learning intention Understand the concept of Break-even and the assumptions on which it is based.
Cost-Volume-Profit Analysis
Break Even Diagrams Break Even point is when a firms total costs are the same as revenue At break even point the firm is making no profit, and is also.
7.3 Systems of Linear Equations in Two Variables
Cost-Volume-Profit Relationships
Cost-Volume-Profit Relationships
Cost-Volume-Profit Analysis: A Managerial Planning Tool
Linear Functions and Mathematical Modeling
[ 3.5 ] Costs of Production.
AS: Production, costs and revenue
Fundamentals of Cost-Volume-Profit Analysis
Cornerstones of Managerial Accounting 2e Chapter Four
Cost Behavior and Cost-Volume-Profit Analysis
HNC – Business Management Techniques Session 3
Cost-Volume-Profit Analysis
COURSE LECTURER: DR. O. J. AKINYOMI
Cost Behavior and Cost-Volume-Profit Analysis
Break Even Analysis All: Understand / review what is break even analysis Most: calculate and present break even Some: Explain how break even is an internal.
Modelling Mathematical Models Put into Excel Spreadsheets.
© EMC Publishing, LLC.
© 2017 by McGraw-Hill Education
AMIS 310 Foundations of Accounting
Chapter 4: The pricing model
Starter Activity Complete the worksheet provided by your teacher!
Robert Zimmer Room 6, 25 St James
Money received by the business
Absolute and Relative cell referencing
Weygandt-Kimmel-Kieso-Aly
Management Tools.
Goal Seek.
Cost-Volume-Profit Analysis
Break-Even Analysis.
Cost volume profit analysis
Cost/volume/profit analysis
IGCSE Business Studies
Presentation transcript:

Modelling Mathematical Models Put into Excel Spreadsheets

Modelling ideas Input Variables Decision Variables Targets

First Maths Profit = Revenue - Cost Linear Cost: Linear Revenue Cost = Fixed Cost + N* Variable Cost Linear Revenue Revenue = N* Price Piecewise Linear Revenue Revenue = N1*Price1 + N2*Price2 + … (e.g. when you can sell some t-shirts at a premium)

Dealing with uncertainty Projections using falling value of money Projected Costs Dealing with uncertainty (actually still to come in lecture) Projections using falling value of money 100 pounds now is worth more than the promise of 100 pounds next year Break-even analyses

Spreadsheets Absolute and relative addresses If statements Range names Making one-way tables Two-way tables Goal Seek

Uncertainty Sam’s Bookshop Sam does not know how many books to order. They are cheaper the more he orders He has to sell them cheaply if he does not sell them quickly He does not know how many he can sell

They are cheaper the more he orders First 1000 books are 24 dollars each; next 1000 23 etc. Use a Vertical Lookup Table

Uncertain Sales

Expected Value Suppose somebody throws a dice and gives you a pound for each dot on the side that comes up E.g. if a 4 is thrown you get 4 pounds How much money can you expect to get on average?

Well there is a 1 in 6 chance of getting one pound + a 1 in 6 chance of getting 2 pounds etc. 1/6 (1) + 1/6 (2) + … + 1/6 (6) = 3.5 pounds

Back to Sam Want to maximise Profit Profit =Revenue-Cost Revenue =Units_sold_at_regular_price*Regular_price+ Units_sold_at_leftover_price*Leftover_price

Units_sold_at_leftover_price = Order - Units_sold_at_regular_price Units_sold_at_regular_price = MIN(Order_quantity,Demand) = IF(Order_quantity < Demand, Order_quantity,Demand)

Cost =VLOOKUP (Order_quantity,CostLookup,2)

Make a Table

For each line of the table we can compute an expected value of profit by multiplying the profits by the demand probailities and adding

Expected profit for order of 2000 is: .025*30000 + .05*40,000 + ….