AoPSWiki
Looking for a challenging geometry text? Preparing for MATHCOUNTS or the AMC exams? Check out Art of Problem Solving's Introduction to Geometry by Richard Rusczyk.
Personal tools

1997 PMWC Problems/Problem I14

From AoPSWiki

Problem

If we make five two-digit numbers using the digits exactly once, and the product of the five numbers is maximized, find the greatest number among them.

Solution

This is a greedy algorithm question. Let be the digits of the first number, etc. Without loss of generality let be the greatest number. Then we want to maximize the quantity

(10a_1 + b_1)(10a_2 + b_2) \cdots (10a_5 + b_5) =10^5 a_1a_2a_3a_4a_5 + 10^4(b_1a_2a_3a_4a_5 + \ldots) + \ldots + b_1b_2b_3b_4b_5

The greedy algorithm quickly tells us that the first digits of the numbers should be , so . Now, look at the coefficient of . The product is less than any of the other terms (which all contain the maximal ), so by the greedy algorithm, we should make as small as possible. Hence , and our answer is .

See also

1997 PMWC (Problems)
Preceded by
Problem I13
Followed by
Problem I15
I: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
T: 1 2 3 4 5 6 7 8 9 10
Add a glimpse of the Art of Problem Solving Forum to your own site!
Click here for details!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us