Given an integer n \geq 2, let f(n) be the second largest positive divisor of n. For example, f(12)=6 and f(13)=1. Determine the largest positive integer n such that f(n)=35.
Given an integer n \geq 2, let f(n) be the second largest positive divisor of n. For example, f(12)=6 and f(13)=1. Determine the largest positive integer n such that f(n)=35.