if 1:1000 of people is sick. the probability to be false positive is 0.07. if a person is sick there is not chance the test for the disease is wrong. If someone random is got a positive result, what are the chances he's actually sick?
I got 1.5% and wanted to check because I feel it should be more since the diagnose is never wrong. I took 1/1000 and divided it by 0.07+1/1000 and multiplied by 100 to get the percent. (by the formula for conditioned probability).
Your calculations are not quite correct. $$ P(\text{sick} \, | \, \text{positive test}) = \frac{P(\text{positive test} \, | \, \text{sick}) P(\text{sick}) }{P(\text{positive test})} $$ We know $P(\text{positive test} \, | \, \text{sick}) =1$ and $P(\text{sick}) = 1/1000$. As for the denominator, $$ P(\text{positive test}) = P(\text{positive test} \, | \, \text{sick}) P(\text{sick}) + P(\text{positive test} \, | \, \text{not sick}) P(\text{not sick}) $$ We know $P(\text{positive test} \, | \, \text{sick}) P(\text{sick}) = P(\text{sick}) = 1/1000$ and $P(\text{positive test} \, | \, \text{not sick}) P(\text{not sick}) = (7/100)\cdot(999/1000)$. So it should be $$ P(\text{sick} \, | \, \text{positive test}) = \frac{0.001}{0.001 + 0.07\cdot0.999} \approx 0.0141 $$ or $1.41\%$.
But your question remains: this is surprisingly low, right?! The reason is that very few people have the disease! If $1000$ people get the test, on average only one will have the disease, but about $70 \approx .07\cdot999$ healthy people will test positive.