Add arithmetic operators (plus, minus, times, divide) to make the following expression true: 3 1 3 6 = 8 You can use any parentheses you'd like.
|
|
0
|
Post Answer
|
((3+1)*6)/3 = 24
Reply 0((3+1)*6)/3 = 8
Reply 0