There are ways in which we can fill the squares with .
Of all these 16 ways, What is the third largest possible number we can make?
Note
:
You are not allowed to use parenthesis.
Obey the order of operations.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
4^2 i.e 16 methods are of filling the blanks are: +- and -+ ; +x and x+ ; +/ and/+ ; -x and x- ; -/ and /- ; x/ and /x ; ++ and -- ; xx and // ;
Largest = 3 x 4 x 5 = 60 2nd Largest = 3 + 4 x 5 = 23 3rd Largest = 3 x 4 + 5 = 17