Skip to main content

IS THE WINNER REALLY A WINNER?

 

  In a class, there are 50 students.  80% of them are just average students.  But, remaining 20% is highly intelligent.  In a objective type examination, one student has scored very high marks.  Is he really intelligent?  Or an average student scored top marks out of sheer luck?  Let us find out.

    The probability of intelligent students in the class is 80% or 0.80 -P(I).  The probability of the average students present in the class is 20% or 0.20 -P(A).  The probability of clever students winning-getting top marks is P(W/I) =0.60 (already known).  The chance for average students to win is P(W/A) =0.20 (already known).    The chance for winner being intelligent is got by applying Bayes theorem

P(I/W) = P(clever/win) = P(A)*P(W/I)/(P(A)*p(W/I)+P(I)*p(W/A))
= 0.20*0.6/(0.2*0.6+0.8*0.2)
=43%

    43% is very less.  We cannot conclude that the winner is really smart.  Suppose, he scores well in the second test.  He may be smart.  The chance for smart boy to win second time is 0.6*0.6 =0.36 - P(W/I).  The chance for average students to score high for the second time is 0.2*0.2 =.04 -P(W/A)- (It is all based on multiplication rule in statistics).  Now, rewrite the Bayes theorem using the new probabilities.
P(smart/2 wins) = 0.2*0.36/(0.2*0.36+0.8*0.04)
=69%
Ok. The winner mostly may be clever.  But still some doubt lingers.  Why do not we go for a third test?  The chance for smart student to win in all the three tests is 0.6*0.6*0.6 = 0.216.  The chance for average student to win in three tests is 0.2*0.2*0.2 = .008.  Now, using Bayes theorem, the three time winner being intelligent is 87%.  Now we are satisfied.
   It can be proved
P(smart/4 wins) = 95%
P(intelligent/5 wins) =98%

   Hence, if a student scores high marks in five consecutive tests, he is really smart without any reasonable doubt.  These results holds good, when the average and above average students are in the ratio 2:8.  We have to recalculate,  if the ratio and probabilities changes.  Generally, if there are large number of low IQ students and a few high IQ students, we have to go for more tests.
    This principle can also be applied to sports, games and selection process.  We understand that consistency is important to win.   
-----------------------------------------------------------------------------------------------  

Comments

Popular posts from this blog

Your heart -you do not know

  Size and Location: The human heart is roughly the size of a clenched fist and is located slightly to the left of the center of the chest. Despite its relatively small size, the heart plays a crucial role in pumping blood throughout the entire body. Heartbeat Variability: The heart does not beat at a constant rate. The interval between heartbeats can vary, and this variability is considered a sign of a healthy heart. Factors such as breathing, emotions, and physical activity influence the heartbeat. Electrical Conduction: The heart's contractions are controlled by electrical impulses. The sinoatrial (SA) node, often called the "natural pacemaker," generates electrical signals that regulate the heartbeat and coordinate the pumping of blood. Blood Pumping Capacity: On average, the human heart pumps about 2,000 gallons (or 7,570 liters) of blood each day. Over a lifetime, this amounts to pumping enough blood to fill several Olympic-sized swimming pools. Heart Chambers and V...

THE WORK HORSE "="

    One cannot think of  a mathematical step without 'is equal to ' .  It balances right hand side and left hand side.  It aids simplification and manipulation of a mathematical expression. example: 2(A+B)  = C 2A+2B  = C         2A = C-2B           A = C-2B/ 2   In an electronic calculator,  the pressing of ' = " sign executes an asthmatic expression  or simply calculates.       In computer languages, it plays very important role.                                                                 A = B   When a computer looks at this expression, the value stored in the location named B is just transferred to the storage named A .  After execution both A and B will have the same value an...

How does your smart phone detect motion, steps, rotation, and location?

 How it works-1  An accelerometer in a smartphone is a microelectromechanical system (MEMS) device that measures acceleration and tilt. It works by detecting changes in motion by measuring the vibration or acceleration of the device. The accelerometer consists of a small mass suspended on a spring inside a sealed chamber. When the device is subjected to acceleration, the mass moves relative to the device, causing a change in capacitance that can be measured and processed by the smartphone's hardware. The accelerometer measures acceleration in three dimensions (x, y, and z) and provides data that the smartphone's software can use to determine the device's orientation, detect motion, and track changes in velocity and acceleration. The accelerometer is used for a variety of purposes in a smartphone, including screen rotation, motion tracking for games and fitness apps, and detecting the position of the device for navigation and location services. Additionally, it can be used t...