Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We want to conduct an analysis for a wooden baseball bat manufacturer that is interested in diversifying its product line by adding more materials and

We want to conduct an analysis for a wooden baseball bat manufacturer that is interested in diversifying its product line by adding more materials and possibly upgrade the equipment. To help the manufacturer look at the different scenarios, write a program that includes the following:

variables:

----------------------------------------------------------------------------------

Materials={'Ash';'Hickory';'Maple';'Pine}

Cost=[4.35 4.95 6.35 3.75]

Labor & Energy cost=LECost=1.25

---------------------------------------------------------------------------------------

-Using a menu, ask the user to select a material for the bat.

-Ask the user to enter, as a scalar, the selling price of a single bat made from the chosen material.

-Ask the user to enter, as a vector, the total number of bats that can be produced per week without an upgrade, and the number of weeks the manufacturer plans to run the production machinery in a year; these values are the same regardless of the type of bat produced.

-Ask the user to enter a vector containing the ADDITIONAL number of bats that can be produced in a week if the equipment is upgraded, and the fixed cost for the upgrade.

-The variable cost of production will be the summation of the material cost, labor cost, and energy cost and is the same for a given material regardless of upgrades.

Your program should calculate and display the following information in the command window:

image text in transcribed

Formatting notes

image text in transcribed

selling Price per bat: Total Variable Cost per bat: NO UPGRADE Pr ducing ## MMM bats a week for ## weeks = ## total bats Profit: $##,#E## WITH UPGRADE Producing ## MMM bats a week for ## weeks = ## total bats Fixed Cost of upgrade: Profit: Breakeven Point: $##.#8## #### weeks selling Price per bat: Total Variable Cost per bat: NO UPGRADE Pr ducing ## MMM bats a week for ## weeks = ## total bats Profit: $##,#E## WITH UPGRADE Producing ## MMM bats a week for ## weeks = ## total bats Fixed Cost of upgrade: Profit: Breakeven Point: $##.#8## #### weeks

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions