I have recently encountered a reasoning question that I have solved half , but I can't solve one part of it. Question : \begin{align} 3 + 5 + 6 =&\; 151872 \\[1.3ex] 5 + 5 + 6 =&\; 253094 \\[1.3ex] 5 + 6 + 7 =&\; 303585 \\[1.3ex] 5 + 5 + 3 =&\; 251573 \\[1.3ex] \end{align} I could figure out that ,in the first , $1$st $*$ $2$nd ($3 * 5$) equals first two digits of the answer ($15$). This applies for all the other. Similarly , $1$st $*$ $3$rd ($3 * 6$) equals $3$rd and $4$th digit concatenated of the answer ($18$).This also applies in each. But I can't figure out how the last two digits are formed in each.
Please tell me how are the last two digits are formed.
Thanks.
If $a$ is the first number, $b$ is the second, and $c$ is the third, the required number is obtained by computing $ab + ac -c$ and then reversing the digits.
For example, in the first row:
$3\times 5 + 3 \times 6 - 6 = 27$, and then reverse to get $72$.