SSC CGL Algebra Questions with Detailed Solutions

Get SSC CGL Algebra Questions to prepare for your upcoming exam. Solve the most expected questions and detailed solutions that can be asked in the exam.

Important SSC CGL Algebra Questions

Q1.

If x>1x>1 and x2+1x2=83x^2+\frac{1}{x^2}=83, then x31x3x^3-\frac{1}{x^3} is:​

  • A.

    884

  • B.

    876

  • C.

    754

  • D.

    756

    ✓ Correct

Answer & Solution

Correct option is D

Given:

x2+1x2=83x^2+\frac{1}{x^2}=83

Formula Used: 

x1x=kx - \frac{1}{x} = k ​​

x31x3x^3-\frac{1}{x^3}  = k3+3kk^3 + 3k  

Solution: 

x2+1x2=83x^2+\frac{1}{x^2}=83 

x2+1x22=832x^2+\frac{1}{x^2} - 2 =83 -2  

(x1x)2=81( x - \frac{1}{x})^2 = 81 

x1x=9x - \frac{1}{x}= 9  

x31x3=(9)3+3×9x^3-\frac{1}{x^3} = (9)^3 + 3\times 9    = 729 + 27 = 756

Q2.
In a garden, there are 6 daisy plants the first year. Each year, a gardener adds 3 new daisy plants. He has 26 jasmine plants the first year and loses 2 each year. When will the number of daisy plants equal to the number of jasmine plants after the first year?
  • A.5 years
  • B.4 years
    ✓ Correct
  • C.2 years
  • D.

    6 years

Answer & Solution

Correct option is B

Given:

Number of daisy plants after x years = 6 + 3x

Number of jasmine plants after x years = 26 - 2x

Concept Used:

Set the number of daisy plants equal to the number of jasmine plants:

6 + 3x = 26 - 2x

Solution:

Solving the equation 6 + 3x = 26 - 2x, we get: 6 + 3x = 26 - 2x
5x = 20
x = 4

Therefore, the number of daisy plants will be equal to the number of jasmine plants after 4 years.

Q3.

If a2+b2+c2=2(a+c-1)\text{a}^2+\text{b}^2+\text{c}^2=2(\text{a}+\text{c-1}), then the value of a3+b3+c3=\text{a}^3+\text{b}^3+\text{c}^3= ?​

  • A.

    0

  • B.

    2

    ✓ Correct
  • C.

    4

  • D.

    1

Answer & Solution

Correct option is B

Given:
a² + b² + c² = 2(a + c - 1)
Formula Used:
 a³ + b³ + c³ - 3abc = (a + b + c)(a² + b² + c² - ab - bc - ca)
Solution:
a² + b² + c² = 2(a + c - 1)
a² + b² + c² - 2a - 2c = -2
Adding 2ac to both sides:
a² + b² + c² - 2a - 2c + 2ac = -2 + 2ac
(a - 1)² + b² + (c - 1)² = 0
Since squares of real numbers are non-negative, the only solution is:
a - 1 = 0, b = 0, c - 1 = 0
a = 1, b = 0, c = 1
a³ + b³ + c³ = 1³ + 0³ + 1³
= 1 + 0 + 1
= 2

Q4.

2 biscuits and 1 chocolate cost ₹69. 2 chocolates and 3 cups of coffee cost ₹127. 3 biscuits, 4 chocolates and 2 cups ofcoffee cost ₹229. Find the total cost (in ₹) of 5 biscuits, 5 chocolates and 5 cups of coffee.

  • A.

    304

  • B.

    375

  • C.

    345

  • D.

    355

    ✓ Correct

Answer & Solution

Correct option is D

Given:

2 biscuits + 1 chocolate = ₹69

2 chocolates + 3 cups of coffee = ₹127

3 biscuits + 4 chocolates + 2 cups of coffee = ₹229

Concept Used:

Biscuits = b , Chocolate = c , Cups of coffee = f

Solution:

2b + c = 69 ______(1)

2c + 3f = 127 ______(2)

3b + 4c + 2f = 229 ______(3)

c = 69 - 2b

2(69 - 2b) + 3f = 127 1384b+3f=127 4127 \implies 138 - 4b + 3f = 127 \implies -4​b + 3f = -11 _____(4)

3b + 4(69 - 2b) + 2f = 229 3b+2768b+2f=229 5 \implies 3b + 276 - 8b + 2f = 229 \implies -5​b + 2f = -47_____ (5)

-4b + 3f = -11________ (4)

-5b + 2f = -47______ (5)

-8b + 6f = -22 _______(6)

-15b + 6f = -141 ______(7)

-7b = -119 \implies​ b = 17

c = 69 - 2× \times ​17 = 69 - 34 = 35

-4 ×17+3f=11 68+3f=11 3f=57 \times 17 + 3f = -11 \implies -68 + 3f = -11 \implies 3f = 57 \implies​ f = 19

5b + 5c + 5f = 5 ×17+5×35+5×\times 17 + 5 \times 35 + 5 \times ​19 = 85 + 175 + 95 = 355

Q5.

Consider the following two statements regarding a system of linear equations representing two parallel railway tracks mapped on a coordinate grid as 4x - ky + 10 = 0 and 12x - 24y + 20 = 0:
Statement I: For the tracks to strictly never intersect (yielding no mathematical solution), the value of k must be exactly 8.
Statement II: If k = 8, the lines become completely coincident, meaning they represent the exact same track.
Which of the statements is/are correct?

  • A.

    Only Statement I

  • B.

    Only Statement II

    ✓ Correct
  • C.

    Both Statement I and Statement II

  • D.

    Neither Statement I nor Statement II

Answer & Solution

Correct option is B

Given
Equation 1: 4x - ky + 10 = 0
Equation 2: 12x - 24y + 20 = 0
Formula Used
For parallel lines (no solution): a1a2=b1b2c1c2\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2} ​​
For coincident lines (infinite solutions): a1a2=b1b2=c1c2 \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}​​
Solution
Evaluating Statement I:
For the lines to never intersect, the parallel condition must be satisfied:
412=k241020\frac{4}{12} = \frac{-k}{-24} \neq \frac{10}{20}​​
Simplifying the ratios gives:
13=k2412\frac{1}{3} = \frac{k}{24} \neq \frac{1}{2}​​

Since1312Since \frac{1}{3} \neq \frac{1}{2}​ holds true, we equate the first two terms to solve for k:
13=k24k=243=8\frac{1}{3} = \frac{k}{24} \\k = \frac{24}{3} = 8​​
Statement I is correct.
Evaluating Statement II:
If k = 8, the lines are strictly parallel and not coincident, because the ratio of the constant terms (12) (\frac{1}{2})​ does not equal the ratio of the coefficients (13). (\frac{1}{3}).​ Statement II is incorrect.
Final Answer
So the correct answer is (a)

Q6.

The number of daily active users on an educational app is modeled by a variable X. If the baseline engagement metric satisfies the equation X+1X=32X + \frac{1}{X} = 3\sqrt{2}​, a data analyst needs to calculate a higher-order engagement index given by the expression X3+1X3X³ + \frac{1}{X³}​. What is the precise numerical value of this higher-order index?

  • A.

    45√2

    ✓ Correct
  • B.

    36√2

  • C.

    27√2

  • D.

    54√2

Answer & Solution

Correct option is A

Given
The baseline engagement metric is represented by the algebraic expression X+1X=32X + \frac{1}{X} = 3\sqrt{2}​​
Formula Used
a3+b3=(a+b)33ab(a+b)a^3 + b^3 = (a + b)^3 - 3ab(a + b)​​
Solution
We need to find the value of the higher-order engagement index, which is given by X3+1X3. X^3 + \frac{1}{X^3}.​​
Using the standard algebraic identity, we substitute a = X and b = 1X: \frac{1}{X}:​​
X3+1X3=(X+1X)33(X)(1X)(X+1X) X3+1X3=(X+1X)33(X+1X)X^3 + \frac{1}{X^3} = (X + \frac{1}{X})^3 - 3(X)(\frac{1}{X})(X + \frac{1}{X}) \\\ \\X^3 + \frac{1}{X^3} = (X + \frac{1}{X})^3 - 3(X + \frac{1}{X})​​
Substitute the given valueX+1X=32 X + \frac{1}{X} = 3\sqrt{2}  into the formula:
X3+1X3=(32)33(32)X^3 + \frac{1}{X^3} = (3\sqrt{2})^3 - 3(3\sqrt{2}) = 54292=45254\sqrt{2} - 9\sqrt{2} = 45\sqrt{2}​​

Final Answer
So the correct answer is (a)

Q7.

Given, x = √3, what is (x + 1)² + (x–1)²?

  • A.

    8

    ✓ Correct
  • B.

    7

  • C.

    9

  • D.

    6

Answer & Solution

Correct option is A

Given:
x = 3 \sqrt{3}​​
Expression:  (x+1)2+(x1)2\left(x + 1\right)^2 + \left(x - 1\right)^2​​
Formula Used:
(a+b)2+(ab)2=2(a2+b2)\left(a + b\right)^2 + \left(a - b\right)^2 = 2\left(a^2 + b^2\right)​​
Solution:
Apply the algebraic identity to simplify the expression:
=(x+1)2+(x1)2=2(x2+12)= \left(x + 1\right)^2 + \left(x - 1\right)^2 = 2\left(x^2 + 1^2\right)​​
=2(x2+1)= 2\left(x^2 + 1\right)​​
Substitute the value of x into the simplified expression:
x=3x = \sqrt{3}​​
x2=3x^2 = 3​​
Calculate the final value:
=2(3+1)=2\left(3 + 1\right)​​
=2(4)= 2\left(4\right)​​
= 8
Final Answer
So the correct answer is (a)

Q8.

If a3+b3=280a^3+b^3=280​ and a + b = 10, find ab.

  • A.

    24

    ✓ Correct
  • B.

    26

  • C.

    28

  • D.

    22 

Answer & Solution

Correct option is A

Given:
a3+b3=280a^3 + b^3 = 280​​
a + b = 10
Formula Used:
a3+b3=(a+b)((a+b)23ab)a^3 + b^3 = (a + b)((a + b)^2 - 3ab)​​
Solution:
Substitute the given values into the formula:
280 = 10×(1023ab)10 \times (10^2 - 3ab)​​
28 = 100 - 3ab
3ab = 100 - 28
3ab = 72
ab = 723 \frac{72}{3}​ = 24.
Final Answer
So the correct answer is (a)

Q9.

A number is such that if you square it and then subtract three times the number, the result is 108. What is the positive value of the number?

  • A.

    12

    ✓ Correct
  • B.

    9

  • C.

    15

  • D.

    18

Answer & Solution

Correct option is A

Given:
x23x=108x^2 - 3x = 108​​
Solution:
Rearrange into a standard quadratic equation:
x23x108=0x^2 - 3x - 108 = 0​​
Find two numbers that multiply to -108 and add to -3. These are -12 and 9
(x12)(x+9)=0 x=12 or x=9(x - 12)(x + 9) = 0\\ \ \\x = 12 \text{ or } x = -9​​
Since we need the positive value, x = 12
So the correct answer is (a).

Q10.

Given, x+1x=6x+\frac{1}{x}=6​, then determine the value of 4xx21\frac{4x}{x^2-1}​.

  • A.

    22\frac{\sqrt{2}}{2}​​

    ✓ Correct
  • B.

    223\frac{2\sqrt{2}}{3}​​

  • C.

    32\frac{\sqrt{3}}{2}​​

  • D.

    24\frac{\sqrt{2}}{4}​​

Answer & Solution

Correct option is A

Given:
x+1x=6x + \frac{1}{x} = 6​​

Formula Used:
(x1x)2=(x+1x)24\left(x - \frac{1}{x}\right)^2 =\left (x + \frac{1}{x}\right)^2 - 4​​

Solution:

Given, x+1x=6 =>(x+1x)2=36 =>x2+1x2+2=36=>x2+1x2=34Now, x1x=(x+1x)24 =364=32=42 Now, 4xx21=4x(x1)(x+1) Divide numerator and denominator by x: =4x1x =442 =12 =22\text{Given, } x + \frac{1}{x} = 6\\ \ \\\Rightarrow \left(x + \frac{1}{x}\right)^2 = 36\\ \ \\\Rightarrow x^2 + \frac{1}{x^2} + 2 = 36\Rightarrow x^2 + \frac{1}{x^2} = 34\text{Now,}\\ \ \\x - \frac{1}{x} = \sqrt{\left(x + \frac{1}{x}\right)^2 - 4}\\ \ \\= \sqrt{36 - 4} = \sqrt{32} = 4\sqrt{2}\\ \ \\\text{Now,}\\ \ \\\frac{4x}{x^2 - 1} = \frac{4x}{(x - 1)(x + 1)}\\ \ \\\text{Divide numerator and denominator by } x:\\ \ \\= \frac{4}{x - \frac{1}{x}}\\ \ \\= \frac{4}{4\sqrt{2}}\\ \ \\= \frac{1}{\sqrt{2}}\\ \ \\ = \frac{\sqrt{2}}{2}​​

Q11.

If x=3+1x = \sqrt{3} + 1​ , find x223x^2 - 2\sqrt{3} = ? ​

  • A.

    2

  • B.

    3

  • C.

    4

    ✓ Correct
  • D.

    5

Answer & Solution

Correct option is C

Given:
x=3+1x = \sqrt{3} + 1​​
Formula Used:
(a+b)2=a2+b2+2ab(a + b)^{2} = a^{2} + b^{2} + 2ab​​
Solution:
Square the value of x.
x2=(3+1)2 x2=(3)2+12+2(3)(1) x2=3+1+23 x2=4+23 x223=4x^{2} = (\sqrt{3} + 1)^{2}\\ \ \\ x^{2} = (\sqrt{3})^{2} + 1^{2} + 2(\sqrt{3})(1)\\ \ \\x^{2} = 3 + 1 + 2\sqrt{3}\\ \ \\x^{2} = 4 + 2\sqrt{3}\\ \ \\x^{2}-2\sqrt{3}= 4​​
So the correct answer is (c)

Q12.

Find the value of x in the given equation: 8+x+8x8+x8x=3\frac{\sqrt{8+x}+\sqrt{8-x}}{\sqrt{8+x}-\sqrt{8-x}} = 3​​

  • A.

    18/5

  • B.

    24/5

    ✓ Correct
  • C.

    16/5

  • D.

    12/5

Answer & Solution

Correct option is B

Given
8+x+8x8+x8x=3\frac{\sqrt{8+x}+\sqrt{8-x}}{\sqrt{8+x}-\sqrt{8-x}} = 3​​

Formula Used
Componendo and Dividendo Rule:
If ab=cd\frac{a}{b} = \frac{c}{d}​, then a+bab=c+dcd\frac{a+b}{a-b} = \frac{c+d}{c-d}​​

Solution
Applying Componendo and Dividendo to the given equation:
(8+x+8x)+(8+x8x)(8+x+8x)(8+x8x)=3+131 28+x28x=42 8+x8x=2\frac{(\sqrt{8+x}+\sqrt{8-x}) + (\sqrt{8+x}-\sqrt{8-x})}{(\sqrt{8+x}+\sqrt{8-x}) - (\sqrt{8+x}-\sqrt{8-x})} = \frac{3+1}{3-1}\\ \ \\\frac{2\sqrt{8+x}}{2\sqrt{8-x}} = \frac{4}{2}\\ \ \\\frac{\sqrt{8+x}}{\sqrt{8-x}} = 2​​
Squaring both sides:
8+x8x=4\frac{8+x}{8-x} = 4​​
8 + x = 4(8 - x)
8 + x = 32 - 4x
5x = 24
x=245x = \frac{24}{5}​​
So the correct answer is (b)

Q13.

Given: x+1x=2x + \frac{1}{x} = 2​, then determine the value of x8+1x82(x6+1x6)+5(x2+1x2)x^8 + \frac{1}{x^8} - 2(x^6 + \frac{1}{x^6}) + 5(x^2 + \frac{1}{x^2})​.

  • A.

    4

  • B.

    8

    ✓ Correct
  • C.

    10

  • D.

    6

Answer & Solution

Correct option is B

Given:
x+1x=2x + \frac{1}{x} = 2​​
Formula Used:
If x+1x=2x + \frac{1}{x} = 2​, then x = 1
Solution
Solve the given equation for x:
x2+1=2x x22x+1=0 (x1)2=0x^2 + 1 = 2x\\ \ \\x^2 - 2x + 1 = 0\\ \ \\(x - 1)^2 = 0​​
x = 1
Substitute x = 1 into the target expression:
18+1182(16+116)+5(12+112)1^8 + \frac{1}{1^8} - 2(1^6 + \frac{1}{1^6}) + 5(1^2 + \frac{1}{1^2})​​
= 1 + 1 - 2(1 + 1) + 5(1 + 1)
= 2 - 2(2) + 5(2)
= 2 - 4 + 10
= 8
So the correct answer is (b).

Q14.

If  x+y=7\sqrt{x} + \sqrt{y} = 7​ and xy=3\sqrt{x} - \sqrt{y} = 3​, what is the value of x and y? 

  • A.

    x=16, y=9

  • B.

    x=49, y=16

  • C.

    x=36, y=1

  • D.

    x=25, y=4

    ✓ Correct

Answer & Solution

Correct option is D

Given:
x+y=7 xy=3\sqrt{x} + \sqrt{y} = 7\\ \ \\\sqrt{x} - \sqrt{y} = 3​​
Solution:
Let x\sqrt{x}​ = a and y\sqrt{y}​ = b.
The equations become:
1) a + b = 7
2) a - b = 3
Adding (1) and (2): 2a = 10 => \Rightarrow​ a = 5
Subtracting (2) from (1): 2b = 4 => \Rightarrow​ b = 2
Now, x=5=>x=52\sqrt{x} = 5 \Rightarrow x = 5^2​ = 25
And y=2=>y=22\sqrt{y} = 2 \Rightarrow y = 2^2​ = 4
So the correct answer is (d).

Q15.

If x = 0.5 and y = 0.1, find the value of 8x3+8y3x3+y3\frac{8x^3 + 8y^3}{x^3 + y^3}.​

  • A.

    4

  • B.

    8

    ✓ Correct
  • C.

    16

  • D.

    64

Answer & Solution

Correct option is B

Given:
x = 0.5
y = 0.1
Find the value of (8x³ + 8y³) / (x³ + y³)
Formula Used:
8x³ + 8y³ = 8(x³ + y³)
Solution:
= (8x³ + 8y³) / (x³ + y³)
= 8(x³ + y³) / (x³ + y³)
= 8