Company: Mastercard
Difficulty: medium
In how many different ways can we change the sign `*` with `+` or `-`, such that the following equation is true? ```text 1*2*3*4*5*6*7*8*9*10*11 = 42 ```