Use order of operations to sovle the expression (8 - 3) + 5 (3^2 - 3) - 1

First, simplify the expression within the parentheses:

- (8 - 3) = 5
- (3^2 - 3) = 9 - 3 = 6

Now, substitute the simplified expressions back into the original expression:

5 + 5(6) - 1

Next, perform the multiplication:

5 + 30 - 1

Finally, add and subtract from left to right:

5 + 30 = 35
35 - 1 = 34

Therefore, the solution to the expression (8 - 3) + 5 (3^2 - 3) - 1 is 34.