6 a = 10; c = 2; b = 8; d = a * b - a; temp = c^2; result = d + temp;