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²).
Use Pemdas
<span>76-183+56-1,543
</span><span>-107+56-1,543
</span><span>-51-1,543
</span>−<span>1594
</span>
−1594<span> is your answer.
</span>
Hoped I helped!
The bases are both 2, so we would subtract the exponents. This is because the rule is
(a^b)/(a^c) = a^(b-c)
In this case,
a = 2
b = 3/4
c = 1/2
So this means
b - c = (3/4) - (1/2) = (3/4) - (2/4) = 1/4
After subtracting the exponents, the final exponent is 1/4
So the expression simplifies to 2^(1/4) which is the same as
![\sqrt[4]{2}](https://tex.z-dn.net/?f=%5Csqrt%5B4%5D%7B2%7D)
(fourth root of 2)
Answer:
enlargement and the scale factor is 6.4 feet per inch
Step-by-step explanation:
Answer:
-3/2.
Step-by-step explanation:
To find the slope, we find the rise over run.
In this case, the rise is 6 - 3 = 3.
The run is 3 - 5 = -2.
The slope is 3 / (-2) = -3/2.
Hope this helps!