No because x3•x3•x3= 27x³ and x3•3•3=27x
x is the variable
<em>In mathematics, a variable is a symbol; in this case, X.</em>
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: answer 40.
Step-by-step explanation:
Note : lets make x the missing denominator.
I would take the 4/5 and set it equals to 32/x
we then cross multiply
where it would be 4 * x = 32 * 5
it would then be 4x = 160
we would then divide 160 by 4
x = 160/ 4
and x would be 40
.... therefore the missing denominator is 40.