A real number x is chosen randomly and uniformly from the interval [ 2 , 1 0 ] . What is the probability that the greatest integer less than or equal to 2 x is even?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I have done this differently and the results are different.
For an interval [2,10] we have 9 real numbers to choose from for x.
Now we need to respect the rule that the highest integer that is less or equal to x/2 is also even. This is true for when x is [9;8;5;4].
As such the probability of the rule is 4/9.
What did I do wrong here?
Log in to reply
I did EXACTLY the same lol and I don't really get the solution
The problem states REAL NUMBERS not INTEGERS. There are only 9 integers to choose from, but infinite real numbers, such as 3.678768 or Euler's number or Pi...So, You have to use Geometric Probability.
What you (and I) forgot was that 9.999 is a possible value for "x" that would result in an even number by the stated formula. Once you realize that the problem is referencing 2 different types of numbers (whole and real) you also see that the probability of pucking x=10 is close enough to zero that the resulting total probability is .5
It is actually [2,10], which means 5 is also a possibility, so the chances would be 4/10, or 0.4
Log in to reply
The probability of x = 1 0 is exactly zero so the above answer is correct: 1,2,3,4 have probability 1. Probability zero does not mean it's impossible.
Log in to reply
Maybe this can be useful. First let's convert this model from choosing x to choosing x/2. Now x/2 can take values in [1,5]. But we need those values where the greatest integer ≤ x/2 is even and there are only two even integers in [1,5] i.e. (2 and 4). Draw a line of x/2 with points [1,5] and we can see that if we choose points between 2-3 and 4-5 then only the greatest integer can be 2 or 4. Hence, P = 2 units/ 4 units = 0.5
Its simple! notice that for every odd number between 1 and 10 inclusive, f l o o r ( x / 2 ) is odd => P = 5/10 = 1/2
Problem Loading...
Note Loading...
Set Loading...
First, let's note that ⌊ 2 x ⌋ will be 1 , 2 , 3 , or 4 with probability 1.
Let's back out what x give ⌊ 2 x ⌋ = 2 . For this, we need 4 ≤ x < 6 , an interval of length 2.
Let's back out what x give ⌊ 2 x ⌋ = 4 . For this, we need 8 ≤ x < 1 0 , an interval of length 2.
Thus, via 1-dimensional Geometric Probability , the probability that it is even is 1 0 − 2 2 + 2 = 8 4 = 0 . 5 .