Friday puzzle -- Team effort 2,3,7, &8
This is a two-part challenge. Hopefully, lots of folks will contribute to the first part.
Express nearly every positive integer from 1 to 30 inclusive using all four of the numbers 2,3,7, &8; any or all of the four basic arithmetic functions indicated by +, -, *, and /; and parentheses for grouping. For instance, 3 can be expressed as (7+8)/3-2. (Note, 2,3,7,&8 are numbers here, not digits, so 23-7-8 is not a solution for 8.)
Part one is to find solutions for 29 of these numbers, and thus to identify the one that can't be expressed in those terms.
Part two is to determine what other operator could be added to allow this last one to be solved.
Suggested process: When you find one or several, put the number(s) in the subject line, and the solutions in the body. I'll check in periodically and post a "yet-to-be-found" list.
Computer-types: Writing a program to solve this may also be fun. If you do so, please just announce your accomplishment without revealing any solutions or the impossible number. Then, we'll call on you if our collective efforts fall short.
I'll kick it off with a couple of solutions.