The Beauty of the Discrete Landscape
Welcome, future engineer. Today, we are not just solving a probability problem; we are exploring the architecture of quadratic equations.
When you see x2+px+q=0, do not just see an equation. See a machine that generates roots.
Sometimes those roots are real, tangible numbers; sometimes they are imaginary, existing only in the complex plane. Our job is to find the probability that this machine produces real roots when we pick p and q from the set {1,2,…,10}.
Phase 1
The Grid of Possibilities
Imagine a 10×10 grid. The x-axis is p, and the y-axis is q. Every point (p,q) on this grid is a potential universe.
Since we are choosing with replacement, we have 10 choices for p and 10 choices for q. The total number of universes is 10×10=100.
This is our denominator. It is the solid ground we stand on.
Phase 2
The Gatekeeper
What determines if the roots are real? It is the discriminant, D=b2−4ac.
In our case, a=1, b=p, and c=q. So, D=p2−4q.
For the roots to be real, we need
D≥0, which leads us to the beautiful inequality:
p2≥4q
This is our gatekeeper. Any point (p,q) that satisfies this inequality allows the roots to be real. Any point that fails it sends the roots into the complex realm.
Phase 3
The Systematic Siege
We do not need to guess. We count. Let us walk through the values of p systematically:
- For p=1: 12≥4q⇒1≥4q⇒q≤0.25. Since q≥1, there are 0 solutions.
- For p=2: 22≥4q⇒4≥4q⇒q≤1. Only q=1 works. That is 1 solution.
- For p=3: 32≥4q⇒9≥4q⇒q≤2.25. So q∈{1,2}. That is 2 solutions.
- For p=4: 42≥4q⇒16≥4q⇒q≤4. So q∈{1,2,3,4}. That is 4 solutions.
- For p=5: 52≥4q⇒25≥4q⇒q≤6.25. So q∈{1,2,3,4,5,6}. That is 6 solutions.
- For p=6: 62≥4q⇒36≥4q⇒q≤9. So q∈{1,2,…,9}. That is 9 solutions.
Phase 4
The Shortcut
Now, look at p=7. Here, p2=49.
Since the maximum value of q is 10, the maximum value of 4q is 40. Since 49>40, the inequality p2≥4q is satisfied for all q from 1 to 10.
This holds for p=7,8,9,10. That is 4 groups of 10 solutions, giving us 40 solutions instantly.
The Final Tally
Adding them up: 0+1+2+4+6+9+40=62.
Our probability is:
10062=0.62
You have navigated the grid, respected the gatekeeper, and found the truth. This is the essence of JEE Advanced preparation: systematic, logical, and deeply rewarding.