Originally Posted by
Jason
Ah, too bad no one else took a shot to finish this out.
When I was posing these questions to myself, I saw four overall variables to consider: my equity (E), my bet size (B), the TOTAL size of the pot BEFORE I bet (we'll call it Q). and the % chance the villain will fold to bet B (F). It actually took me longer to develop the equation than I anticipated as I would neglect a variable here or there. But, I had an Excel spreadsheet of different variables and finally came up with an equation that worked. It's mainly tedious algebra, but the start of the equation is that the sum of the times you are called versus the times you are not called is equal to 0. The times you are called is further divided into two parts based on the times you call and win and call and lose:
((Q+B)*E - (1-E)*B) * (1-F) + FQ = 0
(QE + BE - B + BE) * (1 - F) + FQ = 0
(QE + 2BE - B) * (1 - F) + FQ = 0
(1) * (QE + 2BE - B) - (F) * (QE + 2BE - B) + FQ = 0
QE + 2BE - B - QEF - 2BEF + BF + FQ = 0
From here, solve for F:
(F) * (B + Q - QE - 2BE) + QE + 2BE - B = 0
(F) * (B + Q - QE - 2BE) = B - QE - 2BE
F = (B - QE - 2BE) / (B + Q - QE - 2BE)