Romeo is trying to catch a glimpse of his one true love, Juliet. Juliet has been held captive by her father, and her only freedom is to stand at the balcony. She stands at the balcony at the start of the hour, twice each day, at some time from 7am to 9pm (inclusive).
Romeo can't be seen lingering outside, as the guards have orders by Juliet's father to kill him on sight. Yet, living would be meaningless if he can't see Juliet. What is the minimum number of times Romeo must pass by the balcony at the start of the hour, to have at least a 70% chance of seeing Juliet twice a day?
Details and assumptions
There are 15 possible times during the day that Juliet will be standing at the balcony.
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 solved it in this way too. The key simplification here is to consider it from Juliet's perspective.
I was inspired by this Feminist Frequency video about the damsel in distress I'd seen a few days ago.
In reflection, I think I'm going to make a mental note to actively consider whether I have any androcentric biases.
For another example of male-centred assumptions making problems harder than they should be from Dartmouth.
Very good. It's nice to see the two solutions posted here use different mechanisms.
how the (15) function? i dont know how to calculate that=,= ( 2)
We label the 1 5 possible times as S = { 1 , 2 , ⋯ , 1 5 } . Suppose Juliet chooses times i & j with 1 ≤ i < j ≤ 1 5 to stand at the balcony. Suppose Romeo will pass by at least n times to ensure by 7 0 % seeing his love twice. Then, i , j ∈ R , the set of times in which Romeo passes the balcony. R ⊂ S ⇒ the probability of i , j being in R is at least 7 0 % . The favourable case here is the consideration in which i , j ∈ R & other n − 2 times are chosen from rest 1 3 times. That is,
( n 1 5 ) ( n − 2 1 5 − 2 ) ≥ 7 0 % ⇒ n ( n − 1 ) ≥ 1 4 7 . The minimum such n is 1 3 . So Romeo indeed has to strive to glimpse his love!
Did you find it surprising that Romeo needed to be there 13 times (out of 15), in order to just have a 70% chance?
Is there any intuition why this number is so high?
Log in to reply
...Because love is arduous & complicated?
Log in to reply
Yeah... I guess the story will not stop being so tragic. He'll not suicide, but Juliet's father will kill him, and then Juliet will suicide, and end of the story.
as well as math
I found it a little surprising, & I guess the intuition is the success of Romeo is to be mapped on a larger sample space: the set of pairs of times chosen by Juliet, & not simply on the 15 times. The area of times of Romeo needs to be large enough so that the two times (out of 15) are present in 7 0 % amount, in Romeo's set.
It is imperative to say, this doesn't mean the probability suggests he will meet Juliet by 7 0 % any two times, but rather that meeting is probable in 1 3 7 0 % in each trial.
Something that came in my mind that maybe sounds obvious, but is what I think:
If one looks the pattern of combinations ( 2 x ) , the pattern is 1 , 3 , 6 , 1 0 , 1 5 , … . So the difference between them increases considerably. If one then looks to the percentage pattern, 0 . 9 , 2 . 9 , 5 . 7 , 9 . 5 , … and the difference between percentages will be increasing, by a considerable difference. For example, if one makes the combination with 1 2 , then the percentage is under 6 3 , and you just increase 1 , and the percentage turns to a 7 4 , so it's more than 1 1 percent the difference, and that's a lot. This guy can't even get a 9 0 percent of chance without passing 1 5 times.
Am I right with this?
If there are 1 5 possible times during the day that Juliet will be standing at the balcony, then there are ( 2 1 5 ) = 1 0 5 ways that Juliet may stand in the balcony one day. Then, not because of the multiple choice format, but we're looking for a 7 0 % , so we can conclude that the minimum times that Romeo will pass for a 7 0 % of chance will not be very far away from 1 5 . The point is, that if Romeo passes x times, then his chance of seeing Juliet twice a day is ( 2 1 5 ) ( 2 x ) = 1 0 5 ( 2 x ) . Testing the values of x that are close to 1 5 (but smaller), we find that the minimum number of times for at least a 7 0 % chance is 1 3 .
let romeo visits x times
total no. of ways of choosing 2 hours from 15 rs is C(15,2)
total no. of ways that she will choose 2 hrs from xhrs is C(x,2)
thus,
C(x,2)/C(15,2) > .7
=> x(x-1) > 0.7 15 14
=> x(x-1) > 147
minimum visits is 13
Let n be the number of times Romeo passes . Sample space=Number of ways in which Juliet can come out = 15C2. Number of suitable cases=Number of ways in which Romeo sees Juliet assuming she appears among the times Romeo passes= nC2. Probability=nC2 / 15C2 >= 0.7 The first such n arrives at n=13. So,answer is n=13
Problem Loading...
Note Loading...
Set Loading...
Let us interpret the problem from a different perspective. Let n be the answer. Given n hours that Romeo comes, what is the probability that, if Juliet chooses 2 hours, Romeo also chose both of those? To find this probability, we count the successful over the total. The successful is when she chooses both, which happens ( 2 n ) times. The total is the total number of possible choices of two hours, which happens ( 2 1 5 ) times. Thus, ( 2 1 5 ) ( 2 n ) ≥ 0 . 7 and we find n ≥ 1 3 .
Alternatively, we can WLOG Juliet chooses the first two hours, and proceed differently.