Question

Image for 1) An airline requires that the total outside dimensions (length + width + height) of a checked bag not exceed

0 0
Add a comment Improve this question Transcribed image text
Answer #1

l + w + h <= 56

h = w

l + 2h <= 56

For largest volume, l + 2h = 56 --> L = 56 - 2h

V = lwh

V = (56 - 2h)(h)(h)

V = -2h^3 + 56h^2

dV/dh = -6h^2 + 112h = 0

-6h^2 + 112h = 0

h = 112/6

So, h = 56/3 inches

Therefore, w = 56/3 inches

l = 56 - 2h

l = 56 - 2(56/3)

l = 56 - 112/3

l = 56/3 inches

So, the dimensions are :
Length = 56/3 inches
Width = 56/3 inches
Height = 56/3 inches

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

C(x) = 16900 + 100x + 0.01x^2

So, average cost = Ca(x) = (16900 + 100x + 0.01x^2) / x

Ca(x) = 16900/x + 100 + 0.01x

dCa/dx = -16900/x^2 + 0.01 = 0

16900/x^2 = 0.01

x^2 = 16900/0.01

x^2 = 1690000

x = 1300 ----> ANSWER

Average cost = 16900/1300 + 100 + 0.01(1300)

Resulting average cost = $126 ---> ANSWER

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

3)

L + 2W + 2H <= 126

L + 2W + 2H = 126

If front face is square, then W = H

L + 4W = 126

L = 126 - 4W

Volume V = LWH

V = (126 - 4w)(w)(w)

V = -4w^3 + 126w^2

dV/dw = -12w^2 + 252w = 0

w = 252/12 ---> w = 21

So, h = 21

L = 126 - 4w --> 126 - 4(21)

L = 42

So, max volume is : LWH --> 42*21*21

V(max) = 18522 in^3 -----> ANSWER

Add a comment
Know the answer?
Add Answer to:
1) An airline requires that the total outside dimensions (length + width + height) of a...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A postal service will accept packages only if the length plus girth is no more than...

    A postal service will accept packages only if the length plus girth is no more than 220 inches. (See the figure.) Assuming that the front face of the package (as shown in the figure) is square, what is the largest volume package that the postal service will accept? _______________

  • Fly-by-Night Airlines has a peculiar rule about luggage: The length l and width w of a...

    Fly-by-Night Airlines has a peculiar rule about luggage: The length l and width w of a bag must add up to at most 57 inches, and the width w and height h must also add up to at most 57 inches. What are the dimensions of the bag with the largest volume that Fly-by-Night will accept?

  • In C++ Assignment 7 - Postal Packages In the Gaddis textbook read Chapter 8 sections 8.1-8.10...

    In C++ Assignment 7 - Postal Packages In the Gaddis textbook read Chapter 8 sections 8.1-8.10 and Chapter 9 section 9.1 before starting this assignment. Lone Star Package Service ships packages within the state of Texas. Packages are accepted for shipping subject to the following restrictions: Shipping requirements The package weight must not exceed 50 pounds. The package must not exceed 3 feet in length, width, or height. The girth of the package must not exceed 5 feet. The girth...

  • C++ Lone Star Package Service ships packages within the state of Texas. Packages are accepted for...

    C++ Lone Star Package Service ships packages within the state of Texas. Packages are accepted for shipping subject to the following restrictions: Shipping requirements The package weight must not exceed 50 pounds. The package must not exceed 3 feet in length, width, or height. The girth of the package must not exceed 5 feet. The girth is the circumference around the two smallest sides of the package. If side1, side2, and side3 are the lengths of the three sides, and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT