Write down whether the following expressions return true or false. Then type the expressions into irb to see the results.
(32 * 4) >= 129
false != !true
true == 4
false == (847 == '847')
(!true || (!(100 / 5) == 20) || ((328 / 4) == 82)) || false