Describe how the following queries
select * from R where k = 51; select * from R where k > 50;
might be solved in a file structure like the above (h(k) = k%b).
Estimate the minimum and maximum cost (as #pages read)