Puzzle # 14
Using the digits 1 up to 9, two numbers must be made. The product of these two numbers should be as large as possible. All digits must be used exactly once. - By Multiplying only Two Numbers say A & B, Maximum Value needs to be generated
- These two numbers A and B should cover all the digits from 1 to 9.
Puzzle Tip :
A, B should be a five digit Number, Four digit Number or Viceversa.
Approach to Solve Puzzle :
- Build the number by taking higher value digits first, later lower value digits
- Absolute difference of these two numbers should be very low to generate a Maximum product.
Solution to Puzzle :
Nothing is impossible.
No comments:
Post a Comment