RSS Amplifier

PuzzledQuant’s Substack · May 21, 2024

Good grid

0
Sign in to vote or save

PuzzledQuant · PuzzledQuant’s Substack

Suppose that two integers a and b are uniformly at random selected from S = {-10, -9, …, 9, 10}. Find the probability that max {0, a} = min {0, b}

Try to solve this problem yourself before moving on to the solution below

.
.
.

.

.

.

Note that a <= 0, as min{0, b} <= 0. Furthermore, we also see that b >= 0, as max{0, a} >= 0. Therefore, we just need to find the probability a <= 0 and b >= 0. There are (21^2 = 441) total ways a and b can be selected. Of those, we have 11 choices for each a and b, as a <= 0 and b >= 0, so our probability is

\( \frac{11^2}{21^2} = \frac{121}{441}.\)

.

.

😃 Over to you: Were you able to solve this?

👉 If you liked this post, don’t forget to leave a like ❤️. It helps more people discover this newsletter on Substack and tells us that you appreciate solving these weekly questions. The button is located towards the bottom of this email.

👉 If you love reading this newsletter, feel free to share it with friends!

Share PuzzledQuant’s Substack

No posts

Read the original on puzzledquant.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.