csl
Administrator
I simply cannot see, after it's been explained so many times, how people can still read ambiguity in this part of the law. Its so obvious to anyone with an understanding of logical operators OR and AND. 
In computer speak the law says: Prohibited IF (calibre<.240 OR energy<1700)
If you put the above into a computer then you'd get the following results... If you don't believe me I will put the above statement into Excel... (please don't make do that!
)
[TABLE="class: grid"]
[TR]
[TD]Calibre
[/TD]
[TD]Energy
[/TD]
[TD]Result
[/TD]
[/TR]
[TR]
[TD]<.240[/TD]
[TD]<1700[/TD]
[TD]Prohibited[/TD]
[/TR]
[TR]
[TD]>.240[/TD]
[TD]<1700[/TD]
[TD]Prohibited[/TD]
[/TR]
[TR]
[TD]<.240[/TD]
[TD]>1700[/TD]
[TD]Prohibited[/TD]
[/TR]
[TR]
[TD]>.240[/TD]
[TD]>1700[/TD]
[TD]NOT Prohibited[/TD]
[/TR]
[/TABLE]
The operator OR cannot remain if you wish to invert the above statement. The inverse of the above logical statement is:
NOT prohibited, i.e. allowed IF (calibre>.240 AND energy>1700)
I appreciate the friendly manner in which the thread has been conducted but I really don't want our site to be responsible for misinterpretations of the law.
Alex
p.s. I'm not pointing the finger at anyone either, amazingly this confusion has even been perpetuated in the book Deer: Law and Liabilities. I have just checked it and even they have incorrectly reversed what the law states.
In computer speak the law says: Prohibited IF (calibre<.240 OR energy<1700)
If you put the above into a computer then you'd get the following results... If you don't believe me I will put the above statement into Excel... (please don't make do that!
[TABLE="class: grid"]
[TR]
[TD]Calibre
[/TD]
[TD]Energy
[/TD]
[TD]Result
[/TD]
[/TR]
[TR]
[TD]<.240[/TD]
[TD]<1700[/TD]
[TD]Prohibited[/TD]
[/TR]
[TR]
[TD]>.240[/TD]
[TD]<1700[/TD]
[TD]Prohibited[/TD]
[/TR]
[TR]
[TD]<.240[/TD]
[TD]>1700[/TD]
[TD]Prohibited[/TD]
[/TR]
[TR]
[TD]>.240[/TD]
[TD]>1700[/TD]
[TD]NOT Prohibited[/TD]
[/TR]
[/TABLE]
The operator OR cannot remain if you wish to invert the above statement. The inverse of the above logical statement is:
NOT prohibited, i.e. allowed IF (calibre>.240 AND energy>1700)
I appreciate the friendly manner in which the thread has been conducted but I really don't want our site to be responsible for misinterpretations of the law.
Alex
p.s. I'm not pointing the finger at anyone either, amazingly this confusion has even been perpetuated in the book Deer: Law and Liabilities. I have just checked it and even they have incorrectly reversed what the law states.
