I hope I'm writing this post in correct forum. I've got a equation -11*2*(-1)*3 which i transferred into RPN -> 11,2,*,1,-,*,3,*,-. And here I have problem with resolving it:
11*2 = 22
22-1= 21
22*what = ?
what should i multiply by in last equation (I've got nothing left on stack) ...?