>
Exams
>
General Aptitude
>
Logical Reasoning
>
let r be a root of the equation x 2 2x 6 0 then th
Question:
Let $r$ be a root of the equation $x^2 + 2x + 6 = 0$. Then the value of the expression $(r+2)(r+3)(r+4)(r+5)$ is
Show Hint
When evaluating expressions involving roots, use the original quadratic to eliminate $r^2$ and simplify the product efficiently.
GATE BM - 2022
GATE BM
GATE CS - 2022
GATE CS
Updated On:
Feb 3, 2026
51
$-51$
126
$-126$
Hide Solution
Verified By Collegedunia
The Correct Option is
D
Solution and Explanation
Given equation:
\[ r^2 + 2r + 6 = 0 \]
We rewrite the expression $(r+2)(r+3)(r+4)(r+5)$ by grouping terms:
\[ (r+2)(r+5) \cdot (r+3)(r+4) \]
Compute the first pair:
\[ (r+2)(r+5) = r^2 + 7r + 10 \]
Compute the second pair:
\[ (r+3)(r+4) = r^2 + 7r + 12 \]
Let
\[ A = r^2 + 7r \]
Then the product becomes:
\[ (A + 10)(A + 12) \]
Expand:
\[ A^2 + 22A + 120 \]
Now compute $A = r^2 + 7r$ using the given equation.
From the quadratic:
\[ r^2 = -2r - 6 \]
Substitute into $A$:
\[ A = (-2r - 6) + 7r = 5r - 6 \]
Now compute $A^2$:
\[ A^2 = (5r - 6)^2 = 25r^2 - 60r + 36 \]
Substitute $r^2 = -2r - 6$:
\[ A^2 = 25(-2r - 6) - 60r + 36 \]
\[ A^2 = -50r - 150 - 60r + 36 \]
\[ A^2 = -110r - 114 \]
Now compute the full expression:
\[ A^2 + 22A + 120 = (-110r - 114) + 22(5r - 6) + 120 \]
Compute the $22A$ term:
\[ 22(5r - 6) = 110r - 132 \]
Combine all:
\[ (-110r - 114) + (110r - 132) + 120 \]
The $r$ terms cancel out:
\[ -114 - 132 + 120 = -126 \]
Thus, the value of the expression is −126.
Download Solution in PDF
Was this answer helpful?
0
0
Top Questions on Logical Reasoning
Introducing a girl, a boy said, "She is the daughter of the mother of my father's only son." How is the girl related to the boy?
CUET (PG) - 2026
General
Logical Reasoning
View Solution
In a certain code, 'ROAD' is written as 'WTFI'; how is 'BEAT' written in that code?
CUET (PG) - 2026
General
Logical Reasoning
View Solution
Complete the series: 7, 10, 16, 28, 52, (?)
CUET (PG) - 2026
General
Logical Reasoning
View Solution
In a certain code, 'PAPER' is written as 'SBTGU'. How will 'COUNCIL' be written in that code?
CUET (PG) - 2026
Anthropology
Logical Reasoning
View Solution
Arrange the following words in a logical sequence: 1. Gold, 2. Iron, 3. Sand, 4. Platinum, 5. Diamond.
CUET (PG) - 2026
Anthropology
Logical Reasoning
View Solution
View More Questions
Questions Asked in GATE BM exam
With respect to a TCP connection between a client and a server, which of the following is true?
GATE CS - 2026
Computer Networks
View Solution
Let $P, Q, R, S$ be relational schemas. Let ``$\rightarrow$'' indicate a functional dependency (FD) in this context. Which of the following best describes the meaning of a functional dependency?
GATE CS - 2026
Database Management Systems
View Solution
Let a Non-deterministic Finite Automaton (NFA) have 6 states over a finite alphabet. Which of the following cannot be the number of states in a minimal Deterministic Finite Automaton (DFA) that is equivalent to this NFA?
GATE CS - 2026
Theory of Computations
View Solution
A certain processor uses a fully associative cache of size 16 kB. The cache block size is 16 bytes. Assume that the main memory is byte addressable and uses a 32-bit address. How many bits are required for the Tag and the Index fields respectively in the addresses generated by the processor?
GATE CS - 2026
Computer Organization and Architecture
View Solution
Consider $Z = X - Y$, where $X$, $Y$ and $Z$ are all in sign-magnitude form. $X$ and $Y$ are each represented in $n$ bits. To avoid overflow, the representation of $Z$ would require a minimum of:
GATE CS - 2026
Computer Organization and Architecture
View Solution
View More Questions