Given the first two digits of a 3-digit combination are odd (5 options each), only 3/5 of the remaining combinations will also have an odd third digit (5 total options).
There are three places for the digits in the combination. Since the first two must be odd, and non-repeating, there are 5 choices for the first digit (1, 3, 5, 7, or 9) and then 4 choices for the second digit (the remaining odd digits).
The third digit can be any of the five remaining digits (odd and even) because we are only concerned with the first two being odd.
So, there are a total of 5 * 4 * 5 = 100 combinations of which the first two digits are odd. However, only 5 * 4 * 3 = 60 of these will have all three digits be odd.
Therefore, the probability that the third digit is odd given that the first two are odd is 60/100 = 3/5.