SOLUTION: Determine the numeric value of this postfix expression { 4, 2, -, 3, 6, /, 2, *, / }
Algebra
->
Conjunction
-> SOLUTION: Determine the numeric value of this postfix expression { 4, 2, -, 3, 6, /, 2, *, / }
Log On
Logic: Propositions, Conjunction, Disjunction, Implication
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Conjunction
Question 380385
:
Determine the numeric value of this postfix expression
{ 4, 2, -, 3, 6, /, 2, *, / }
Answer by
Jk22(389)
(
Show Source
):
You can
put this solution on YOUR website!
{ 4, 2, -, 3, 6, /, 2, *, / }
4-2 = 2
3/6 = 1/2
1/2*2 = 1
2/1=2