Write the amount in the parentheses on a new line. For example, assume your equation is 5 + (4*3+2^2). Write out 4*3 + 2^2.
Solve any exponents first. In the example, the exponent is 2^2, which is two times two or 4. So now your equation is 4*3 + 4.
Solve multiplication and division next. In the example, 4 times 3 equals 12, so your equation is 12 + 4.
Solve any addition and subtraction. In the example, 12 + 4 equals 16.
Substitute solved parentheses part back into your equation. In the example, 5 + (4*3+2^2) becomes 5 + 16.
Solve your equation using the same process starting with any other parentheses, then exponents, then multiplication and division and finally any addition or subtraction. In the example, 5 + 16 equals 21.