Guess the number in middle of the triangle
7 5 3 => 26
2 1 3 => 5
8 6 2 => 44
4 9 5 => ?
Check your answer:-
Click here to See Solution
let 3 numbers be a , b , c s.t. c>b>a
then here (b)x(c)-(a)^2 = output
In short: Multiplication of 2 highest numbers and then subtract by square of the smaller number.
so 7 5 3 ; 7*5-9=26
2*3-1 =5
8*6-4=44
9*5-16=29
then here (b)x(c)-(a)^2 = output
In short: Multiplication of 2 highest numbers and then subtract by square of the smaller number.
so 7 5 3 ; 7*5-9=26
2*3-1 =5
8*6-4=44
9*5-16=29
Thus 29 is the answer.
answered by Anshul Singh
Facebook Comments
29 and 11
31
29
29
29
29 is one answer but 11 is also one answer.
e.g.
1—> 7×5-3^2=26
2—> 2×3-1=5
3—> 8×6-2^2=44
4—> 4×5-9=11
Multiplication of 2 highest numbers and then subtract by square of the smaller number.
So 29 is the answer !!