Problem Solving and Analysis Practice Set 03

Problem Solving and Analysis Practice Set 03

#### Which number should replace the question mark to make the sequence 1,3, 5, 8, 11, ?, 19 continuous? 1. [ ] 13 2. [ ] 14 3. [x] 15 4. [ ] 16 #### Consider the following pattern: ``` Row 1: * Row 2: ** Row 3: *** ``` What is the next row in the pattern? 1. [ ] *** 2. [x] **** 3. [ ] ***** 4. [ ] ****** #### Consider the following pattern: ``` Row 1: 1 Row 2: 2 3 Row 3: 4 5 6 ``` What is the next row in the pattern? 1. [ ] 7 8 9 10 2. [x] 7 8 9 10 3. [ ] 7 8 9 4. [ ] 8 9 10 #### Consider the following pattern: ``` Row 1: A Row 2: BB Row 3: CCC ``` What is the next row in the pattern? 1. [ ] DDD 2. [x] DDDD 3. [ ] DDDDD 4. [ ] DDDDD #### Study the given pattern carefully and select the number that can replace the Question mark? in it. ``` Row 1: 12,7,32 Row 2: 17,13,33 Row 3: 14,8,? ``` What is the next row in the pattern? 1. [x] 38 2. [ ] 35 3. [ ] 43 4. [ ] 42