Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. j
  2. 1 0
  3. -------
  4. 1 | a | b |
  5. i -------
  6. 0 | c | d |
  7. -------
  8. a = number of variables on which both objects i and j are 1
  9. b = number of variables where object i is 1 and j is 0
  10. c = number of variables where object i is 0 and j is 1
  11. d = number of variables where both i and j are 0
  12. a+b+c+d = p, the nubmer of variables.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement