Hacker News new | ask | show | jobs
by glokty 1381 days ago
100 + 75 + 8 + 6 - 50 / 25 = 187

Any better solutions?

3 comments

You can use one less calculation

50/25=2 2*6=12 100+75=175 175+12=187

6 * 50 / 25 + 100 + 75 = 187

is one step less

I wonder how you do the input on Countle. It is still 4 steps, like above.
Wow exactly my thoughts.