Unknown value in the modular numerator

43 Views Asked by At

I'm looking for a mathematical solution to find unknown value in the numerator as follows:

IF: $$b_1 + b_2 = 151$$ $$n = 86167$$

$$ (231 * 336 + b_1)^2 \mod 86167 = 151^2 $$ $$ (25 * 336 + b_2)^2 \mod 86167 = 151^2 $$

So, How can I find $b_1$ and $b_2$ mathematically ??