I'm trying to solve the above circuit using Kirchoff's laws but I don't seem to be having much luck. There is some fundamental problem I keep having, and I don't see what it is.
Lets call the current from R1, Ia.
Lets call the current from R2, I (which is point TOWARDS node B)
Lets call the current from R3, Ib.
Applying KCL at Node B gives us:
Ia + I - Ib = 0
Which means that: Ia + I = Ib
Applying KVL to the left-most loop:
0.5Ia - 10I = 6
Applying KVL to the right-most loop:
10 I + 12Ib = 18
10I + 12 (Ia + I) = 18
12Ia + 22I = 18
Does that seem right to you? To me it makes more logical sense for I to be heading AWAY from Node B, not towards it, and I think that's where I keep getting stuck (that's what the question specifies, that Ia and I are both entering Node B).
Any help is appreciated, thanks.