Number Puzzle #85
If 5 3 2 = 151022 9 2 4 = 183652 8 6 3 = 482466 5 4 5 = 202541 then 9 5 5 = ?
Check your answer:-
Click here to see solution
the calculation is like this
9 5 5 =?
9 5 5 =?
9×5 = 45 (first and second)
9×5 = 45 (first and third)
sum of 45+45 =90 and from this deduct center no i.e. 5 =85
hence answer is 454585
Solution is courtesy Jaideep Sandhu, answered in disqus comments
Facebook Comments
Jimmy Lee says
INITIAL(A);
INITIAL(B);
INITIAL(C);
INITIAL(SUM);
RESULT = F (A, B , C);
///
/// VERSION 1.0
///
PRIVATE STATIC INT F (INT A, INT B, INT C)
{
RESULT = A * B * 10000 + A*C * 100 + A * B + A* C – B;
RETURN RESULT;
}
fivebee says
454529?
fivebee says
commenters???????????????
sai pramodh says
if 4+5+8=204025,2+5+6=103043,5+6+7=303585,3+4+5=121522,5+4+7=??
syed says
5+4+7=? Answer plsssss
Peter sunny says
955 = 454585
45 = (9×5)
45 = (9×5)
85 = ((9×5+9×5) -5)
Jaideep Sandhu says
the calculation is like this
9 5 5 =?
9×5 = 45 (first and second)
9×5 = 45 (first and third)
sum of 45+45 =90 and from this deduct center no i.e. 5 =85
hence answer is 454585
lakshmi says
454585
deepak says
454585