Is there a standard way to model the complexity of a mathematical problem? If so, what are the best online resources to learn more about it?
Honestly don't have an even a basic way to model the complexity of a problem other than "depth" of concepts required to solve the problem and the smallest number of steps require to reach an answer. For example, "1+1=2" I would venture to guess is less complex than "1x2=2".
Computational Complexity?
It is indeed faster for a computer to perform addition than multiplication.