The list listOne is a sorted list of numbers that contains 700 elements. The list listTwo is a sorted list of numbers that contains 900 elements. Let x represent the maximum number of list elements that will need to be examined when performing a binary search for a value in listOne, and let y represent the maximum number of list elements that will need to be examined when performing a binary search for a value in listTwo. Which of the following statements about x and y is true?

A) The value of x is approximately equal to the value of y.

B) The value of x is approximately 10 less than the value of y.

C) The value of x is approximately 13 less than the value of y.

D) The value of x is approximately 200 less than the value of y.

Respuesta :

Answer:

I am pretty sure the answer is A

Explanation:

The statement that asserts a true claim regarding x and y would be:

A). The value of x is approximately equal to the value of y.

Given that,

Number of elements in list One [tex]= 700[/tex]

Number of elements in the list Two [tex]= 900[/tex]

In order to perform a binary search in list One where y describes the maximum amount of list elements to be looked in list two,

The value of x needs to be almost equivalent to the y's value so that the research could successfully take place.

Thus, option A is the correct answer.

Learn more about 'Binary' here:

brainly.com/question/7960132