Try this solution:
according to the condition ∠1+∠2=180, it means that
74-x+86-2x=180, ⇒ x= -20/3
answer: -20/3
Probability works by showing the outcome of a chance. For example , there are 2 yellow balls and 3 red balls . the outcome of drawing a yellow ball is 2/5 20% out of 50%
S = true
~s = false
-------------
j = false
~j = true
-------------
~s = false and j = false, so,
~s v j = (false) v (false)
~s v j = false
-------------
Similarly,
s v ~j = (true) v (true)
s v ~j = true
-------------
We have
~s v j = false
and
s v ~j = true
which lead to this when we conjunct the two logical expressions
(~s v j) ^ (s v ~j) = (false) ^ (true)
(~s v j) ^ (s v ~j) = false
-------------
-------------
The final answer is false