Non-Homework Combinatorics Question for a Legal Brief

In summary, a complaint filed in court has dragged combinatorics into the case, with the plaintiff alleging that each of the 70+ defendants worked with one or more of nine different toxic substances and performed one or more of eleven different activities with those substances. Using a 9x11 matrix for each defendant, there are 10^30 possible ways to fill the matrix for a single defendant. Accounting for all 70 defendants, the number of possible options exceeds the number of particles in the known universe. If all chemicals are claimed to be used in all activities, the number of options decreases to about one million for each defendant, resulting in a total of over 70 million options for all defendants combined.
  • #1
Mark_809
8
0

Homework Statement



To make sure I don't get booted right off the bat, I should emphasize that this is not a homework assignment. I'm a lawyer working on a brief, and I'm trying to respond to an allegation that has dragged combinatorics into the case.

In a complaint filed in court, you are not permitted to make formulaic allegations that don't include sufficient factual allegations to properly state a claim. My problem is that a plaintiff has filed a complaint against my client (and 70+ other defendants) alleging generally that each of the 70+ defendants worked with one or more of nine different toxic substances and that they then performed one or more of eleven different activities with one or more of the nine different toxic substances. I've already referred to this as the PowerBall Approach in my brief, and a friend with a math background was able to tell me that it falls into the realm of combinatorics. But beyond that, I'm simply out of my element. I've already argued that if each defendant worked with only one substance and did only one activity, it would still describe 99 possible claims against each defendant, but that's as far as my math background can take me.

Homework Equations



No idea, though if my situation were simpler it would apparently be (n+m-1)!/(n-1)!*m! but it's not that simple.

The Attempt at a Solution



I tried finding an online combinatorics calculator (I was surprised they actually exist), but I think this is another level of complexity beyond that. For instance, those calculators could tell me how many ways you can get 2 substances out of nine substances (45), but it doesn't have to be 2 substances. It can be anywhere from 1 to nine. And then, it can be anyone or more of eleven different activities with all of those possible combinations of substances. I want to give the judge a number and an equation to show where the number comes from to make clear how vague and all encompassing that count of the complaint actually is.

Thanks (sorry I couldn't make a better attempt at the math but this is definitely not what they taught us in law school).
 
Physics news on Phys.org
  • #2
What exactly do you want to calculate?

If you ask how many possible combinations are there in total: you could make a 9x11 matrix for each defendant, where each box corresponds to "did this activity with this substance". That gives 99 independent chemical/activity combinations, for a total of 299-1 or roughly 1030 possible ways to fill that matrix for a single defendant. The "-1" as an empty matrix would mean no substance was used for those activities.
Even with three defendants the number of options exceeds the number of particles in the known universe.

If you know that all chemicals are claimed to be used in all activities, the number of options gets much lower. You have 29-1 possible combinations of chemicals and 211-1 possible sets of activities. Still about a million options for each, and more options than atoms in the known universe for all 70 combined.
 
  • Like
Likes Mark_809
  • #3
I would say I'm trying to determine how many possible combinations there are for anyone defendant. So Defendant A is alleged to have done one or more of eleven activities with one or more of nine different substances. What I would like to find is X in this hypothetical sentence: "By combining one or more of eleven possible activities and one or more of nine possible substances, Plaintiff's complaint presents anyone of X possible allegations." And then I'd like to be able to put the mathematical equation in a footnote to show I didn't pull X out of the air.
 
  • #4
If person X chooses some number of m drugs he has ##2^m## ways he could choose the drugs. Then if he chooses some number of n activities he has ##2^n## activities choice selections. The total number drug,activity actions for this person would be ##2^m2^n=2^{m+n}=2^{20}=1048576##. That includes everything from doing 1 activity with 1 drug to doing 9 activities with 11 drugs.
 
  • Like
Likes Mark_809
  • #5
LCKurtz said:
If person X chooses some number of m drugs he has ##2^m## ways he could choose the drugs. Then if he chooses some number of n activities he has ##2^n## activities choice selections. The total number drug,activity actions for this person would be ##2^m2^n=2^{m+n}=2^{20}=1048576##. That includes everything from doing 1 activity with 1 drug to doing 9 activities with 11 drugs.
That is the second calculation I mentioned.

You get even more if you allow things like "he did activity 1 and 3 with drug 1, activity 3, 6 and 7 with drug 4, ..."
 
  • Like
Likes Mark_809
  • #6
Does that also include the possibility of 0 drugs and 0 activities? (I was trying to sort of test 2^m by substituting 3 for m so it's drugs, A, B, or C - but I only came up with seven combinations: A, B, C, AB, AC, BC, or ABC - does this equation include the possibility of no drugs at all?)
 
  • #7
mfb said:
That is the second calculation I mentioned.

You get even more if you allow things like "he did activity 1 and 3 with drug 1, activity 3, 6 and 7 with drug 4, ..."

I was just getting ready to edit my post when yours came in. I think the formula does account for those but it also counts for choosing 0 drugs and doing some activities or doing some drugs and 0 activities. So I think it needs to be reduced by ##2^{11}+2^9-1=1535##
 
  • Like
Likes Mark_809
  • #8
Ah ok so would it be correct to say that if the rule is I have to have at least at least 1 drug(m) and at least 1 activities(n) the equation would be (2^9 - 1)*(2^11 - 1) = X?
 
  • #9
Mark_809 said:
Ah ok so would it be correct to say that if the rule is I have to have at least at least 1 drug(m) and at least 1 activities(n) the equation would be (2^9 - 1)*(2^11 - 1) = X?
Right, that gives about one million. Assuming you don't care which specific activity has been performed with which substance.
 
  • Like
Likes Mark_809
  • #10
I agree.
 
  • Like
Likes Mark_809
  • #11
Exactly. So then it would work out like this...

(2^9 - 1)*(2^11 - 1) = X
(511)*(2047) = 1,046,017

Is that right?
 
  • #12
Just out of curiosity... the online combinatorics calculators used this formula to calculate how many different ways you could get any 2 out of 9 options (for instance): (n+m-1)!/(n-1)!*m!

What does the "!" mean? That formula from the calculator seems completely different from the one we just generated, which seems more straight forward.
 
  • #13
Last question (hopefully) - does our formula [(2^9 - 1)*(2^11 - 1) = X] also cover the possibility of two or more drugs combined with two or more activities?
 
  • #14
! means factorial. 4! = 1*2*3*4
Mark_809 said:
how many different ways you could get any 2 out of 9 options
That is an unnecessary detour.
Mark_809 said:
Last question (hopefully) - does our formula [(2^9 - 1)*(2^11 - 1) = X] also cover the possibility of two or more drugs combined with two or more activities?
Sure!
 
  • Like
Likes Mark_809
  • #15
Thanks guys! I really appreciate it. I'm hoping this site is also good for possibly stupid questions I come up with based on my hard science fiction reading :P

Thanks again!

-Mark
 

1. What is combinatorics?

Combinatorics is a branch of mathematics that deals with counting and arranging objects in a systematic way. It involves studying the ways in which objects can be combined, arranged, or chosen according to certain rules or constraints.

2. How is combinatorics used in a legal brief?

Combinatorics can be used in a legal brief to analyze and present statistical data and probabilities related to a legal case. This can help to support arguments and demonstrate the likelihood of certain outcomes.

3. Can you provide an example of combinatorics in a legal brief?

For example, combinatorics can be used to calculate the probability of a certain event occurring, such as the likelihood of a defendant being found guilty based on the evidence presented. This information can then be used to support a lawyer's argument in court.

4. What are some common methods used in combinatorics?

Some common methods used in combinatorics include permutations, combinations, and the binomial theorem. These methods involve systematically counting and arranging objects according to certain rules and constraints.

5. How can understanding combinatorics benefit a legal case?

Understanding combinatorics can benefit a legal case by providing a more accurate and evidence-based analysis of statistical data and probabilities. This can help lawyers to build stronger arguments and make more informed decisions in their cases.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Replies
2
Views
586
  • General Discussion
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Precalculus Mathematics Homework Help
Replies
33
Views
3K
Replies
23
Views
586
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • Science and Math Textbooks
Replies
19
Views
676
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top