25 in of rain in 2 weeks.
there are 14 days in 2 weeks
25/14 = 1.785 in per day
1.785 x 31 = 55.335 in. of rain
55.335 in of rain is your answer
hope this helps
We have a "rectangular" double loop, meaning that both loops go to completion.
So there are 3*4=12 executions of t:=t+ij.
Assuming two operatiions per execution of the innermost loop, (i.e. ignoring the implied additions in increment of subscripts), we have 12*2=24 operations in all.
Here the number of operations (+ or *) is exactly known (=24).
Big-O estimates are used for cases with a varying scale of operations, governed by a variable (usually n) to indicate the sensitivity of the number of operations relative to a change in the size of n.
Here we do not have a scale, nor n is defined. The number of operations is constant and known at 24. So a variable is required to find the big-O estimate.
Answer:
B and D
Step-by-step explanation:
B:
Anything to a negative power means that it is 1/that to the positive power.
E.g. x^-1 = 1/x^1
In other words, anything to the power of a negative switches sides of a fraction (i.e. if in numerator moves to denominator and vice versa.)
1/x^-1 = 1/1/x^1 which is just equal to x, because there are x number of 1/xs in one (1/x * x =1) Therefore Option B is equal to just x.
D: (assuming the first given term is x^1/3 and not X1/3 (?) Correct me if I'm wrong).
x^1/3 * x^1/3 * x^1/3 is also equal to just x.
This is because when multiplying together terms with the same base (x in this case) the exponents just add together, so:
x^1/3 * x^1/3 * x^1/3 = x^(1/3 +1/3 +1/3) = x^1 = x.
Therefore B and D are equivalent because they both equal x.
Hope this helped!
Answer:
the answer is 5/6 also knows as answer #3
Step-by-step explanation:
because there is 6 sides #s 1-6
Answer:
( - infinity, -3 ] [ -2, infinity )
square bracket means it includes the end point.
Step-by-step explanation:
(-∞, -3]U [-2,∞)