Answer:
n = 70
Explanation:
14 * x < 80
x = 6 won't work
14 * 6 = 84 which beyond the boundry.
14 * 5 = 70 which is less than 80 and is divisible by 14
14 * 3 = 42
70 does not have a 3 in it.
So the largest number that has 14 in it and is less than 80 is 70