Engineer1
Bunuel - I do not see any official solution of expert response. Can you please help with a solution?
Hello
Engineer1Not an expert. While an expert replies, sharing my views on this question.
A bit of theoryThe function \(ax^2 + bx + c\) is a quadratic equation. The graph of the function represents a parabola on an XY plane. The so-formed graph, i.e. that parabola, can either be an upward parabola or a downward parabola as shown below -
Attachment:
parabola.jpg [ 22.32 KiB | Viewed 1863 times ]
The coefficient of \(x^2\), i.e. the value of '\(a\)', determines whether a parabola is upward or downward.
- If \(a\) is positive, the graph so formed represents an upward parabola. Such a graph will not have any upper bounds, i.e. the graph will not have a finite maximum value but will have a lower bound, i.e. will have a point of minima (finite minimum value).
- If \(a\) is negative, the graph so formed represents a downward parabola. Such a graph will not have any lower bounds i.e. the graph will not have a finite minimum value but will have an upper bound i.e. will have a maximum (finite) upper value.
Back to the questionBunuel
Does the graph of the function \(f(x) = ax^2 + bx + 7\), where a, b, and c are constants, have a maximum point?
(1) \(\sqrt{a^2} ≠a\)
(2) \(a + b < 0\)
\(f(x) = ax^2 + bx + 7\)
Question: Does the graph of the function \(f(x) = ax^2 + bx + 7\), where a, b, and c are constants, have a maximum point?
Inference: The graph will have a maximum point if the parabola is a downward parabola. Hence, if the value of \(a\) is negative, we can conclude that the graph of the function \(f(x) = ax^2 + bx + 7\) has a maximum point
Target Question: Is '\(a\)' negative ?
Statement 1(1) \(\sqrt{a^2} ≠a\)\(\sqrt{a^2} = |a|\)
\(|a| ≠a\)
This indicates that \(a\) is negative. Hence, we have a definite answer to our target question and statement 1 is sufficient to answer the question.
Eliminate B, C, and E.
Statement 2(2) \(a + b < 0\)The value of '\(a\)' can positive or it can be negative. Hence, we cannot have a fixed answer to our target question.
Example:
1) a = 10; b = -100
\(a + b < 0\), in this case as 'a' is positive, the parabola is an upward parabola. We will not have a maximum point.
2) a = -10; b = 1
\(a + b < 0\), in this case as 'a' is negative , the parabola is an downward parabola. We will have a maximum point.
As we have two contradicting answers, the statement alone is not sufficient. Eliminate D.
Option AHope it helps !