Answer: the first one
Step-by-step explanation: just trust me ;)
Solution:
As we have to write an expression , which evaluates to true if the value of the integer variable x is divisible (with no remainder) by the integer variable y, y≠0.
so, when x is divided by y we should get remainder as 0.
Using Euclid division lemma
x= y* q + m, i.e when an integer x is divided by y gives quotient q and remainder m.
Here , m=0
So, x = q * y
So, the expression which describes the above relationship is ,
, where q is Quotient.
Y=(x/2)+7 as an equation if that is what you are asking
Answer:
3125 bacteria
Step-by-step explanation:
Let r(0) be the initial amount of bacteria. Every hour, r(n) decreases by half. So, after one our new value for r(n) = (1/2)r(0). After two hours, r(n') = (1/2)r(n) = (1/2)(1/2)r(0) = (1/2)²r(0).
After n hours, r(n) = (1/2)ⁿr(0)
So when n = 4 hours and r(0) = 50,000, then
r(4) = (1/2)⁴r(0)
r(4) = (1/2)⁴ × 50,000
r(4) = (1/16) × 50,000
r(4) = 3125
So, after 4 hours, we have 3125 bacteria present.
Answer:
D.
Step-by-step explanation: