ElectricRay said:
For your answer i see that there is a difference between
P(AnB) and P(A) n P(B)
No, that's not the point I am making, and again points to some confusion.
You need to distinguish
random variables,
events and
event spaces, and only use operators that are meaningful on each type of object.
The outcomes of dice rolls can be considered random variables. Algebraic combinations of the results, such the sum and product, are also random variables.
An atomic event is a particular outcome, i.e. a random variable taking a certain value on some trial.
An event more generally is a set of outcomes considered equivalent for some purpose. Thus, if we only care whether the sum is > 7 and X is the random variable for the sum then this event is (X>7).
We can combine events using ∩, ∪ etc. to create other events. (There are limitations on this when we get into infinite spaces.)
An event space is the set of all possible outcomes for some random variable.
A probability function is a mapping from the set of possible events (i.e. all subsets of the event space) to [0,1].
In short, an event specifies a condition that the outcome of a random variable might satisfy in a trial; the probability of the event is the probability that the outcome will satisfy the condition.
In your initial post you wrote that A and B are spaces, but then you specified A=a+b, B=a*b. That means they are not spaces, they are random variables.
Next you asked:
1) What is the probability P(A > 7)
2) What is the probability P(B = odd)
Again, that means A and B are random variables. If we ignore the original statement that they are spaces, all is fine up to here.
But then you wrote
3) What is the probability P( A n B)
4) What is the probability P(A u B)
Applying operators ∩, ∪ to random variables does not mean anything. Those operators apply to events. If I now try to interpret A and B as events, I don't know what those events are. Q3 and Q4 are posed as though independent of Q1 and Q2.
(In your post #18, you wrote P(A) n P(B). This also means nothing. P(A) and P(B) are numbers.)
There are a couple of ways this could have been written that make sense. E.g. with the more common usage of X, Y, Z.. for random variables and A, B, C... for events:
X is the r.v. a+b
Y is the r.v. a*b
A is the event X>7
B is the event Y is odd
q1: P(A)
q2: P(B)
q3: P(A∩B)
q4: P(A∪B)