There are 50 members.

Melvin wants to collect some infromation from seven of them.
Explain how he can do this using the following set of random numbers:
86, 13, 84, 10, 07, 30, 39, 65, 97,
96, 88, 12, 39, 26, 04, 89

any help?

If each member is alphabetically assigned a number from 1-50, use the first seven applicable numbers to pick the subjects. Roll a die to pick the starting point in the series.

Could you rephrase that please, I'm not getting the logic.

Since there are only 50 possible subjects, numbers > 50 do not make sense. (Or possibly you could subtract 50, if that number is chosen.)

The alphabetical order is merely to assign numbers to the members.

The role of the die to pick the starting number makes the designation more random.

To select seven random members out of the 50, Melvin can follow these steps using the set of random numbers provided:

1. Assign a unique number to each member from 1 to 50. For example:
Member 1 -> 86
Member 2 -> 13
Member 3 -> 84
...
Member 50 -> 89

2. Sort the random numbers in ascending order:
04, 07, 10, 12, 13, 26, 30, 39, 39, 65, 84, 86, 88, 89, 96, 97

3. Take the first seven numbers from the sorted list, which correspond to the selected members. In this case, the numbers are:
04, 07, 10, 12, 13, 26, 30

Therefore, Melvin should collect information from members corresponding to numbers 4, 7, 10, 12, 13, 26, and 30.