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 14:26, 31 January 2017

Problem

The sum of several positive integers is $20$. Find the largest product that can be formed by these integers.

Solution

Try \[5: 2*3*4*5*6 = 720\] Try \[4: 3*4*6*7 = 504\] Try 3, then realize it's going to be smaller. 6 numbers is too many, since \[1+2+3+4+5+6=21\] Thus the answer is 720

See Also