asked 70.8k views
1 vote
can someone explain how to find two positive numbers such that their product is 192 and the sum of the first plus three times the second is a minimum?

asked
User Imam
by
7.4k points

1 Answer

5 votes
Let the two numbers be y and x, then
xy = 192
y = 192/x
dy/dx = -192/x^-2 . . . (1)

Sum (S) = y + 3x
If the sum is minimum, then
dS/dx = dy/dx + 3 = 0
dy/dx = -3

From (1), -192/x^2 = -3
3x^2 = 192
x^2 = 192/3 = 64
x = sqrt(64) = 8
y = 192/8 = 24

The two positive numbers are 8 and 24.
answered
User Derrick Turk
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.