Answer:
a single rate applying to property at more than one location that is a weighted average of the individual rates applicable to each location.
Step-by-step explanation:
Answer: I'm willing to help you but, I don't get what your trying to ask.
$ 7 dollar reduction....that means new price is (32 - 7) = 25
percent decrease = (original number - new number) / original number..* 100
(32 - 25) / 25....* 100
7/25 * 100
0.28 * 100
28% decrease <==
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