My basic understanding is that each time I have 30% chance of winning the prize so between 3 and 4 tries I should win it
cause .3 +.3 +.3 = 90% as I need to win only once with 3 try .3+.3+.3+.3 = 120% with 4 try
I do remember a formula saying 1-(0.7)^3 = 65.7% chance but I dont remember what that number mean exactly
thanks for answering this noob question my math are way behind me now
You can't just add the probabilities (for instance, your $120\%$ can't be right...you can't have a greater than certain chance of winning!). Also, in theory there is no way to guarantee winning. You might, in theory, try a billion times and fail each time. That isn't very probable, but it is a mathematical possibility.
Say you try $n$ times. Then (under fairly reasonable assumptions) since each try fails with probability $.7$ the probability that all of them fail is $.7^n$. It follows that the probability that at least one of the tries succeeds is given by $$P_n=1-.7^n$$
How does that look numerically? Well, it's easy to compute. $P_3=0.657$ so you still have a respectable chance of not winning. $P_8=0.94235199$ so even with $8$ tries you have a greater than $5\%$ chance of not winning.
If, say, you want your chance of winning to be at least $99\%$ you have to try $13$ times! Indeed, $P_{13}=0.990311099$.