1 0 □ 1 0 □ 1 0 □ 1 0 = 1 0 1
Is it possible to fill each square in with an arithmetic operation ( + , − , × , ÷ ) so that this becomes a true equation?
You'd be surprised how many people forget about the order of operations ...
Bonus question: Replace 101 with another number between 0 and 200 that makes this problem impossible.
Difficult follow-up bonus: How many different numbers is it possible to make with four 10's and three arithmetic 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.
Why division has to go first? Between the division and multiplication is addition, so it actually doesn't matter, you get the same result.
Log in to reply
In this case it is... It might not always be the case. This is a systematic solution which empasize on solving step by step. You might get stuck somewhere where answer is coming out to be different on grounds of Associativity.
I'm too old. 50 years ago I would have solved it, but I thought you needed brackets for it to work, forgetting brackets are implied in order of operations.
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com i want complete solution. Difficult follow up bonous, bonus , and for question
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com i want complete solution. Difficult follow up bonous, bonus , and for question
Alternatively, 1 0 ÷ 1 0 + 1 0 × 1 0 = 1 0 1 .
Funny how there's an inclination to put the multiplication before the division.
Probably because the brain thinks from left to right and most of the time we say x, :, +, -. It doesn't matter though.
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com i want complete solution. Difficult follow up bonous, bonus , and for question
Bonus question
My answer is 4.
Difficult follow-up bonus (assuming, that brackets are possible)
I wrote program on python:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
If brackets are impossible, then use this code
1 2 3 |
|
Output was (corrected float values and highlighted if value can be reached without brackets, there are 27 of these):
[ -990 , -900, -190, -100 , -99 , -90, -80 , -20 , -19 , -10, -9.9 , -8, -1 , -0.9, -1/9, 0 , 0.01 , 0.05, 1/11, 0.2, 1/3, 10/11, 1 , 1.1, 10/9, 2 , 3, 5, 9, 9.5, 9.9 , 10, 10.1 , 10.5, 11, 12, 19 , 20 , 21 , 40 , 80 , 90, 99 , 100 , 101 , 110, 120 , 190, 200 , 210, 300, 400, 900, 990 , 1010 , 1100, 2000, 10000 ] 58
Answer: 58 different numbers possible to make with four 10's and three arithmetic operations. (And only 27 possible if we refuse brackets)
Please, if my solution is wrong, say it!
Hi. I don't think 10 is a solution? Would be 57 solutions if it isn't. Nice code. Possibly it is giving precedence to 10-10 to give zero which opens the door to 10 as a solution. What do you think?
Log in to reply
I think that there is 3 different * ways to accomplish 10 as answer:
1 0 ± ( 1 0 − 1 0 ) ⋅ 1 0 )
( ( 1 0 − 1 0 ) ÷ 1 0 ) + 1 0
Different, in my mean, is if the trees of calculation are not isomorfic.
Very good, you brainbox. That is seriously impressive. Have a good day.
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com i want complete solution. Difficult follow up bonous, bonus , and for question
Same solution, just a simple thought process on how to get to the solution: Because 101 is odd, one needs to do a divide to get an odd number (all other operations yield an even number). So try 1 0 ÷ 1 0 = 1 . Then we only need 100 + 1 to get 101 and since 1 0 × 1 0 = 1 0 0 that does the trick. Therefore the answer is: 1 0 ÷ 1 0 + 1 0 × 1 0 = 1 0 1 or 1 0 × 1 0 + 1 0 ÷ 1 0 = 1 0 1 .
that does not work 10*10=100 100+10=110 110/10=11
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com i want complete solution. Difficult follow up bonous, bonus , and for question
That’s pretty easy.at first we will make 100 by multiplying (10×10). Then we will make 1 by doing(10/10) .so
10/10+10×10=1+100=101
nice solution.
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com i want complete solution. Difficult follow up bonous, bonus , and for question
Log in to reply
i think no need to email. just look carefully to this math.
1.you have 4 tens to make 101
2.you can use...............+ - x /
now, it is quite easy to make 100(10 x 10)by using 2 tens.
and now, you have 2 tens left to make 1.what should you do?the only way is 1 0 1 0
now, you have a result=100+1=101
secondly, is there another way to make 101?
if you use - sign, it will never be 101
again, you have to make 1 by using ten.so, it is easy to think that the way is division.just think in this way,it will be easier.
if it helped you then tell me ,please.
Because 10×10 is 100, we know that all we need to do is add 1 to make a sum of 101. Because the only number is 10 in this equation, we know that we need to come up with a reasonable equation to find 1. This equation would be 10÷10 =1. All we need to do now is put an addition symbol in between to add these two equations together.
Summary:
10×10+10÷10=101
Answer- 10 ÷ 10 + 10 × 10 = 101. This is because: 10 ÷ 10 = 1; 10 × 10 = 100 [BODMAS - bracket, of, division, multiplication, addition, subtraction (order of operations)] ; 1 + 100 = 101
101 is 1+100 so you want one operation that will give you 1 and another that will give you 100. Then, you need a plus in between to add the 100 and 1.
10divided by10 plus10 times10= 1+100=101
10×10+10÷10=101. 1)10×10=100; 2)10÷10=1; 3)100+1=101. Remember kids, multiplication and division come before addition and subtraction.
(10 x 10) + (10/10) = 101,
USE LOGIC!
Rishabh Cool, I totally don't understand your interpretation of the Order of Operations. The Third Directive clearly states, "multiplication and division, in order from left to right". To me, that says "multiplication on the left, division on the right". What does it say to you? I came up with the same answer but I wrote it the other way 'round: 10 \times 10 + 10 \frac 10 = 101.
What did I do wrong here? Why didn't LaTeX print out my operational symbols?
I was right only because the bonus question gave away the answer: if I'm replacing 101 with something that makes the question impossible, it follows that 101 has to be possible, even without actually doing anything. :/
As for the bonus and difficult bonus themselves, I cheated a bit and just brute forced it with Lua because the search space is tiny: there are only 2 7 possible results made from using the 64 combinations of 3 basic operations: my screenshots are huge.
To actually answer the bonus question: 3
10 / 10 + 10 * 10 = 1 + 100 = 101
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com i want complete solution. Difficult follow up bonous, bonus , and for question
By the use MDAS, you can actually take the answer "101" =10 x 10 + 10 / 10 =100+1 =101
10 divided by 10 = 1,then 10 times 10 =101
This equation needs brackets (10/10)+(10x10)
The brackets are not necessary, the order of operations always gives multiplication and division priority to the addition and subtraction.
Can you teach me. Pls email the explanatiin to janesh262@ gmail.com i want complete solution. Difficult follow up bonous, bonus , and for question
There is a loop hole :
Bonus question: Replace 101 with another number between 0 and 200 that makes this problem impossible.
Which means that there is an answer :-D
10*10 + 10/10 This simplifies into 100 + 1 = 101
You've got 10*10+10/10=101
10 × 10 + 10 ÷ 10 = 101
First step multiple:
(10 × 10) + 10 ÷ 10 = 101
100 + 10 ÷ 10 = 101
Second step divide:
100 + (10 ÷ 10) = 101
100 + 1 = 101
Third and Final step Add them:
100 + 1= 101
101 =101
can we repeat the arithmetic operations in bonus question?
1 0 ÷ 1 0 + 1 0 × 1 0 = 1 0 1 or 1 0 × 1 0 + 1 0 ÷ 1 0 = 1 0 1 .
Do 10/10+10x10, which is 1+100=101
This is super simple!! Just look at the first to tens, and divide them. Answer is one. With the next two, 10*10=100. 100+1=101
You have to think about how to get the one, since that would appear to be the most difficult. Once you realize that 10/10 = 1, you can easily get 100 by multiplying 10 by 10, and you can add the two together to get 101. Hence, 10 x 10 + 10/10 is the solution.
(10x10)+(10/10)=101
1st BRACKET, 2nd OF, 3rd ÷, 4th ×, 5th +, 6th -
10×10+10÷10=101
BODMAS rule state that first of all brackets will be solved, then division , then multiplication , the addition and at last subtraction. (However solving subtraction before addition doesn't lead to any change in the answer.) So now we have 101 which we know can be written as (ten times ten) + 1
Therefore using logical reasoning we got the answer to be 10 × 10 + 10 ÷ 10.
You can better understand it if I write (10×10)+(10÷10).. But both are same things..
Its 10×10+10÷10 which is equal to 101.
1 0 × 1 0 + 1 0 ÷ 1 0 = 1 0 1
It is recommended to revise BODMAS (operator precedence) rules if you think this solution is wrong ;)
Problem Loading...
Note Loading...
Set Loading...
1 0 ÷ 1 0 + 1 0 × 1 0 = 1 0 1
Explanation: See Order of Operations :
1)Since × and ÷ come same in precedence we have to judge by associativity which is left to right therefore 1 1 0 ÷ 1 0 + 1 0 × 1 0
2) Since precedence of × is higher over + , next step would be : 1 + 1 0 0 1 0 × 1 0
3) Lastly, simple addition operation will give : 1 + 1 0 0 = 1 0 1
NOTE:- I just involved precedence and associativity to make solution clearer.
Precedence 1 ) Multiplication, Division 2 ) Addition, Subtraction Associativity Left → Right Left → Right