Difference between revisions of "2021 JMC 10 Problems/Problem 16"
Skyscraper (talk | contribs) (Created page with "==Problem== If <math>a</math> and <math>b</math> are randomly chosen numbers between <math>-5</math> and <math>5</math>, what is the probability that <math>\lfloor |a| \rfloo...") |
Skyscraper (talk | contribs) (→Solution) |
||
Line 8: | Line 8: | ||
==Solution== | ==Solution== | ||
− | We use an area-based approach along with number lines, where are total area is <math>10 \cdot 10=100</math>. We can stop worrying about what happens when at least one of <math>a</math> and <math>b</math> is an integer, because those cases are negligible. Below is the number line representing the value of <math>\lfloor |a| \rfloor</math> in the intervals. If seeing what happens on <math>a \in (n,n+1)</math> is too complicated, plugging in <math>a=n+\ | + | We use an area-based approach along with number lines, where are total area is <math>10 \cdot 10=100</math>. We can stop worrying about what happens when at least one of <math>a</math> and <math>b</math> is an integer, because those cases are negligible. Below is the number line representing the value of <math>\lfloor |a| \rfloor</math> in the intervals. If seeing what happens on <math>a \in (n,n+1)</math> is too complicated, plugging in <math>a=n+\tfrac{1}{2}</math> will suffice. |
<asy> | <asy> | ||
Line 57: | Line 57: | ||
− | We seek the number of <math>10 \cdot 10</math> pairs of <math>a</math> and <math>b</math> intervals where <math>\lfloor |a| \rfloor =| \lfloor b \rfloor |</math>. Doing simple casework on the equal value, we have <math>2 \cdot 1 + 2 \cdot 2 + 2 \cdot 2 + 2 \cdot 2 + 2 \cdot 2 + 0 \cdot 1=18</math> cases, so our answer is <math>\ | + | We seek the number of <math>10 \cdot 10</math> pairs of <math>a</math> and <math>b</math> intervals where <math>\lfloor |a| \rfloor =| \lfloor b \rfloor |</math>. Doing simple casework on the equal value, we have <math>2 \cdot 1 + 2 \cdot 2 + 2 \cdot 2 + 2 \cdot 2 + 2 \cdot 2 + 0 \cdot 1=18</math> cases, so our answer is <math>\tfrac{18}{10 \cdot 10}=\tfrac{9}{50}</math>. |
Latest revision as of 15:32, 1 April 2021
Problem
If and are randomly chosen numbers between and , what is the probability that (Recall that denotes the greatest integer less than or equal to )
Solution
We use an area-based approach along with number lines, where are total area is . We can stop worrying about what happens when at least one of and is an integer, because those cases are negligible. Below is the number line representing the value of in the intervals. If seeing what happens on is too complicated, plugging in will suffice.
Below is the number line representing the value of in the intervals.
We seek the number of pairs of and intervals where . Doing simple casework on the equal value, we have cases, so our answer is .