← CAT Topics

CAT — Maxima and Minima

5 questions, free to view. Click any question to see the answer and explanation.

Attempt This Topic →
Expand all
Maxima and Minima
5 questions
Q1 A value of c for which the minimum value of f(x) = x² − 4cx + 8c is greater than the maxi… MCQ

A value of c for which the minimum value of f(x) = x² − 4cx + 8c is greater than the maximum value of g(x) = −x² + 3cx − 2c, is

A.

2

B.

1/2

C.

−1/2

D.

−2

Correct answer: B.

1/2

Step 1: Find the minimum value of f(x). Since the coefficient of x² is positive, the parabola opens upward. The vertex is at x = 2c. Substituting: Minimum value of f(x) = (2c)² − 4c(2c) + 8c = 4c² − 8c² + 8c = −4c² + 8c.

Step 2: Find the maximum value of g(x). Since the coefficient of x² is negative, the parabola opens downward. The vertex is at x = 3c/2. Substituting: Maximum value of g(x) = −(3c/2)² + 3c(3c/2) − 2c = −9c²/4 + 9c²/2 − 2c = 9c²/4 − 2c.

Step 3: Apply the given condition. −4c² + 8c > 9c²/4 − 2c. Multiplying both sides by 4: −16c² + 32c > 9c² − 8c → 25c² − 40c < 0 → 5c(5c − 8) < 0. Therefore, 0 < c < 8/5. Among the options, only 1/2 lies in this range.

Q2 Let k be the largest integer such that the equation (x − 1)² + 2kx + 11 = 0 has no real r… TITA

Let k be the largest integer such that the equation (x − 1)² + 2kx + 11 = 0 has no real roots. If y is a positive real number, then the least possible value of k/(4y) + 9y is

Answer: 6

Step 1: Rewrite the quadratic Expand: x² − 2x + 1 + 2kx + 11 = 0 → x² + (2k − 2)x + 12 = 0 Step 2: Use the condition for no real roots Discriminant < 0: (2k − 2)² − 48 < 0 (k − 1)² < 12 −2√3 < k − 1 < 2√3 Since 2√3 ≈ 3.464: k < 4.464 Largest integer: k = 4 Step 3: Minimize the expression k/(4y) + 9y = 1/y + 9y By AM-GM: 1/y + 9y ≥ 2√(1/y × 9y) = 2√9 = 6 Equality when 1/y = 9y → y = 1/3 Least possible value = 6

Q3 The price of a precious stone is directly proportional to the square of its weight. Sita … MCQ

The price of a precious stone is directly proportional to the square of its weight. Sita has a precious stone weighing 18 units. If she breaks it into four pieces with each piece having distinct integer weight, then the difference between the highest and lowest possible values of the total price of the four pieces will be 288000. Then, the price of the original precious stone is

A.

1944000

B.

972000

C.

1620000

D.

1296000

Correct answer: D.

1296000

Let Price = k × w². Original price = k × 18² = 324k.

Step 1: Find the minimum possible total price
To minimize sum of squares, four distinct integer weights should be as close as possible.
Partition: 3, 4, 5, 6
Sum of squares = 9 + 16 + 25 + 36 = 86
Minimum total price = 86k

Step 2: Find the maximum possible total price
To maximize, make one piece as large as possible.
Partition: 1, 2, 3, 12
Sum of squares = 1 + 4 + 9 + 144 = 158
Maximum total price = 158k

Step 3: Use the given difference
(158 − 86)k = 72k = 288000 → k = 4000

Step 4: Find the price of the original stone
Original price = 324 × 4000 = Rs. 12,96,000

Q4 If a, b, c and d are integers such that their sum is 46, then the minimum possible value … TITA

If a, b, c and d are integers such that their sum is 46, then the minimum possible value of (a − b)² + (a − c)² + (a − d)² is

Answer: 2

Step 1: Write the given condition. We have a + b + c + d = 46. We need to minimize (a − b)² + (a − c)² + (a − d)². Since the expression contains only differences with a, the values of b, c and d should be as close to a as possible.

Step 2: Use the sum condition. Let b = a + x, c = a + y, d = a + z. Then, a + (a + x) + (a + y) + (a + z) = 46 → 4a + (x + y + z) = 46. Since 46 ≡ 2 (mod 4) and 4a is always a multiple of 4, x + y + z ≡ 2 (mod 4).

Step 3: Rewrite the expression. The required expression becomes x² + y² + z². So, we need to minimize x² + y² + z² subject to x + y + z ≡ 2 (mod 4).

Step 4: Find the minimum possible value. The smallest possible values satisfying x + y + z = 2 are 1, 1, 0 (or any permutation). Then x² + y² + z² = 1² + 1² + 0² = 2. This is achievable. For example, a = 11, b = 12, c = 12, d = 11. Their sum = 11 + 12 + 12 + 11 = 46 and (a − b)² + (a − c)² + (a − d)² = (−1)² + (−1)² + 0² = 2. No smaller value is possible because the sum of three integer squares is non-negative, and a value of 1 cannot satisfy the required congruence condition.

Q5 − If x and y are real numbers such that 4x² + 4y² − 4xy − 6y + 3 = 0, then the value of (… TITA

− If x and y are real numbers such that 4x² + 4y² − 4xy − 6y + 3 = 0, then the value of (4x + 5y) is

Answer: 7

Given:
4x² + 4y² − 4xy − 6y + 3 = 0
Find the value of
4x + 5y.

Step 1: Rearrange the expression
Write the equation as
4(x² − xy + y²) − 6y + 3 = 0
Now,
x² − xy + y²
= (x − y/2)² + 3y²/4
Substituting,
4(x − y/2)² + 3y² − 6y + 3 = 0

Step 2: Complete the square
Since
3y² − 6y + 3 = 3(y − 1)²,
the equation becomes
4(x − y/2)² + 3(y − 1)² = 0

Step 3: Find x and y
Both terms are perfect squares and are non-negative.
Their sum is zero only if each is zero.
So,
x − y/2 = 0
and
y − 1 = 0
Hence,
y = 1
and
x = 1/2

Step 4: Find the required value
4x + 5y
= 4 × 1/2 + 5 × 1
= 2 + 5
= 7

Answer: 7

Want this as a timed attempt?

Log in free to attempt this topic with a real timer, analytics, streaks and bookmarks.

Start Free →
💬 Talk to GRADSCALE
We usually respond within a few hours
💬
Chat with us on WhatsApp
Get instant help with your drills, subscription, or any platform questions from the GRADSCALE team.
💬 Open WhatsApp
Mon–Sat · 9 AM – 9 PM IST
Message sent! We'll get back to you within 24 hours.
Yes. GRADSCALE has a free plan with access to daily drills, streaks, and basic analytics. Pro unlocks full analytics, mock mode, PYQ practice, and priority support.
CAT 2026, IPMAT, and XAT are live. GMAT, GRE, SNAP, NMAT, JEE, NEET, SSC, Banking and more are coming soon.
No. GRADSCALE is designed to complement coaching — or work standalone. You bring the intent, GRADSCALE brings the structure and accountability.
Every day you get 3 drills — one each for VARC, DILR, and QA — with a time limit. Complete all 3 to maintain your streak.
Attempt all 3 drills together as a single timed exam — VARC → DILR → QA with section locks, exactly like the real CAT pattern.
Each drill can be attempted once — individually or as part of a mock, not both. This keeps your analytics clean and honest.
Yes. Both MCQ and TITA (Type In The Answer) questions are supported. TITA questions have no negative marking and include an on-screen keyboard when enabled.
PYQs are actual previous year question papers. You can attempt them as full papers, section-wise, or topic-wise — with per-attempt analytics and bookmarks.
Smart Mix randomises questions across multiple years for a topic, so you're not just practising one year's pattern. It gives you a broader, more realistic workout.
Prep Tools are focused skill resources — RC 111 passage bank, GRE Vocab Forge, CAT QA Formula Bank, MBA GK Flashcards and more. Launching soon.
A streak counts consecutive days you've completed all 3 daily drills. Miss one day and it resets to zero. It's designed to build the habit of daily execution.
Section-wise accuracy, time per question, weak topic identification, weekly performance trends, PYQ attempt history, and your streak calendar.
Yes. The leaderboard shows daily and all-time streak rankings. You can see where you stand among all active aspirants on the platform.
Yes. Google Sign-In is supported for quick registration and login — no password required.
Go to the Subscription page from the navbar or click "Upgrade" on your dashboard. Monthly and yearly plans are available.
Full refund within 7 days of purchase if you're not satisfied. See www.gradscale.in/refund/ for details.
Click "Forgot password" on the login page and enter your email. You'll get a reset link within a few minutes.