I've got a project due tomorrow. I tried to do it in Maple because of the math functions available but it wasn't very user friendly so I switched over to VB. I do need to know how to make equations (without assigning values with the = character) and solve the system of eqations in VB.

Its only one line in Maple. It solves the equations and assigns the variables with their solved-for values:

assign(solve({x B+xT=1, yB+yT=1,...