How can I find the calculation needed to reach the given value? This is related to programming but I don't see how I can do this myself.
A = 1535683044
B = 1583000036
C = 155934150
What equation could be used with A and B to result in C?
Edit: Is this even possible?
You will find that $C$ is very close to $\frac{A+B}{20}$.
Remark: Perhaps it is intended that $C$ be exactly $\frac{A+B}{20}$, or $\frac{A+B}{2}$. If so, there is a typo somewhere.