Answer:
11 marbles in each pile
Step-by-step explanation:
First, add all of them together, 8+9+5 = 22, then divide 22 by 2 for each pile. The answer is 11
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
Answer:
The value of the truck is worth $27,508 after two years.
Step-by-step explanation:
We are given the following in the question:

where v(x) is the value of truck in dollars after x years.
We have to estimate the value of truck after 2 years.
We put x = 2 in the equation.

Thus, the value of the truck is worth $27,508 after two years.