100 people are waiting to board a plane. The first person’s ticket says Seat 1; the second person in line has a ticket that says Seat 2, and so on until the 100th person, whose ticket says Seat 100. The first person ignores the fact that his ticket says Seat 1, and randomly chooses one of the hundred seats (note: he might randomly choose to sit in Seat 1). From this point on, the next 98 people will always sit in their assigned seats if possible; if their seat is taken, they will randomly choose one of the remaining seats (after the first person, the second person takes a seat; after the second person, the third person takes a seat, and so on). What is the probability the 100th person sits in Seat 100? This problem can be solved intuitively. The first step to solve this problem is to understand that the last person will either get his seat or the first person's seat. But why? If the 1st person chooses 1st seat itself, everybody gets their own seat (i.e., the last person will g...
Let us take a look at a problem that came in JEE Mains 2018 CBT. If $|z-3+2i|\le 4$ then the difference between the greatest value and the least value of $|z|$ is: 1. $4+\sqrt{13}$ 2. $2\sqrt{13}$ 3. $8$ 4. $\sqrt{13}$ This can be approached using the conventional formula to get the answer. But what if you are not sure about the formula? Even if you do remember the formula, what if you want to arrive at the solution faster? There is an excellent graphical method to solve this problem. Consider $z=x+3+(y-2)i$. Note that I am considering this way so that the inequality is neat and clean: $$\sqrt{x^2+y^2}\le 4\\ \therefore x^2+y^2\le 4^2$$ The red region here represents the inequality shown. The region thus contains all and the only values that $x$ and $y$ can take. Let's find out $|z|$ now. $$|z|=\sqrt{(x+3)^2+(y-2)^2}$$ In a graphical point of view, $|z|$ represents the distance between any point in the red area and $(-3,2)$. It is obvious that the point $(-3,2)$ it...