solving system of equation with mathcad prime 2
Right now my mathcad is crashed but i will type the general format
I'm having issues with the following solve block, any pointers?
guess: X1:=0.1 X2:=0.1 X3:=0.1 X4:=0.1
Constraint: Tmp = 4100/(300-ln(X1))
Tmp= 6600/(500-ln(X2))
Tmp = 7000(450-ln(X3))
Tmp = 4100/(280-ln(X4))
x1+x2+x3+x4=1
Result:
T:=find(X1,X2,X3,X4)
I keep getting no solve. What am i doing wrong? I will attach a file when I can if my mathcad comes back up

