Sunday, May 26, 2013

Product of Two Numbers generate Maximum value

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 :
  1. Build the number by taking higher value digits first, later lower value digits
  2. Absolute difference of these two numbers should be very low to generate a Maximum product.

Solution to Puzzle :
Nothing is impossible.
Still you want to see the solution reach link to see the solution. But, don't give up easily. 

No comments:

Post a Comment