Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Each week a builder makes an order of doors from a supplier. The doors normally cost $60 each, but the supplier gives a 10% discount

Each week a builder makes an order of doors from a supplier. The doors normally cost $60 each, but the supplier gives a 10% discount for any order of 30 or more doors. The orders for the first 8 weeks of the year are given in the vector:

Orders = [20 40 15 30 25 45 10 35]

(a) Write a MATLAB program using a for loop and if statement to find the total cost of the doors ordered.

(b) Extend your program using the find command to find which weeks the builder obtained a discount.

Step by Step Solution

3.58 Rating (162 Votes )

There are 3 Steps involved in it

Step: 1

a Orders 20 40 15 30 25 45 10 35 total 0 fori1lengthorders if ... 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_2

Step: 3

blur-text-image_3

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

Probability And Statistics For Engineers And Scientists

Authors: Anthony Hayter

3rd Edition

495107573, 978-0495107576

More Books

Students also viewed these Programming questions

Question

Write a MATLAB program tointegrate /2 cos(cos.x) dr

Answered: 1 week ago