1. **Problem:** Calculate the value of expression a) from Bài 8: $$2^3 - \frac{5^3}{5^2} + 12 \cdot 2^2$$
2. **Formula and rules:**
- Use exponentiation rules: $$a^m \div a^n = a^{m-n}$$
- Perform operations respecting order: exponents, division, multiplication, addition, subtraction.
3. **Step-by-step solution:**
- Calculate powers:
$$2^3 = 8$$
$$5^3 = 125$$
$$5^2 = 25$$
$$2^2 = 4$$
- Simplify division:
$$\frac{5^3}{5^2} = \frac{125}{25} = 5$$
- Multiply:
$$12 \cdot 4 = 48$$
- Substitute back:
$$8 - 5 + 48$$
- Calculate final sum:
$$8 - 5 = 3$$
$$3 + 48 = 51$$
**Final answer:** $$51$$
Exponent Expression 15927F
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.