Jump to content
BrainDen.com - Brain Teasers
  • 0


Guest
 Share

Question

Using the numbers 1,2,3,4 and the mathematical operations: addition, subtraction, multiplication, division, and POWERS how can you make the largest possible total?

More generally, given the numbers 1...n, how can you make the largest possible total?

Edited by psychic_mind
Link to comment
Share on other sites

17 answers to this question

Recommended Posts

  • 0

I think it is something like this:

2 ^ ( 3 ^ ( 4 + 1 ) )

2 ^ ( 3 ^ ( 4 ^ ( ... ^ ( (n-2) ^ ( (n-1) ^ ( n + 1 ) ) ) ... ) )

Edited by lunkkun
Link to comment
Share on other sites

  • 0

You actually get a larger number going reverse

i.e. 3^2 is larger than 2^3, based on this

4^3^(2+1) would be the largest

In general n^(n-1)^(n-2) ... ^4^3^(2+1)

Actually, never mind - I just verified and it's actually bigger starting with the smallest.

Edited by littlej
Link to comment
Share on other sites

  • 0

actually, it may b this one:

2^[(3+1)^4] which comes to 2^256.

In gen, 2^{3^[4^...^((n-1)+1)]}^n.

I couldn't check this for just with 5 numbers. Sci-Calc shows Math error!!!!

Edited by Praveen S Thivari
Link to comment
Share on other sites

  • 0

For part 2 i don't know the answer so maybe someone would be able to prove their answer as well. I'll have a go later.

Edited by psychic_mind
Link to comment
Share on other sites

  • 0

well I know this isn't gonna win but I've never liked the term 'undefined'

4/(3-2-1) which = 4/0

because in the case of 4/n as 'n' approaches zero then 4/n approaches infinity as 'n' approaches 0.

but in the former case of 4/0 we say it's undefined ... I never did like that term

Link to comment
Share on other sites

  • 0

Praveen S Thivar!

I don't think anyone can go higher. Unless PVRoot's answer is legal.

To make things easier, let's compare the logarithms.

Since logs are increasing functions for positive numbers, we know that

if log(A) < log(B), then A < B.

I'll write down the expressions shown above, and the corresponding natural logarithms.

2 ^ ( 3 ^ ( 4 + 1 ) ) ::: 168.4348

4^(3^(2+1)) ::: 37.42999

4^3^(2+1) ::: 12.4766

2^[(3+1)^4] ::: 177.4457 *Winner*

(1+2)^(3^4) ::: 88.9876

(1+2)^3^4 ::: 13.1833

Knowing that powers give the best yield, assume the answer is of the form A^B.

We will get better results maximizing B rather than A. So use all numbers except one of them to maximize B. We will use the largest numbers for this. However A cannot be 1, so let A=2.

We now have 1,3,4 to form B, and we follow the same principle.

The only benefit that can be obtained from 1 is through addition.

Where to put the 1 though?

We have 3^4 and we need to insert 1.

Since 3 and 4 are small numbers close together, it is not clear that increasing the position that the 4 is in is better. Let's try both cases.

We end up comparing 4^4 = 256

to 3^5 = 243

So the best answer is 2^((3+1)^4)

Note that the winning answer has 78 digits!

Edited by mmiguel1
Link to comment
Share on other sites

  • 0

I don't think you can concatenate the numerals.

Parsing the original statement:

----------------------------------------

"Using the numbers 1,2,3,4 and the mathematical operations: addition, subtraction, multiplication, division, and POWERS how can you make the largest possible total?

More generally, given the numbers 1...n, how can you make the largest possible total? "

----------------------------------------

We are given the numbers 1,2,3,4 and are restricted to a set of operations.

You cannot form 12 out of the numbers 1 and 2 with any of the listed operations (without using additional numbers .eg. 1*10 + 2).

You can form the string 12 out of the characters 1 and 2 with concatenation, but by using the word numbers, I believe we are supposed to interpret 1,2,3, and 4 strictly as quantities and not text.

Here is a silly way to interpret strictly as quantities:

Given packages of 1 marble, 2 marbles, 3 marbles, and 4 marbles, and special machines that can combine packages of marbles to produce a new package by the operators listed above, create the package with the most marbles.

You cannot make a package of 12 marbles from the 1 and 2 packages.

Link to comment
Share on other sites

  • 0

Why not:

18249762470488780874564686422801165299572914028994239722316770071597100668834709546023651245269485599114569238294377629242754818885501751993010645278888856753007978697441059800331496768986415104

Link to comment
Share on other sites

  • 0

Three-hundred twenty-one [321] is not one of the numbers we have been given to use. We are given the use of the numbers 1, 2, 3 and 4, not the digits. Nor are We given the concatenation function to use, but only the operations of addition, subtraction, multiplication, division and powers (exponentiation).

The number that you form should be composed of the dydadic operators +, -, *, /, or ^, and, though not mentioned, but inherent to the operations, any brackets needed.

2^((3+1)^4) = 2^(4^4)) = 2^(256) = 115792089237316195423570985008687907853269984665640564039457584007913129639936

Edited by Dej Mar
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...