Question 395833
The description of the problem could be better, but
I think I get what they're asking.
They want you to represent each of the
numbers 1,2,3,4,5,6,7,8, and 9
using the numbers 4,4,4, and 4 and connecting
any combinations of the four 4's with allowed
operations: (+), (-), (x), and(/)
I can say, for instance,
{{{4 - 4 + 4/4 = 1}}}
{{{4/4 + 4/4 = 2}}}
{{{(4 + 4 + 4)/4  = 3}}}
I can't think of a combination for 4, but
{{{((4*4) + 4)/4 = 5}}}
and so on