Ok so find the median so put the numbers in order so 82,83,84,85,85,86,86,86,87,87,88,89,90 then start from both sides cross off from both dies at the same time 83,84,85,85,86,86,86,87,87,88,89
84,85,85,86,86,86,87,87,88
85,85,86,86,86,87,87
85,86,86,86,87
85,86,86,86
86,86
so... 86 is the answer. i know its long but its the whole work hope it helped.
Let us assume that each gravestone has a unique number between 1 and 55914.
Choose a row at random from the table.
Take the first number consisting of 5 digits, if the number corresponds with a number between 1 and 55914, then select the corresponding plot, otherwise move on to the next 5 digit-number.
Repeat until 395 gravestones have been selected.
Option B is with using any calculator with capability of generating random integer. Here for example consider any TI series programmable calculator.
Enter the following command into your calculator:
randInt(1,55914,395)
The first and second number are the lower and upper limits between which the values have to lie.
The third number is the number of required selections.