When solving mathematical expressions, operations must be performed in the following order of precedence:
-
V - Vinculum (Bar Bracket): Represented by a line over terms, e.g.,
$\overline{3 - 2}$ . Solve this first. -
B - Brackets: Solve in order: Parentheses
(), Braces{}then Square Brackets[]. -
O - Of: Equivalent to multiplication but evaluated before division. E.g.,
$10 \text{ of } 5 = 10 \times 5 = 50$ . -
D - Division (
$/$ ) -
M - Multiplication (
$\times$ ) -
A - Addition (
$+$ ) -
S - Subtraction (
$-$ )
If
$a^m \times a^n = a^{m+n}$ $\frac{a^m}{a^n} = a^{m-n}$ $(a^m)^n = a^{mn}$ $(ab)^n = a^n \cdot b^n$ $\left( \frac{a}{b} \right)^n = \frac{a^n}{b^n}$ $a^{-n} = \frac{1}{a^n}$ -
$a^0 = 1$ (for$a \neq 0$ )
A surd is an irrational root of a rational number, e.g.,
$\sqrt[n]{a} = a^{1/n}$ $\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b}$ $\sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}}$ $(\sqrt[n]{a})^n = a$ $\sqrt[m]{\sqrt[n]{a}} = \sqrt[mn]{a}$
To rationalize a denominator of the form
Simplify the expression:
Find the value of
Simplify by rationalizing:
Evaluate using VBODMAS:
If
Simplify the expression:
Evaluate the expression:
Find the value of
Simplify the expression:
Find the value of
-
Convert mixed fraction:
-
$3\frac{1}{4} = \frac{13}{4}$ . - The expression becomes:
$108 \div 36 \text{ of } \frac{1}{4} + \frac{2}{5} \times \frac{13}{4}$ .
-
-
Evaluate "of" first:
-
$36 \text{ of } \frac{1}{4} = 36 \times \frac{1}{4} = 9$ . - The expression becomes:
$108 \div 9 + \frac{2}{5} \times \frac{13}{4}$ .
-
-
Evaluate Division:
-
$108 \div 9 = 12$ . - The expression becomes:
$12 + \frac{2}{5} \times \frac{13}{4}$ .
-
-
Evaluate Multiplication:
-
$\frac{2}{5} \times \frac{13}{4} = \frac{1 \times 13}{5 \times 2} = \frac{13}{10} = 1.3$ .
-
-
Evaluate Addition:
-
$12 + 1.3 = 13.3$ (or$13\frac{3}{10}$ ).
-
-
Answer: The simplified value is
$13.3$ .
-
Factor out
$3^{x-1}$ from the left side:- Rewrite terms:
$3^{x+1} = 3^{x-1} \times 3^2 = 9 \times 3^{x-1}$ .$$3^{x-1} + 9 \cdot 3^{x-1} = 90$$ $$3^{x-1} (1 + 9) = 90$$ $$10 \cdot 3^{x-1} = 90$$
- Rewrite terms:
-
Divide by 10:
$$3^{x-1} = 9$$ -
Express 9 as base 3:
$$3^{x-1} = 3^2$$ -
Equate the exponents:
$$x - 1 = 2 \implies x = 3$$ -
Answer: The value of
$x$ is 3.
-
Identify conjugate:
- Denominator is
$5 - \sqrt{3}$ . - Conjugate is
$5 + \sqrt{3}$ .
- Denominator is
-
Multiply numerator and denominator by the conjugate:
$$\frac{5 + \sqrt{3}}{5 - \sqrt{3}} \times \frac{5 + \sqrt{3}}{5 + \sqrt{3}} = \frac{(5 + \sqrt{3})^2}{5^2 - (\sqrt{3})^2}$$ -
Expand the terms:
- Numerator:
$(5 + \sqrt{3})^2 = 5^2 + (\sqrt{3})^2 + 2(5)(\sqrt{3}) = 25 + 3 + 10\sqrt{3} = 28 + 10\sqrt{3}$ . - Denominator:
$25 - 3 = 22$ .
- Numerator:
-
Simplify the fraction:
$$\frac{28 + 10\sqrt{3}}{22} = \frac{2(14 + 5\sqrt{3})}{22} = \frac{14 + 5\sqrt{3}}{11}$$ -
Answer: The simplified value is
$\frac{14 + 5\sqrt{3}}{11}$ .
-
Identify order of operations (VBODMAS):
- Expression:
$36 - [18 - {14 - (15 - 4 \div 2 \times 2)}]$ .
- Expression:
-
Solve the innermost parentheses
():- Inside:
$15 - 4 \div 2 \times 2$ . - Perform Division first:
$4 \div 2 = 2 \implies 15 - 2 \times 2$ . - Perform Multiplication next:
$2 \times 2 = 4 \implies 15 - 4 = 11$ .
- Inside:
-
Solve the braces
{}:- Inside:
$14 - 11 = 3$ .
- Inside:
-
Solve the square brackets
[]:- Inside:
$18 - 3 = 15$ .
- Inside:
-
Solve the final subtraction:
-
$36 - 15 = 21$ .
-
- Answer: The value of the expression is 21.
-
Analyze indices:
- We are given:
-
$5^{a+b} = 3125$ . Since$3125 = 5^5$ , we get$a + b = 5$ . -
$5^{a-b} = 5 = 5^1$ , we get$a - b = 1$ .
-
- We are given:
-
Apply algebraic identity:
- We need to find
$a^2 - b^2$ . - Recall the identity:
$a^2 - b^2 = (a + b)(a - b)$ .
- We need to find
-
Substitute the values:
-
$a^2 - b^2 = 5 \times 1 = 5$ .
-
-
Answer: The value of
$a^2 - b^2$ is 5.
-
Simplify each square root term:
- Let's express the terms inside the square root as perfect squares.
- For
$\sqrt{5 + 2\sqrt{6}}$ :- We want to write
$5 + 2\sqrt{6}$ in the form$(p + q)^2 = p^2 + q^2 + 2pq$ . - Let
$p = \sqrt{3}$ and$q = \sqrt{2}$ . - Then
$p^2 + q^2 = 3 + 2 = 5$ , and$2pq = 2\sqrt{6}$ . - Thus,
$5 + 2\sqrt{6} = (\sqrt{3} + \sqrt{2})^2$ . - So,
$\sqrt{5 + 2\sqrt{6}} = \sqrt{3} + \sqrt{2}$ .
- We want to write
- Similarly, for
$\sqrt{5 - 2\sqrt{6}}$ :-
$5 - 2\sqrt{6} = (\sqrt{3} - \sqrt{2})^2$ . - So,
$\sqrt{5 - 2\sqrt{6}} = \sqrt{3} - \sqrt{2}$ (since$\sqrt{3} > \sqrt{2}$ ).
-
-
Add the simplified terms:
-
$(\sqrt{3} + \sqrt{2}) + (\sqrt{3} - \sqrt{2}) = 2\sqrt{3}$ .
-
-
Answer: The simplified value is
$2\sqrt{3}$ .
-
Identify algebraic pattern:
- Look at the numerator:
$(2.3)^3 - 0.027$ . - Since
$0.027 = (0.3)^3$ , the numerator is of the form$x^3 - y^3$ , where$x = 2.3$ and$y = 0.3$ . - Use identity:
$x^3 - y^3 = (x - y)(x^2 + xy + y^2)$ .
- Look at the numerator:
-
Expand the terms:
-
$(2.3)^3 - (0.3)^3 = (2.3 - 0.3)((2.3)^2 + 2.3 \times 0.3 + (0.3)^2)$ . - Summing terms:
$2.3 \times 0.3 = 0.69$ , and$(0.3)^2 = 0.09$ . - So the numerator
$= 2.0 \times ((2.3)^2 + 0.69 + 0.09)$ .
-
-
Divide by the denominator:
- The expression is:
$$\frac{2.0 \times ((2.3)^2 + 0.69 + 0.09)}{(2.3)^2 + 0.69 + 0.09} = 2.0$$
- The expression is:
- Answer: The value is 2 (or 2.0).
-
Write with exponent notation:
-
$\sqrt{2^x} = (2^x)^{1/2} = 2^{x/2}$ .
-
-
Convert the RHS to base 2:
-
$64 = 2^6$ .
-
-
Equate the exponents:
-
$2^{x/2} = 2^6 \implies \frac{x}{2} = 6 \implies x = 12$ .
-
-
Answer: The value of
$x$ is 12.
-
Apply VBODMAS rules:
- Expression:
$\frac{1}{2} + \frac{1}{2} \div \frac{1}{2} \times \frac{1}{2} - \frac{1}{2}$ .
- Expression:
-
Perform Division:
-
$\frac{1}{2} \div \frac{1}{2} = 1$ . - The expression becomes:
$\frac{1}{2} + 1 \times \frac{1}{2} - \frac{1}{2}$ .
-
-
Perform Multiplication:
-
$1 \times \frac{1}{2} = \frac{1}{2}$ . - The expression becomes:
$\frac{1}{2} + \frac{1}{2} - \frac{1}{2}$ .
-
-
Perform Addition and Subtraction:
-
$\frac{1}{2} + \frac{1}{2} = 1$ . -
$1 - \frac{1}{2} = \frac{1}{2}$ .
-
-
Answer: The simplified value is
$\frac{1}{2}$ .
-
Simplify the nested fraction in the denominator:
- Innermost part:
$1 - \frac{1}{2} = \frac{1}{2}$ . - Next level:
$\frac{1}{1 - 1/2} = \frac{1}{1/2} = 2$ . - Denominator:
$1 + 2 = 3$ .
- Innermost part:
-
Set up the simplified equation:
- The expression becomes:
$\frac{x}{3} = 3$ .
- The expression becomes:
-
Solve for
$x$ :-
$x = 3 \times 3 = 9$ .
-
-
Answer: The value of
$x$ is 9.