Answer:
Explanation:
PEDMAS 
P - Parenthesis
E - Exponents
D - Division
M - Multiplication
A - Addition
So, 2(5-3)^3+6^2 
5 - 3 should be completed first as it is inside parenthesis
2(5-3)^3+6^2 = 2 *2^3 + 6^2
 = 2 * 8 + 36 {exponents}
 = 16 + 36 {Multiplication}
  = 52