I recently came upon this equation dealing with percentages:
$P = 1 - ((1 - p_1) * (1 - p_2) * ... * (1 - p_n))$
In context, it appears to be a way to combine percentages without ever going over 100%. I'm wondering if this function has a name, and how one might describe the relationship between the input percentages.