Krabo wrote:
You are given a set of four numbers, they are all 4's. You are free to arrange them at will and also free to use any valid arithmetical operations, including parentheses and brackets, roots, what ever, but you are not allowed to include any extra numbers. Your goal is to construct expressions which yield all integers below a certain limit. (I'm not sure what this limit might be.)
Examples:
1 = 44/44
2 = 4/4 + 4/4
3 = 4 + 4/4 – √4
4 = 4 + 4·(4 – 4)
Please, continue. (Not necessarily in ascending order.)
5 = (4*4 + 4)/4
6 = ( 4*4 + sqrt(4)*4) /4
7 = (4*4 + 4*4 - 4)/4
8 = (4*4 + 4*4)/4
9 = (4*4 + 4*4 + 4)/4
I will think of some more later on.
ruveyn