Give a range of numbers [p,q], find the number of instances that are the product of x^t*y^v. For example: range[200, 250] where x=3 and y=5. 225 = 9 * 2