This page details the solutions to ten sample cryto problems and responses to questions related to the problems.
(((( 7 + 8 )/ 3 )+ 5 )- 8 )
(( 15 - 15 )+( 11 -( 4 + 2 )))
((( 11 - 14 )+ 5 )-( 12 / 12 ))
((( 15 - 12 )+ 10 )*( 5 - 4 ))
(((( 11 + 1 )+ 1 )- 10 )* 5 )
((( 13 * 3 )-( 7 * 4 ))- 11 )
(( 2 /( 2 * 1 ))*( 12 - 4 ))
(( 14 - 13 )+(( 11 - 2 )- 9 ))
No
(( 8 - 6 )+(( 12 - 1 )* 1 ))
Solution 2 and solution 7, because they both use division of a number by itself to get one and then multiply that in order to effectively get rid of two numbers.
Solution 8 because I like the balance of it's paranthesis the most (they are the most evenly distributed in my eyes).
Probably solution 2, because we did solution 1 in class and then I didn't look at it again for a few days and was slow when I initially started the assignment again.
Divide 2 by the product of 2 and 1 and multiply the quotient by the difference of 12 and 4.
I think that my brain mostly goes through a hunt-and-peck style algorithm where it randomly chooses two numbers and sees if it can do something interesting with any of the operators applied to them. Interesting here defined as useful in order to get closer to the goal given the other numbers on the table.