I’m going to assume it’s wan
Answer:
The answer is "Option D".
Explanation:
Binary search is also an efficient mechanism for only a sorted item list. It separates the element into one half of the checklist repeatedly, till you have narrowed it down to the only single place.
In this search, the number of comparisons is much more efficient than in the series to use the binary search approach, the items also should be shown, that's why the last choice is correct.
a. speed + 12 - miles * 2 = 10 + 12 - 5 * 2. With order of operations, we do the multiplication first so the equation is now 10 + 12 - 10 = 22 - 10 = 12
b. speed + miles * 3 = 10 + 5 * 3 and again, order of operations gives us 10 + 15 = 25
c. (speed + miles) * 3 = (10 + 5) * 3 = 15 * 3 = 45
d. speed + speed * miles + miles = 10 + 10 * 5 + 5 = 10 + 50 + 5 = 60 + 5 = 65
e. (10 – speed) + miles / miles = (10 - 10) + 5 / 5 = 0 + 5 / 5 = 5 / 5 = 1