Find the correct result.
Remember the maths is exact
1+4=5
2+5=12
3+6=21
5+8= —•
Answers
Answered by
0
Ello user
45
Hope this helps
Tc and best of luck
Answered by
3
In this case there are multiple correct answers:
1 + 4 = 5
2 + 5 = 2 + 2(5) = 12
3 + 6 = 3 + 3(6) = 21
5 + 8 = 5 + 5(8) = 45
ALGORITHM: A + A(B) = C
ANSWER = 45
1 + 4 = 1 + 4 + (0) = 5
2 + 5 = 2 + 5 + (5) = 12
3 + 6 = 3 + 6 + (12) = 21
5 + 8 = 5 + 8 + (21) = 34
ALGORITHM: A + B + C' = C, where C' is the previous answer
ANS = 34
1 + 4 = 5 = 5
2 + 5 = (5 + 2) + (5) = 12
3 + 6 = (7 + 2) + (12) = 21
5 + 8 = (9 + 2) + (21) = 32
ALGORITHM: for {X=5, C = X + C' , X = X+2 };, where C' is the previous answer. A and B not used in equation,
ANS = 32
Hope this helps
Similar questions