Probability of Satisfying Floor Inequality with Random Real Numbers

  • Context: High School 
  • Thread starter Thread starter anemone
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Two real numbers $a$ and $b$ are chosen at random. Find the probability that they satisfy $$\left\lfloor{a+b}\right\rfloor \le a+b - \dfrac{1}{4}$$.

-----

Remember to read the https://mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to https://mathhelpboards.com/forms.php?do=form&fid=2!
 
on Phys.org
Congratulations to kaliprasad for his correct answer!(Cool)

Solution from other:
Let $$a=\left\lfloor{a}\right\rfloor+x$$ and $$b=\left\lfloor{b}\right\rfloor+y$$ where $$x,y\in [0,\,1)$$. So we have

$$\begin{align*}a+b&=\left\lfloor{a+b}\right\rfloor+x+y\\\left\lfloor{a+b}\right\rfloor&=a+b-(x+y)\\x+y&=a+b-\left\lfloor{a+b}\right\rfloor\\\therefore\dfrac{1}{4}&\le x+y \end{align*}$$

$$\implies \dfrac{1}{4}\le x+y <1 \,\,\text{and}\,\,\dfrac{5}{4}\le x+y<2$$ subject to $$x,y\in [0,\,1)$$

[DESMOS]advanced: {"version":5,"graph":{"squareAxes":false,"viewport":{"xmin":-10,"ymin":-10,"xmax":10,"ymax":10}},"expressions":{"list":[{"type":"expression","id":"graph1","color":"#2d70b3","latex":"0.25-x\\le y\\lt 1-x","style":"SOLID"},{"type":"expression","id":"2","color":"#388c46","latex":"0\\le x\\lt 1","style":"SOLID"},{"type":"expression","id":"3","color":"#fa7e19","latex":"0\\le y\\lt 1","style":"SOLID"},{"type":"expression","id":"4","color":"#6042a6","latex":"1.25-x\\le y\\lt 2-x","style":"SOLID"}]}}[/DESMOS]

The first inequality has the probability of $$1(1)-\frac{1}{2}\left(\frac{1}{4}\right)\left(\frac{1}{4}\right)-\frac{1}{2}=\frac{15}{32}$$.

The second inequality has the probability of $$\frac{1}{2}\left(\frac{3}{4}\right)\left(\frac{3}{4}\right)=\frac{9}{32}$$.

The required probability is hence $$\frac{15}{32}+\frac{9}{32}=\frac{3}{4}$$.