Answer:
x = 66
Step-by-step explanation:
Have a nice day
Answer:
f(N) = 2+ N/2 + 6N² units of time.
Step-by-step explanation:
Assigning 0 to the variable sum takes one unit of time.
Each time you increment sum by B, you need to call the value of sum, sum it to B and assign it to sum, which takes three units of time in total. You are repeating this process for each value of B which ranges from 1 to 4n and for each value of A which ranges from 1 to n/2. Opening the FOR takes also another unit of time, so, as a result, we have
f(N) 1 + 1 (open the FOR in A)+ N/2*(1 (open the FOR in B) + 4N*3) = 2+ N/2 + 6N² units of time. It has order complexity O(N²).
Answer : 44y. Put why because it’s repeated
Answer:
(foh)(6) = -29
Step-by-step explanation:
(f o h)(6) is f(h(x)) when x = 6.
We have that:
f(x) = 4x - 1
h(x) = -x-1
f(h(x)) = 4(-x-1) - 1 = -4x - 4 - 1 = -4x - 5
(foh)(6) = -4(6) - 5 = -29
(foh)(6) = -29
-- The probability of rolling a 22 is zero. That result is impossible, because the sides are labeled with single digits 1 through 6 . Since 22 is not printed anywhere on the cube, it can never come up.
-- The probability of rolling a<em> 2</em> , however, is <em> 1/6</em> . <em>(B)</em>
<em></em>
The -probability of rolling something you want is always
<em>(the number of different possible results that you like) </em>
divided by
<em>(the total number of different possible results)</em>