Mathematics ยท Reasoning

Algebraic Expressions

183 Questions

Algebraic expressions form the foundation of mathematics, involving variables, constants, and arithmetic operations. This topic includes evaluating coefficients, solving proportional relationships, and understanding boolean logic. It is widely tested across various competitive exams to assess analytical skills.

Variable evaluationExpression coefficientsBoolean logic variablesDirect proportionalityProgramming expressions

Algebraic Expressions Questions

Multiple choice

If (x^2 + y^2 = 25) and (x - y = 3), find the value of (x + y).

  1. 5

  2. 7

  3. 9

  4. 11

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

Given (x^2 + y^2 = 25) and (x - y = 3), we can solve for (x + y) by adding (x + y) to both sides of the second equation and then squaring both sides of the resulting equation. This gives us ((x + y)^2 = (x - y)^2 + 4xy). Substituting (x^2 + y^2 = 25) and (x - y = 3) into this equation, we get ((x + y)^2 = 9 + 4(25) = 109). Taking the square root of both sides, we get (x + y = \pm\sqrt{109}). Since (x + y) must be positive, we have (x + y = \sqrt{109}). Therefore, the answer is (\sqrt{109}), which is approximately equal to 10.3.

Multiple choice

In the 2018 China Girls' Mathematical Olympiad, what was the value of y in the equation 2y + 3 = 7?

  1. 1

  2. 2

  3. 3

  4. 4

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

To solve the equation 2y + 3 = 7, we can subtract 3 from both sides to get 2y = 4. Then, we can divide both sides by 2 to get y = 2.

Multiple choice

Find the value of y in the following equation: $$2y + 5 = 17$$

  1. 6

  2. 7

  3. 8

  4. 9

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

To solve the equation, we need to isolate y on one side of the equation. Subtracting 5 from both sides, we get: $$2y + 5 - 5 = 17 - 5$$ $$2y = 12$$ Dividing both sides by 2, we get: $$y = \frac{12}{2}$$ $$y = 6$$