For example, if you are asked "How
many outfits can you create with 13 hats and 7 pairs of shoes?", you can use the brute force technique to solve the problem
by simply listing all 91 possibilities.
Another example: if we want to find the word "Force" in the dictionary using the brute force method, you would just start from the first entry of the first page of the dictionary, and move on to check each word until you see the word "force".