We only need three of the + signs to keep two of the 4 - signs from coming together, like this: - + - + - + - Now we must insert the remaining three + signs The arrows below point to the 5 places where we may insert the remaining 3 + signs: ↓ ↓ ↓ ↓ ↓ - + - + - + - The 5 places are: Left of the 1st - sign Immediate left of the 2nd - sign Immediate left of the 3rd - sign Immediate left of the 4th - sign Right of the 4th - sign Case 1: We put all three +++ in one of the 5 places: That's 5 ways. +++-+-+-+- -++++-+-+- -+-++++-+- -+-+-++++- -+-+-+-+++ Case 2: We put a pair ++ in one of the 5 places and a single + in another We can choose the place to put the pair ++ in 5 ways and there remain 4 ways we can choose the place to put the single +. That's 5*4 = 20 ways. Case 3: We place a single + in 3 different places. We can choose the 3 places to put the 3 single +'s in 5C3 = 10 ways. Grand total: 5+20+10 = 35 ways. Edwin