( 6 □ 2 ) □ ( 3 □ 4 ) □ ( 6 □ 2 ) = 2 5
Which of these options are the appropriate mathematical operators for the five squares in the above equation?
Bonus: Can you find other operators that work?
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.
The next question is to determine the number of different sequences in general that satisfy the equation. So far I have that ( ÷ , × , + , + , − ) and ( − , + , + , × , ÷ ) also work.
Another follow-up question is to determine the number of distinct values that can be obtained by inserting any sequence of the 4 standard operators into the boxes in the expression on the left-hand side of the equals sign.
Log in to reply
Another solution could be ×,-,-,+,×
Log in to reply
Great! I think we've found all the solution sequences now.
I found the same.
After one hour I decided there wasn't more, only the 4 already listed:
(6-2)x(3+4)-(6/2)=25
(6-2)+(3+4)x(6/2)=25
(6x2)-(3-4)+(6x2)=25
(6/2)x(3+4)+(6-2)=25 (this is equivalent to the second one)
I spent another ten minutes on a python script for brute forcing, and I was right. there is not an other one. :)
Interesting! Can you post that question? ;)
This problem can also be solved as: * - - +*
(6/2)+(3 4)+(6 2) /,+, ,+,
Log in to reply
If you mean ( 6 ÷ 2 ) + ( 3 × 4 ) + ( 6 × 2 ) this would give a result of 2 7 .
1111=R 2222=T 3333=E 4444=N 5555=?
Log in to reply
Answer please
Log in to reply
1+1+1+1=4=FOUR=R 2+2+2+2=8=EIGHT=T 3+3+3+3=12=TWELVE=E 4+4+4+4=16=SIXTEEN=N 5+5+5+5=20=TWENTY=Y The trick is to add all the digits of the given number and the result is the letter with which the number ends. Hence, 5555=Y
I did the same.
Did anyone find this solution: ÷ , × , + , + , − ??
Another solution is(6×2)-(3-4)+(6*2) first of all 25 is possible with only two even and odd or 3 odd numbers
another solution for this sum (6x2)-(3-4)+(6x2)=12-(-1)+12=12+1+12=25
The answer is (6 - 2) x (3 + 4) - (6 / 2) = 25.
Other answers include:
(6 x 2) - (3 - 4) + (6 x 2) = 25
(6 / 2) x (3 + 4) + (6 - 2) = 25
I don't think we are allowed to use decimals, but if we could,
(6.2) x (3.4) + (6 - 2) is frustratingly close to 25, at 25.08.
Also, using concatenation,
(6 / 2) + (34) - (6 x 2) = 25
We can find it by trial and error method. And we have to solve it by bodmas rule.
Problem Loading...
Note Loading...
Set Loading...
Testing each option, we find that only
( 6 − 2 ) × ( 3 + 4 ) − ( 6 ÷ 2 ) = 2 5
is true. Therefore, the answer is − , × , + , − , ÷ .