find the two numbers whose sum is 12 and sum of whose cubes is minimum
Answers
Answered by
2
let the two parts be x and y.
x+y = 12
⇒ y = (12-x)
You need to minimise the sum of their cubes.
(x)³ = x³
(12-x)³ = (12)³ - x³ + 3×12×x² - 3×x×12² = 1728 - x³ + 36x² - 432x
sum, s = (1728 - x³ + 36x² - 432x) + x³ = 1728 + 36x² - 432x
⇒ s = 36x² - 432x + 1728
For minimum,
So x = 6,
y = 12 - x = 12- 6 = 6
So the two parts are (6,6)
x+y = 12
⇒ y = (12-x)
You need to minimise the sum of their cubes.
(x)³ = x³
(12-x)³ = (12)³ - x³ + 3×12×x² - 3×x×12² = 1728 - x³ + 36x² - 432x
sum, s = (1728 - x³ + 36x² - 432x) + x³ = 1728 + 36x² - 432x
⇒ s = 36x² - 432x + 1728
For minimum,
So x = 6,
y = 12 - x = 12- 6 = 6
So the two parts are (6,6)
Similar questions