Author Topic: A Game of Four - HARDCORE MATH  (Read 1004 times)

4 X (44 - 4) - 4 X sqrt(4) = 1000

edit: wait hold on you actually have to coordinate the answers? ...yeah I got nothing sorry
« Last Edit: April 02, 2014, 07:41:19 AM by Cybertails1998 »

44/4 - log4(4*4) = 13
that violates the rules but I got the basic concept of calculating 13

I might program a routine that calculates the numbers.
« Last Edit: April 02, 2014, 08:02:11 AM by Axo-Tak »

pffft you can't use logs

log44 = 1
log4(4 * 4) = 2
log4(4 * 4 * 4) = 3

Coincidentally, I had already made a program to exhaustively search all possible combinations. Assuming the only valid operators are +, -, *, /, ^, and @ (concatenates two fours, so 44 = 4 @ 4), and that there's a maximum of four fours:

EDIT: Alternatively, disallowing exponentiation, we get:
« Last Edit: April 04, 2014, 02:18:47 AM by Xalos »