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.
12sy2 would be the answer
(VUX) the slope is is on the x-axis
If it’s on the x-axis then it’s undefined
Answer:
145
Step-by-step explanation:
angles in a pentagon add up to equal 540
Hence, 110 + 90 + 80 + 115 + v = 540
( note that we just created an equation that we can use to solve for v )
We now solve for v using the equation created
110 + 90 + 80 + 115 + v = 540
step 1 combine like terms
110 + 90 + 80 + 115 = 395
we now have 395 + v = 540
step 2 subtract 395 from each side
540 - 395 = 145
395 - 395 cancels out
we're left with v = 145
Answer:
(2, -4)
Step-by-step explanation:
The rotation of an object <u>turns</u> the object around a <u>fixed point</u> called the center of rotation.
A <u>rotation</u> of 90° counterclockwise means:
A 90° rotation counterclockwise with the origin (0, 0) as the center of rotation.
The rule for a counterclockwise rotation of 90° about the origin is:
(x, y) → (-y, x)
Therefore:
(-4, -2) → (2, -4)
Learn more about transformations here:
brainly.com/question/27013652
brainly.com/question/28225350