SOLUTION: from all the pairs of numbers whose sum is 256, find the pair whose product is greatest.
Algebra.Com
Question 273266: from all the pairs of numbers whose sum is 256, find the pair whose product is greatest.
Found 2 solutions by stanbon, CharlesG2:
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
from all the pairs of numbers whose sum is 256, find the pair whose product is greatest.
---
x + y = 256
---
Product = xy = x(256-x) = 256x-x^2
-----
P(x) = -x^2+256x
----
Max occurs when x = -b/2a = -256/(-2) = 128
---
If x = 128, y = 128
========================
Cheers,
Stan H.
Answer by CharlesG2(834) (Show Source): You can put this solution on YOUR website!
from all the pairs of numbers whose sum is 256, find the pair whose product is greatest.
pair of numbers: a and b
a + b = 256
a * b greatest = ?
this will be when a and b are both greatest or a=128 and b=128,
then a*b = 128 * 128 = 16384
this is similar to when you have a set perimeter for a rectangle, a square will always have the greatest area
following table is proof:
a b a*b
0 256 0
1 255 255
2 254 508
...
125 131 16375
126 130 16380
127 129 16383
128 128 16384
129 127 16383
130 126 16380
131 125 16375
132 124 16368
133 123 16359
134 122 16348
135 121 16335
...
254 2 508
255 1 255
256 0 0
RELATED QUESTIONS
Among all pairs of numbers whose sum is 26, find a pair whose product is as large as... (answered by richard1234)
Among all pairs of numbers whose sum is 8, find a pair whose product is as large... (answered by ikleyn)
Among all pairs of numbers whose sum is 16.8, find a pair whose product is as large as... (answered by math_helper)
list all the pairs of integers with a product of -30 then find the pair whose sum is... (answered by ikleyn)
among all pairs of numbers whose sum is -18, find the pair of numbers whose product is as (answered by oscargut)
Among all pairs of numbers whose difference is 8, find a pair whose product is as... (answered by greenestamps)
among all pairs of positive numbers whose sum is 14, find the smallest sum of... (answered by richwmiller)
From among the following pairs of numbers, whose sum is 36, identify the pair of numbers... (answered by Fombitz)
from among the following pairs of numbers, whose sum is 36, identify the pair of numbers... (answered by MathLover1)