this post was submitted on 19 Mar 2024
305 points (100.0% liked)
196
16500 readers
2722 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 you allow factorials:
6^3 - 6! / (3! * 3!) = 196
Edit: also 66*3 - 3!/3 = 196
Factorials or something more than basic arithmetic (+exponents) is needed as I went ahead and programmatically checked every expression without parenthesis and the closest would always be 195. Interestingly, all values within a difference of 10 were multiples of 3.
A lost cause indeed.
If we allow combining digits to make larger numbers (like kittehx's edit) we can actually do
(33*6) - (6/3) = 196
How did I not try that? Now I feel dumb lol