Quasar gave you the correct way to calculate what you wanted to calculate, but I understand you are looking to clear up some of your confusion regarding terminology, so I hope the following helps (but I'll give you that it is all very confusing though!!):
A 'false positive' occurs when the disease is not present even though the test is positive. So, this is the event $B \land A^C$.
So, if you want to know the probability of getting a false positive, that is $P(B \land A^C)$, and that we can work out in two different ways:
$P(B \land A^C) = P(B)*P(A^C|B)$ or
$P(B \land A^C) = P(A^C)*P(B|A^C)$
Here:
$P(A^C|B)$ is the probability of the test being wrong (i.e. being a false positive) when the test comes out positive. So: out of all the cases where we test someone and they test positive, how often is that test result the wrong result?
$P(B|A^C)$ is the probability of the test getting the wrong result (and again be a false positive) given that the person tested does not have the disease.
Now, the confusing thing is that one can reasonably use the phrase 'false positive rate' to mean any of these three different probabilities: $P(B \land A^C)$ (how often do false positives occur?), $P(A^C|B)$ (how often is a positive test false?), and $P(B|A^C)$ (how often do we get a false positive for a healthy being?)
Something similar goes for the term 'accuracy'. That is, we may say that some test is '95% accurate', but what does that mean? Here, we could reasonably mean (or at least: the 'person on the street' could reasonably interpret this as):
$P(B|A)$: How often does the test accurately diagnose someone with the disease?
$P(A|B)$: if I test positive, what is the chance that I actually have that disease? (this could be called a kind of 'predictive accuracy')
Now, professionals will typically mean the first one (but it never hurts to ask them and be clear about what they really mean when they use this phrase!!!), because $P(B|A)$ is much more 'stable' than $P(A|B)$, and that is because if we compare a situation where a large percentage of the population has the disease with a situation where a small percentage of the population has the disease (in other words, as $P(A)$ changes over time ... which that can of course happen just fine), then $P(A|B)$ can change quite a bit as well, while this is far less true for $P(B|A)$: the chance for a test to get the correct result when we test someone who has the disease will be pretty much the same over time (unless we suppose that our biophysical states change significantly over time, which is far less likely).
So, if we say that a test is "95% accurate", we are probably referring to $P(B|A) = 0.95$.
However, here is one more wrinkle:
If 'the test is 95% accurate" means $P(B|A) = 0.95$, then do we know $P(B^C|A^C)$, i.e. the 'accuracy' of correctly diagnosing (i.e. the test coming out negative) a person that does not have the disease? No, we don't. Maybe the test is on the 'conservative' side, and will more likely come out positive for a person without the disease, than that it will come out negative for a person with the disease (indeed, in this context, a false negative could have far more dire consequences than a false positive!). So, in that case, $P(B^C|A^C)$ will be smaller than 95%. In fact, if you think about it, one could try and define an 'accuracy' rating that takes into account both of these probabilities, i.e. one could also reasonably interpret an 'accuracy rating of 95%' as $P(test correct)=0.95$ where:
$P(test correct)= P(B|A)*P(A) + P(B^C|A^C)*P(A^C)$
In the exercise in the book you refer to, though, they do specify a 'false positive rating' in addition to the accuracy rating, and by the false positive rating they mean $P(B|A^C)$. Which, by an analogous argument to the one given above, makes sense: $P(B|A^C)$ is likely to be more stable over time than $P(A^C|B)$.
The take home message is this though: the terminology is confusing, sine it can be interpreted in many reasonable, but different ways. Indeed, I assume the professionals themselves have a hard time getting all these distinctions straight. Therefore, it never hurts to ask what exactly they mean: statistical confusion has probably hurt more people than any one particular disease itself!