Question 1083296
Aileen randomly selects an integer between 1-6, inclusive. Norman randomly selects an integer between 1-9, inclusive. What is the probability that they select the same number?

Unfortunately, no method I have ever learned for solving probability has worked on this question. I know that the answer is 0.11, but I do not know how to get to that. Thank you for your help!
<pre>Probability she chooses one of the 6 numbers from 1 - 6, inclusive: {{{1/6}}}
Probability Norman chooses a number from 1 - 6, inclusive, from any of the 9 numbers from 1 - 9: {{{6/9}}}
Probability the number will be the same: {{{highlight_green(matrix(1,5, 1/6, "*", 6/9, "=", .1111111))}}}