All Exams Test series for 1 year @ ₹349 only
Question

If a 3= 335 + b 3and a = 5 + b, then what is the value of a + b (given that a > 0 and b > 0)?

This question was previously asked in
CDS I 2017 General Knowledge Previous Year Paper (05-Feb-2017)
The correct answer is

9

Solving System of Equations with Cubes

We are given a system of two equations involving variables \(a\) and \(b\):

  1. \(a^3 = 335 + b^3\)
  2. \(a = 5 + b\)

We are also given the conditions that \(a > 0\) and \(b > 0\).

Our goal is to find the value of \(a + b\).

Step 1: Rearrange the first equation

Let's move the \(b^3\) term from the right side to the left side in the first equation:

\(a^3 - b^3 = 335\)

Step 2: Apply the difference of cubes identity

Recall the algebraic identity for the difference of cubes: \(x^3 - y^3 = (x - y)(x^2 + xy + y^2)\).

Applying this identity to \(a^3 - b^3\), we get:

\((a - b)(a^2 + ab + b^2) = 335\)

Step 3: Use the second equation to find (a - b)

The second given equation is \(a = 5 + b\).

We can rearrange this equation to find the value of \(a - b\):

\(a - b = 5\)

Step 4: Substitute (a - b) into the difference of cubes equation

Now, substitute the value of \(a - b = 5\) into the equation from Step 2:

\(5(a^2 + ab + b^2) = 335\)

Step 5: Solve for the expression involving squares

Divide both sides of the equation by 5:

\(a^2 + ab + b^2 = \frac{335}{5}\)

\(a^2 + ab + b^2 = 67\)

Step 6: Substitute 'a' from the second equation into the new equation

We have the equation \(a^2 + ab + b^2 = 67\) and the relationship \(a = 5 + b\).

Substitute \((5 + b)\) for \(a\) in the equation \(a^2 + ab + b^2 = 67\):

\((5 + b)^2 + (5 + b)b + b^2 = 67\)

Step 7: Expand and simplify the equation

Expand the terms:

  • \((5 + b)^2 = 5^2 + 2(5)(b) + b^2 = 25 + 10b + b^2\)
  • \((5 + b)b = 5b + b^2\)

Substitute these back into the equation:

\((25 + 10b + b^2) + (5b + b^2) + b^2 = 67\)

Combine like terms:

\(3b^2 + 15b + 25 = 67\)

Step 8: Form a quadratic equation

Subtract 67 from both sides to set the equation to zero:

\(3b^2 + 15b + 25 - 67 = 0\)

\(3b^2 + 15b - 42 = 0\)

Step 9: Solve the quadratic equation for 'b'

We can simplify the quadratic equation by dividing the entire equation by 3:

\(b^2 + 5b - 14 = 0\)

Now, we can solve this quadratic equation. We can factor it by finding two numbers that multiply to -14 and add up to 5. These numbers are 7 and -2.

So, the equation can be factored as:

\((b + 7)(b - 2) = 0\)

This gives two possible solutions for \(b\):

  • \(b + 7 = 0 \implies b = -7\)
  • \(b - 2 = 0 \implies b = 2\)

Step 10: Use the condition b > 0 to find the correct value of 'b'

The problem states that \(b > 0\). Therefore, we discard the solution \(b = -7\) and choose \(b = 2\).

Step 11: Find the value of 'a'

Now that we have the value of \(b\), we can find the value of \(a\) using the second equation \(a = 5 + b\):

\(a = 5 + 2\)

\(a = 7\)

We check if \(a > 0\). Yes, \(7 > 0\), so this solution is valid.

Step 12: Calculate a + b

Finally, we need to find the value of \(a + b\):

\(a + b = 7 + 2\)

\(a + b = 9\)

Verification

Let's quickly check if these values of \(a=7\) and \(b=2\) satisfy the original equations:

Equation 1: \(a^3 = 335 + b^3\)

\(7^3 = 343\)

\(335 + 2^3 = 335 + 8 = 343\)

\(343 = 343\). This equation holds true.

Equation 2: \(a = 5 + b\)

\(7 = 5 + 2\)

\(7 = 7\). This equation also holds true.

The conditions \(a > 0\) and \(b > 0\) are also met since \(a=7\) and \(b=2\).

Thus, the value of \(a + b\) is 9.

Step Action Result
1 Rearrange \(a^3 = 335 + b^3\) \(a^3 - b^3 = 335\)
2 Apply \(x^3-y^3\) identity \((a-b)(a^2+ab+b^2) = 335\)
3 Use \(a = 5+b\) \(a-b = 5\)
4 Substitute \(a-b=5\) \(5(a^2+ab+b^2) = 335\)
5 Solve for \(a^2+ab+b^2\) \(a^2+ab+b^2 = 67\)
6 Substitute \(a=5+b\) into \(a^2+ab+b^2=67\) \((5+b)^2 + (5+b)b + b^2 = 67\)
7 Expand and simplify \(3b^2 + 15b - 42 = 0\)
8 Simplify quadratic equation \(b^2 + 5b - 14 = 0\)
9 Solve for \(b\) \((b+7)(b-2) = 0 \implies b = -7, 2\)
10 Apply condition \(b > 0\) \(b=2\)
11 Find \(a\) using \(a = 5+b\) \(a = 5+2 = 7\)
12 Calculate \(a+b\) \(a+b = 7+2 = 9\)

Revision Table: Key Concepts

Concept Description Relevance to Problem
Difference of Cubes Identity \(x^3 - y^3 = (x - y)(x^2 + xy + y^2)\) Crucial for transforming \(a^3 - b^3 = 335\) into a useful form.
Solving Quadratic Equations Finding the values of the variable that satisfy an equation of the form \(Ax^2 + Bx + C = 0\) (e.g., factoring, quadratic formula). Used to find the possible values for \(b\) from the simplified equation \(b^2 + 5b - 14 = 0\).
Substitution Method Solving a system of equations by expressing one variable in terms of the other from one equation and substituting it into the other equation. Used to substitute \(a = 5+b\) into the equation involving \(a^2\), \(ab\), and \(b^2\) to get an equation in terms of \(b\) only.
Conditions on Variables Restrictions given for the values of variables (e.g., \(a > 0\), \(b > 0\)). Used to select the correct solution for \(b\) when the quadratic equation yielded two possibilities.

Additional Information: Algebraic Identities and Solving Equations

Understanding algebraic identities is fundamental for simplifying and solving many mathematical problems, including those involving powers like cubes. The difference of cubes identity used in this problem is one example. Others include:

  • Sum of Cubes: \(x^3 + y^3 = (x + y)(x^2 - xy + y^2)\)
  • Difference of Squares: \(x^2 - y^2 = (x - y)(x + y)\)
  • Perfect Square Trinomials: \((x+y)^2 = x^2 + 2xy + y^2\), \((x-y)^2 = x^2 - 2xy + y^2\)

When solving systems of equations, the substitution method, as demonstrated here, is a powerful technique, especially when one equation provides a simple expression for one variable in terms of the other. Elimination is another common method.

Solving quadratic equations is a frequent step in algebra. Besides factoring, you can also use the quadratic formula (\(x = \frac{-B \pm \sqrt{B^2 - 4AC}}{2A}\)) or completing the square to find solutions for \(Ax^2 + Bx + C = 0\).

Always pay close attention to any conditions given for the variables, such as being positive, negative, or integers, as these conditions help in selecting the valid solutions from the possibilities obtained during the solving process.

Was this answer helpful?

Similar Questions

  1. If 9 x3 y= 2187 and 2 3x 22y – 4 xy = 0, then what can be the value of (x + y)?

  2. The pair of linear equations kx + 3y + 1 = 0 and 2x + y + 3 = 0 intersect each other, if

  3. Sunil wants to spend Rs. 200 on two types of sweets, costing Rs. 7 and Rs. 10 respectively. What is the maximum number of sweets he can get so that no money is left over?

  4. What is the value of u in the system of equations 3 (2u + v) = 7uv, 3 (u + 3v) = 11uv?

  5. Five years ago, Ram was three times as old as Shyam. Four years from now, Ram will be only twice as old as Shyam. What is the present age of Ram?

  6. If \(\rm\frac{p}{x}+\frac{q}{y}\)  = m and  \(\rm\frac{q}{x}+\frac{p}{y}\)  = n, then what is  \(\rm\frac{x}{y}\) equal to?
  7. Let a two digit number be k times the sum of its digits. If the number formed by interchanging the digits is m times the sum of the digits, then the value of m is

  8. There are three brothers. The sums of ages of two of them at a time are 4 years, 6 years and 8 years. The age difference between the eldest and the youngest is

  9. The value of k, for which the system of equations 3x – ky – 20 = 0 and 6x – 10y + 40 = 0 has no solution, is

  10. What would be the maximum value of Q in the equation 5P9 + 3R7 + 2Q8 = 1114?


Important Questions from Linear Equation in 2 Variable

  1. The sum of two numbers m and n is 84 (m > n) and their difference is 6. What is the ratio of the two numbers?

  2. A piece of cloth costs Rs. 35. If the piece were 4 m longer and each meter was to cost Rs. 1 lesser, then the total cost would remain unchanged. How long is the piece of cloth?

    A. 10 m

    B. 14 m

    C. 12 m

    D. 8 m

  3. What historic achievement did Manu Bhaker accomplish at the 2024 Paris Olympics?

  4. The sum of a two digit number and the number formed by interchanging its digit is 132. If nine is subtracted from the first number, the new number is 3 more than 6 times of the sum of the digits in the first number. Find the first number.

  5. Which of the following options is the solution of the given equation:-

    2x - 4y = 16

    A. (8, -1)

    B. (5, -5)

    C. (6, -1)

    D. (9, 2)

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
CDS img
Defence
UPSC CDS 2026 Mock Test Series
540 Tests 4 Tests Free
1130 Attempts
4.3(168)
English, Hindi
More Questions from CDS

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App