My problem is the following, for an application i need the lowest number which can be divided bij the following set of numbers: 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15.
My first sollution was 15! - 7! since all number which are undernearth 8 (so 7 and lower) can allways be divided by when dividing by a higher number. I know i can also divide this outcome by 10 and make it still dividable, but i think there shouldeven be a better way to do this.