Answer:
Three Times.
Step-by-step explanation:
First and foremost a binary search requires that the array be sorted in ascending or descending order.
After the initial step the search goes to the middle most value
i.e.
will be the second 14, which is the first iteration.
Since 14 is less than 19 the search will eliminate the lower half of the including 14, and will iterate again through the array:
![[15,18,18,19,19]](https://tex.z-dn.net/?f=%5B15%2C18%2C18%2C19%2C19%5D)
The array will go to the middle most value which is 18, second iteration. Since 18 is less than 19, the program will eliminate the lower half and be left with two values i.e.
.
The search will run once i.e. third iteration, and will return key value found.
We know that
[volume of a sphere]=(4/3)*pi*r³-------> r=∛[(3*Volume)/(4*pi)]
r=∛[(3*Volume)/(4*pi)]------> r=∛[(3*3052.08)/(4*pi)]----> r=∛729
r=9 cm
[volume of a cylinder]=pi*r²*h
r=9 cm
h=2*r----> 2*9 -----> 18cm
[volume of a cylinder]=pi*r²*h----->pi*9²*18---> 4578.12 cm³
the answer is
4578 cm³
Answer:
by moving the decimal in both numbers twice to the right and doing normal long division (the decimal in 3 is at the end) to get the answer of 0.72
Answer:
the answer is 12x +3
Step-by-step explanation:
Answer:
The answer to your question is $21.0
Step-by-step explanation:
Data
Original price = $25
Discount = 20%
Taxes = 5%
Process
1.- Calculate the price with the discount
$25 ------------------- 100%
x ------------------- 20%
x = (20 x 25) / 100
x = 500 / 100
x = $5
Price after the discount = $25 - $5
= $20
2.- Calculate the price after taxes
$20 ---------------------- 100%
x ----------------------- 5%
x = (5 x 20) / 100
x = 100 / 100
x = $1
Final price = $20 + $1
= $21