Query about Question 3 from "PrepSwift: # of Numbers in Factorials" [3604]

https://prepswift.gregmat.com/quizzes/quiz/prepswift-of-numbers-in-factorials (Question 3)


Hi, I just had a quick question. if 3 is a limiting factor right? so if the max value of your for it to be an integer is 6, it should be the same for x as well right?

Not necessarily. The 2^x and 3^y are separate. If this was a single variable, then yes.