Difference between revisions of "Casework"

m (Intermediate)
Line 1: Line 1:
'''Casework''' is solving [[counting]] or [[probability]] problems by considering the different cases and adding them together. While casework is sometimes the most elegant method of solution, it may be considered [[brute force]] when a more elegant solution exists.
+
'''Casework''' is a [[counting]] approach that breaks a problem into two or more subproblems (the cases) and adding the result from each case together. While casework is sometimes the most elegant method of solution, it may be considered [[brute force]] when a more elegant solution exists.
  
 
+
== Videos ==
==Video Introduction==
+
* [https://youtu.be/Zhsb5lv6jCI Casework,Complementary Counting,and OverCounting(PIE)] by Sohil Rathi
 
+
* [https://artofproblemsolving.com/videos/counting/chapter2/186 AoPS Casework Counting Part 1]
This is a great video for learning the basics of casework, complementary counting, and overcounting:
+
* [https://artofproblemsolving.com/videos/counting/chapter2/187 AoPS Casework Counting Part 2]
https://youtu.be/Zhsb5lv6jCI
 
  
 
== Example Problems and Solutions ==
 
== Example Problems and Solutions ==

Revision as of 02:30, 4 October 2020

Casework is a counting approach that breaks a problem into two or more subproblems (the cases) and adding the result from each case together. While casework is sometimes the most elegant method of solution, it may be considered brute force when a more elegant solution exists.

Videos

Example Problems and Solutions

Introductory

Intermediate

See also