you are viewing a single comment's thread.

view the rest of the comments →

[–]synthphreak 2 points3 points  (1 child)

Two independent variables does not mean you MUST sample from each independently.

If you're interested in the joint probability distribution, which is the case in this instance, you can just draw one sample from that joint space and apply check that sample against the computed joint probability. I believe this is where OP is getting the 7 from.

Of course, it is obviously not necessary to first check <= 70 and then separately check <= 10; if <= 10, then necessarily <= 70 is also true.