Here's a proof of the first one... I'm assuming you want a deductive proof as opposed to one using truth trees. I'm also assuming this is for a formal logic class; if it's for a math class much of what I'm saying might not make sense to you.
I'm not sure about the operators you use so here are the ones I'm using:
Conditional (if-then): >
Negation (not): ~
Conjunction (and): &
Disjunction (or): v
Universal Quantifier (for all x): Vx
Existential Quantifier (there is an x): 3x
_E means I am applying the rule for elimination of an operator
_I means I am applying the rule for the introduction of an operator
I'm also not using parentheses in the predicates because I think it would look way too confusing with all the parentheses, so I'm letting:
Cx = x is a citizen, Tx = x is a traitor, etc...
Here are the proofs:
Problem 1:
P1. Vx (~Tx > Px)
P2. Vx (Ox > Cx)
P3. 3x (Ox & ~Px)
4........Oa & ~Pa.................. (Assumption; derived from line 3)
5.......~Ta > Pa.................. (derived from line 1, VE)
6....................~Ta............... (Assumption; looking for contradiction)
7.....................Pa................. (Derived from line 5-6)
8...................~Pa................ (From line 4, &E)
9........Ta.............................. (Lines 6-8, ~E by contradiction)
10.3xTx............................... (Line 9, 3E)
And Line 10 is what you wanted!
Did you transcribe the third premise correctly? If you used a conditional I could see why you had trouble proving this.
I'll come back for problem 2.
Ok here's problem 2. Part of the trick is symbolizing everything correctly, which is easy to do wrong here.
P1: Vx (Bx > (Ix > Wx))
P2: Vx (Bx > (Wx > Ix))
3: Ba > (Ia > Wa) ...................... (P1; VE)
4. Ba > (Wa > Ia) ...................... (P2; VE)
5...........Ba.................. ............... (Assumption for >I)
6...........Ia > Wa......... ................ (3, 5, >E)
7...........Wa > Ia........... .............. (4, 6, >E)
8...................(Ia v Wa) ............... (Assumption for >I)
9............ ............Ia.. ...................... (from 8; for vE)
10........ .............Wa. ..................... (6, 9, >E)
11............. ........Wa............................. (from 8; for vE)
12......... .............Ia................................ (7, 11, >E)
13......... .............Wa & Ia.... ..............(10, 12, &I)
14..... ...(Ia v Wa) > (Wa & Ia). ........ (8-13, >I)
15.Ba > ((Ia v Wa) > (Wa & Ia)) ......(5-14, >I)
And that monstrosity in lines 15 is what you were looking to prove. QED. If you have questions send me an e-mail.