Skip to content

Commit b3946a7

Browse files
committed
add MAA problem solving strategies
1 parent a707d2f commit b3946a7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ There is simply no way around this. Abstract thinking *HAS TO BE LEARNED.* And I
106106
## What this is *not*
107107

108108
- This is not about abstract thinking in the [broadest sense](https://en.wikipedia.org/wiki/Abstraction#As_used_in_different_disciplines):
109-
- in science, art, music, literature,
109+
- in science, [art](https://en.wikipedia.org/wiki/Mathematics_and_art), music, literature,
110110
- in politics, religion,
111111
- in military, business,
112112
- in decision making, etc.

solve.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@
4343
- what properties / predicates are and how to detect them;
4444
- ??? (more)
4545

46+
### Strategies from MAA
47+
48+
- [01: Engage in successful flailing](https://maa.org/resource/problem-solving-strategy-1-engage-in-successful-flailing/)
49+
- [02: Do something](https://maa.org/resource/problem-solving-strategy-2-do-something/)
50+
- [03: Engage in wishful thinking](https://maa.org/resource/problem-solving-strategy-3-engage-in-wishful-thinking/)
51+
- [04: Draw a picture](https://maa.org/resource/problem-solving-strategy-4-draw-a-picture/)
52+
- [05: Solve a smaller version](https://maa.org/resource/problem-solving-strategy-5-solve-a-smaller-version-of-the-same-problem/)
53+
- [06: Eliminate incorrect choices](https://maa.org/resource/problem-solving-strategy-6-eliminate-incorrect-choices/)
54+
- [07: Perseverance is key](https://maa.org/resource/problem-solving-strategy-7-perseverance-is-key/)
55+
- [08: Second-guess the author](https://maa.org/resource/problem-solving-strategy-8-second-guess-the-author/)
56+
- [09: Avoid hard work](https://maa.org/resource/problem-solving-strategy-9-avoid-hard-work/)
57+
- [10: Go to extremes](https://maa.org/resource/problem-solving-strategy-10-go-to-extremes/)
58+
4659
## Rules
4760

4861
### Discovering the rules

0 commit comments

Comments
 (0)