Computational Thinking
Computational Thinking
100+1= 101
99+2= 101
98+3= 101
etc .............
• We can see the sum of the lowest and the highest
number is 101, we figure out many time the pattern of 101
repeat.
•
• Solution could be counting the all the pair or take the
highest number and divide by 2.
• 100/2 = 50 pair
Step 3 : Abstraction (identify specific similarities
and differences)
100+1= 101 100/2 = 50 pair
99+2= 101
98+3= 101
etc .............
101 is the similarity