V=pi*r^2*h/3
=> h=3V/(pi*r^2)
V=6pi^2 cm^3
r=3 cm
h=3V/(pi*r^2)=6*pi^2 / (pi*3^2) = 2pi cm
Height = 2 pi cm
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.
Math Test Quiz Scores: 16, 20, 22, 25, 25, 20, 15, 18, 19, 20, 23, 17 Find the Range
777dan777 [17]
Answer:
The range is 10
Step-by-step explanation:
To find the range you need to find the lowest number in value, and subract it from the highest number in value.
Answer: what do you mean
Step-by-step explanation:
Answer:
x>-1
Step-by-step explanation:
solve this normally like a linear equation
3x + 1 >x-1
collect like terms
3x-x>-1-1
2x>-2
x>-2/2
x>-1