1. If the number is 13, what is the outcome number if the flowchart was followed?
Solution: 13 is not a multiple of 3 → 13×3+1 = 40 → 40−20 = 20 → divisible by 4 → END
2. If the number is 6, what is the outcome number if the flowchart was followed?
Solution: 6 is a multiple of 3 → 6−1 = 5 (odd) → 5+5 = 10 → below 20 → END
3. If the number is 9, what is the outcome number if the flowchart was followed?
Solution: 9 is a multiple of 3 → 9−1 = 8 (even) → END
4. If the number is 17, what is the outcome number if the flowchart was followed?
Solution: 17 is not a multiple of 3 → 17×3+1 = 52 → 52−20 = 32 → divisible by 4 → END
5. If the number is 11, what is the outcome number if the flowchart was followed?
Solution: 11 is not a multiple of 3 → 11×3+1 = 34 → 34−20 = 14 → not divisible by 4 → +6 = 20 → END