bonanova Posted August 3, 2014 Report Share Posted August 3, 2014 Here are your digits: 1 2 3 4 5 6 7 8 9. Using each of them exactly once, form two numbers: for example, 314879 and 652. What's the largest product two such numbers can have? You don't need a computer Quote Link to comment Share on other sites More sharing options...
0 phil1882 Posted August 4, 2014 Report Share Posted August 4, 2014 in general the largest number produced by multiplication is achieved when the two numbers are close together. so we want a 4 digit and a 5 digit number. a b c d e * f g h i ---------- the largest first digit occurs when a and f are 9 and 8. since we want them to be close, its better for a to be 8 and f to be 9. the second largest digit will be 2 + 9*b +8*g. the largest value occurs when b is 7 and g is 6. this puts the max value at 8300000 aprox. the next largest digit is 7*6 +9*c +8*h. the max value occurs when h is 4 and c is 5. you can continue. the final answer is: 9642 *87531. 1 Quote Link to comment Share on other sites More sharing options...
0 wolfgang Posted August 3, 2014 Report Share Posted August 3, 2014 we make: 98765432 as first number and 1 as second number and we will get the largest product Quote Link to comment Share on other sites More sharing options...
0 bonanova Posted August 3, 2014 Author Report Share Posted August 3, 2014 we make: 98765432 as first number and 1 as second number and we will get the largest product 98765431 x 2 = 197530862 is bigger. Quote Link to comment Share on other sites More sharing options...
0 kukupai Posted August 3, 2014 Report Share Posted August 3, 2014 9 x 87654321 Quote Link to comment Share on other sites More sharing options...
0 bonanova Posted August 3, 2014 Author Report Share Posted August 3, 2014 9 x 87654321 91 x 87654321 is bigger Quote Link to comment Share on other sites More sharing options...
0 kukupai Posted August 3, 2014 Report Share Posted August 3, 2014 (edited) maybe 911 x 87654321 then? Anyway, back to work. Edited August 3, 2014 by kukupai Quote Link to comment Share on other sites More sharing options...
0 kukupai Posted August 4, 2014 Report Share Posted August 4, 2014 9652 x 87431 (and running out of ideas ) Quote Link to comment Share on other sites More sharing options...
0 bonanova Posted August 4, 2014 Author Report Share Posted August 4, 2014 Sooooo close. Swap a single digit from each number and you have it. Quote Link to comment Share on other sites More sharing options...
0 kukupai Posted August 4, 2014 Report Share Posted August 4, 2014 (edited) 9642 x 87531 ??? Edited August 4, 2014 by kukupai Quote Link to comment Share on other sites More sharing options...
0 Quantum.Mechanic Posted August 4, 2014 Report Share Posted August 4, 2014 Toying with a script to spit out the answers quickly, it seems this is the general pattern: If the digits are dm..dn (contiguous) the answer looks like: d n dn-3dn-5.. . * dn-1dn-2dn-4... regardless of m and n. This works regardless of whether there is an even or odd number of digits. Quote Link to comment Share on other sites More sharing options...
0 bonanova Posted August 5, 2014 Author Report Share Posted August 5, 2014 Toying with a script to spit out the answers quickly, it seems this is the general pattern: If the digits are dm..dn (contiguous) the answer looks like: d n dn-3dn-5.. . * dn-1dn-2dn-4... regardless of m and n. This works regardless of whether there is an even or odd number of digits. Nice! Quote Link to comment Share on other sites More sharing options...
Question
bonanova
Here are your digits: 1 2 3 4 5 6 7 8 9.
Using each of them exactly once, form two numbers: for example, 314879 and 652.
What's the largest product two such numbers can have?
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.