Problem Solving and Analysis Practice Set 02

Problem Solving and Analysis Practice Set 02

#### Consider the following pattern: ``` 1: A 2: BB 3: CCC ``` What is the next row in the pattern? 1. [ ] DDDD 2. [x] DDDD 3. [ ] DDDDD 4. [ ] DDDDD #### Consider the following pattern: ``` 1: 1 2: 1 2 3: 1 2 3 ``` What is the next row in the pattern? 1. [ ] 1 2 3 4 2. [x] 1 2 3 4 3. [ ] 1 2 3 4. [ ] 2 3 4 #### Consider the following pattern: ``` 1: 1 2: 3 5 3: 7 9 11 ``` What is the next row in the pattern? 1. [ ] 13 15 17 19 2. [x] 13 15 17 19 3. [ ] 13 15 17 4. [ ] 15 17 19 #### Consider the following pattern: ``` 1: 1 2: 2 4 3: 6 8 10 ``` What is the next row in the pattern? 1. [ ] 10 12 14 16 2. [x] 12 14 16 18 3. [ ] 12 15 18 4. [ ] 15 17 19 ### Consider the following pattern: ``` 1: 1 2: 3 5 3: 7 9 11 ``` What is the next row in the pattern? 1. [x] 13 15 17 19 2. [ ] 12 14 16 18 3. [ ] 12 15 18 4. [ ] 15 17 19