GAME OF FOUR FOURS
RULES:
The rules of the game are very simple.You just have to use '4' four times and have to construct the integers 0,1,2,3..... , etc
The valid Operations one can use are
- You can surely use the four fundamental operations of mathematics (+,-,X,/)
- Concatenation is valid (44,444 are perfectly fine)
- Powers can be used (4^4 is perfectly sound)
- You can use square roots ( √ )
- You can use the factorial operation (4! = 4 X 3 X 2 X 1 = 24)
- You can use the decimal form also ( .4 is valid)