Step-by-step explanation:
as with any division of a multiplication of various factors, we can always simplify by reducing the factors in the top and the bottom of the same base.
in the same way we can for example do
36×2⁶×3⁴×5² / 4×2⁵×3³×5²
and deal with every exponent base individually creating
9×2¹×3¹×5⁰ = 9×2×3
we can do with variable based exponents.
24a⁸b⁸c⁶ / 8a⁷b³c³ =
= 3a¹b⁵c³
you know, when we divide, we simply subtract exponents.
8-7, 8-3, 6-3
and the constants are simply divided 24/8 = 3
Answer:
The correct answer is D
Step-by-step explanation:
1/2bh
8x4=32/2=16
<span>(8.64x10^6) + (1.334x10^10)
</span>=1.334864 x 10^10
You have to use the equation (72+y)=5(4+y) which Y =+13
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.