Difference between revisions of "2000 PMWC Problems/Problem I15"
(Created page with "==Problem== The sum of several positive integers is <math>20</math>. Find the largest product that can be formed by these integers. ==Solution== ==See Also==") |
(→Solution) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
+ | Try <cmath>5: 2*3*4*5*6 = 720</cmath> | ||
+ | Try <cmath>4: 3*4*6*7 = 504</cmath> | ||
+ | Try 3, then realize it's going to be smaller. | ||
+ | 6 numbers is too many, since <cmath>1+2+3+4+5+6=21</cmath> | ||
+ | Thus the answer is 720 | ||
==See Also== | ==See Also== |
Latest revision as of 13:26, 31 January 2017
Problem
The sum of several positive integers is . Find the largest product that can be formed by these integers.
Solution
Try Try Try 3, then realize it's going to be smaller. 6 numbers is too many, since Thus the answer is 720