Write a function called check Factor that takes in two numbers, and checks if they are divisible, i.e. if the first is divisible by the second. You may assume that both numbers are positive. Your function should return a logical value, true or false.