Post

@Python_Dv 34 based on the pattern.
1+4=5
2+5 → 5+(2+5)=12
3+6 → 12+(3+6)=21
5+8 → 21+(5+8)=34
English

@Python_Dv 13
Whoever answered 2+5=12 and 3+6=21 needs math lessons :)
English

@Python_Dv The answer is 45
1×4+1= 5
2×5+2= 12
3×6+3=21
5×8+5=45
It's not a sequence just pattern
English

@Python_Dv 1 + 4 = 5
2 + 5 = 7 +5 =12
3 + 6 = 9 + 12 = 21
5 + 8 = 13 + 21 = 34
Correct answer is 34
English

@Python_Dv result1 = 1 + 4
result2 = result1 + 2 + 5
result3 = result2 + 3 + 6
result4 = result3 + 5 + 8
print(result4)
34
Dansk

@Python_Dv 34 (1+4=5, 2+5(+5)=12, 3+6(+12)=21, 5+8(+21)=34)






























