Saturday, July 14, 2007

Four 4's Part 3

Using arithmetic combinations of four 4's express the integers from 21 to 30.
You must use all four 4's for each number.
You may combine the 4's using the arithmetic operations +, -, * (multiplication) and / (division).
You are also allowed to use sqrt (square root) (e.g. sqrt(4) ).
You are allowed to use concatenation (e.g. 44 is valid as part of an answer).
You are allowed to use factorials. For example, 4! (or factorial(4)) = 4*3*2*1 = 24.
(The factorial of an integer x! is the product of all the positive integers less than or equal to x).
You do not need to use anything more exotic than those listed above - so no decimal places, powers of 4, trig operations, logarithms, cube/quartic/etc. roots, etc.

1 Comments:

Blogger steven said...

21=4! - 4 + 4/4
22=4! - 4 + 4/sqrt(4)
23=4! - sqrt(4) + 4/4
24=4! + ((4-4)*4)
25=4! + sqrt(4) - 4/4
26=4! + 4 - 4/sqrt(4)
27=4! + 4 - 4/4
28=(4! + 4) * 4/4
29=4! + 4 + 4/4
30=4 + sqrt(4) + sqrt(4) + sqrt(4)

July 21, 2007 at 3:50 AM  

Post a Comment

<< Home