I solved it a little bit different, and I don't know whether I was lucky to get the right answer or not.
we had 0.24x = alcohol and 0.76x = water.
We have added 200 grams of water, and therefore have x+200 - total volume
we know that the concentration of alcohol has decreased by 1/3 => which means we have 16% alcohol in new solution
0.16(x+200) + 0.76x+200 = x+200
we then have:
0.92x +32 = x
32 = 0.08x
x = (32 * 100) / 8
x = 400
but I guess my method is more lengthy.