Question 1173535
.
<pre>

    n + (n+2) >= 158


    2n        >= 158 - 2 = 156


     n        >= 156/2 = 78.


The minimum value of the two numbers is 78.    <U>ANSWER</U>
</pre>

Solved.