Mathematics · Quantitative Aptitude

Algebraic Equations and Expressions

142 Questions

Algebraic equations and expressions test mathematical skills in solving for unknown variables. Questions involve linear equations, ratios, and evaluating complex expressions. This topic forms a core component of quantitative aptitude sections in various competitive exams.

Linear equationsEvaluating expressionsRatio proportionsExponential equationsHypergeometric functions

Algebraic Equations and Expressions Questions

Multiple choice general knowledge math & puzzles
  1. (-3+2*3^(0.5))/3

  2. 1

  3. Cannot be determined

  4. (-3-2*3^(0.5))/3

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The continued fraction x = 1/(6+1/(2+1/(6+1/(2+...)))) can be solved by noting the periodic pattern. Let x = 1/(6+1/(2+x)), which leads to a quadratic equation. Solving gives x = (-3+2√3)/3, which matches option A in decimal form.

Multiple choice general knowledge sports
  1. 1/4

  2. 2/3

  3. 3/5

  4. 3/4

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

To find x, divide 1050 by 1400: x = 1050/1400 = 3/4. This simplifies to 0.75. Option D (3/4) is correct. The other options (1/4, 2/3, 3/5) do not equal 0.75 when calculated.

Multiple choice general knowledge math & puzzles
  1. 3x(7x+12)=94 then x=2

  2. 10x+49-99=0 when x=5

  3. 5x(17x+13x)=600 when x=2

  4. 2x-7x = -125 when x=25

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

For the first option, if $x=2$, then $3x(7x+12) = 3(2)(7(2)+12) = 6(14+12) = 6(26) = 156$, not 94. Thus, this equation is incorrect, making it the correct choice.

Multiple choice general knowledge
  1. subs(F,x,,5)

  2. subs(f,5,x)

  3. subs(5,f,x)

  4. subs(f,x,5)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The subs function syntax is subs(expression, variable, value). For f=3*x^2, subs(f, x, 5) substitutes x=5. Options A has wrong syntax with double comma. Options B and C swap arguments - subs expects (f, variable, value), not (f, value, variable) or (value, f, variable).

Multiple choice technology
  1. 31

  2. 32

  3. 33

  4. 34

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The expression follows standard operator precedence: multiplication and division are evaluated left to right first (10*2=20, 20/5=4, 4*2=8), then addition (8+25=33). Option A (31) and B (32) are incorrect calculations. Option D (34) would be the result if the final addition used 26 instead of 25.

Multiple choice
  1. 2

  2. 0

  3. �2

  4. �4

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

8x + 8 = 4x Subject term on one side and non subject term on other side. 8x - 4x = -8 4x = -8 Dividing both sides by 4 x = -2

Multiple choice
  1. 9

  2. 6

  3. �6

  4. �9

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

6x + 18 = 4x Subject terms on one side and on subject terms on other side. 6x - 4x = -18 2x = -18 Dividing both sides by 2 x = -9  

Multiple choice
  1. -1

  2. 0

  3. 1

  4. 2

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

2x + 20 = 24x + 42 Bring subject terms on one side and non subject terms to another side. 24x - 2x = -42 + 20 22x = -22 Dividing both sides by 22 x = -1