305
just some dice I threw around. nothing to see here
(lemmy.blahaj.zone)
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
I’m now committed to getting this to work, but I’m not quite there.
(6^3) - 6 * 3 - 3 = 195 Beyond this, I’m quite lost on how this can be done with simple arithmetic.
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