Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello! I need help with this I'm not sure where I should start thank you! Write a program to compute and print all values shown

Hello! I need help with this I'm not sure where I should start thank you!

Write a program to compute and print all values shown in the Expected output (must include decimal formatter):

User Input:

Advertising

$2,000

Payroll

$2,000

Rent

$2,000

Supplies

$1,000

Taxes (real estate, etc.)

$1,000

Cost of goods sold per unit

$1.00

Direct labor per unit

$1.00

Overhead per unit

$1.00

Commissions per unit

5.00%

Number of units sold

5000

Selling price per unit

$6.00

Expected output:

Total variable cost per unit = $3.30

Total fixed costs = $8,000

Total cost = $24,500.00

Total revenue = $30,000.00

Profit = $5,500.00

Total variable cost per unit = (Cost of goods sold per unit + Direct labor per unit + Overhead per unit) + (Selling price per unit x Commissions per unit )

Total fixed costs = (Advertising + Payroll + Rent + Supplies + Taxes)

Total cost = Total variable cost per unit x Number of units sold + Total fixed costs

Total revenue = Number of units sold x Selling price per unit

Profit = Total revenue - Total cost

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

Database Design Using Entity Relationship Diagrams

Authors: Sikha Saha Bagui, Richard Walsh Earp

3rd Edition

103201718X, 978-1032017181

More Books

Students also viewed these Databases questions