Answer: x = -2
Step-by-step explanation:
5(3y -5) -4y = -14
15y - 25 - 4y = -14
11y - 25 = -14
11y = 11
y = 1
5x - 4(1) = -14
5x - 4 = -14
5x = -10
x = -2
You should expect to win at least 3 times.
Hope this helps!
You can get all the answeres easily.
Heres number 1: -1/5
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