adjusted premium=current premium+(current premium*(1.35*(1-(1-(1-first rbo%)(1-second rbo%)(1-third rbo%)*(1-fourth rbo%)))-1))
Additional context: I have to write this function in JavaScript but the caveat is that the user will be able to check checkboxes with a fixed percentage associated with it. So the fourth rbo code go as high as 16. I wanted someone with more math skills than myself to help me fundamentally understand why we are subtracting 1 from a percentage (what does that yield, the co-efficient)?
"exerpt from instructions" If 3 or more RBOS chosen, need to add (1-RBO%) as multiplier to formula with first and second RBO%s
Yes: $$ A=C\cdot1.35\cdot(1-r_1)(1-r_2)(1-r_3)(1-r_4) $$