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.
So, Option C is correct.
Step-by-step explanation:
We need to find Volume of cone.
We are given:
π = 3.14
Length = 27 cm
Diameter = 15 cm
The formula used to find Volume of cone is:
We are given diameter but we need radius in the formula
So, Radius = Diameter/2 = 15/2 = 7.5 cm
We need to find height of cone.
Using Pythagoras theorem:
So, Height of cone = p= 25.93
So, r= 7.5 and h= 25.93 and π = 3.14
Putting values in the formula:
Rounding off to the nearest tenth:
So, Option C is correct.
Keywords: Volume of cone.
Learn more about Volume of cone at:
#learnwithBrainly
Answer:
Step-by-step explanation:
38.
37.
9514 1404 393
Answer:
x ≈ 0.7798
Step-by-step explanation:
For this to be an exponential function, the variable needs to be in the exponent. That is, parentheses are needed.
e^(8x) = 512
8x = ln(512) . . . . . take the natural log
x = ln(512)/8 ≈ 0.7798