this post was submitted on 19 Mar 2024
305 points (100.0% liked)
196
16412 readers
1151 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If it's limited to basic arithmetic (+-*/) and no parenthesis, would there be any answer possible that's not a multiple of 3? My first thought is telling me that common order of operations would make any equation using the numbers in the OP and the restrictions laid out would always amount to a multiple of 3.
That was my initial thought, but you can do add or sub by 2 (6 / 3) to get a non-multiple of 3. I had to double check and see that there were in fact values of i.e. x.5 within I think a difference of 64, can’t remember the exact values or their expressions.
Oh yep, my bad. It's always division that throws me in math expressions that have multiple steps to them.