This problem involves finding a missing number given its L.C.M., H.C.F., and one of the numbers. We use the fundamental relationship between these values.
Given:
The core principle is that the product of two numbers ($a$ and $b$) is equivalent to the product of their L.C.M. and H.C.F.
Mathematically: $a \times b = \text{L.C.M.} \times \text{H.C.F.}$
Simplify the fraction. Notice $156 = 2 \times 78$.
$b = \frac{(2 \times 78) \times 13}{78}$Cancel out the 78:
$b = 2 \times 13$ $b = 26$The other number is 26.