t2nator 0 Newbie Poster

This is a topic we didn't cover in class so I am lost on what is going on, any pointers would be greatly appreciated:

~Given the following numbers ...

25
72

122

... and given the following hashing function ...

hashvalue := (i*i) mod 97

... and using Linear Probing, where are the locations where the numbers
will end up?