Hi GG27,Your instinct is actually a
good DS habit, not a mistake. You're absolutely right that
if a statement boils down to a quadratic with two distinct positive roots, that statement would give two possible values of `m` and would
not be sufficient. So yes - when you reach a quadratic in DS, you do have to check how many valid roots it has.
The key here is what this particular quadratic looks like. From Statement 1 you (and BrushMyQuant's post) get:
`m2 − 100m + 2500 = 0`
This one is a
perfect square:
`(m − 50)2 = 0`
A perfect square has only
one root: `m =
50`. There's no second positive value hiding here. Quick way to confirm without factoring - the discriminant is `
1002 -
4(
2500) =
10000 -
10000 =
0`, and a zero discriminant means exactly
one repeated root. So Statement 1 pins `m` down to a single value -
sufficient.
Why your worry doesn't bite here - but would elsewhere: imagine the equation had instead come out as
`m2 − 100m + 2400 = 0` - `(m − 40)(m − 60) = 0`
Now `m` could be
40 or
60 - two valid positive speeds, two different answers, so
that statement would be
insufficient. That's exactly the situation you were guarding against.
The takeaway: you're right to ask the question, but the deciding factor isn't "is it a quadratic?" - it's "how many valid roots does it actually have?" One root (or one root after discarding impossible ones) -
sufficient; two valid roots -
not sufficient. Here it's a clean double root, so
D stands.
Answer: DGG27
Isn't it necessary to solve the quadratic equation, since you could also get two different positive values of M, and if there are 2 different positive values of m, then statement I alone would not be sufficient right?