A simple math problem

No.14306640 ViewReplyOriginalReport
You are given a mathematical expression consisting of multiplication and addition of n unique variables and an arbitrary number of constants. The same variable can repeat multiple times in the expression. What is the fastest way to determine if there exists an assignment of variables for which the expression equals an odd number? You should judge the speed of your method in terms of n.