Luis has a simple calculator that has buttons for the digits 0 through 9, each of the 4 basic operations ( + , − × , ÷ ) , and an '=' button. Luis pushes a digit followed by the '+' sign, followed by another digit, followed by the '-' sign, followed by another digit and then the '=' sign. How many different answers could Luis get?
Details and assumptions
The 3 digits pressed can be the same, e.g. 1 + 1 − 2 is valid.
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.
To solve this problem, all we need to do is find a minimum value that he could get and a maximum value that he can get and count how many numbers are in between them. The minimum value he can get is 0 + 0 - 9 = -9 and the maximum value he can get is 9 + 9 - 0 = 18. Thus the total number of answers that Luis can get are 18 + 9 + 1 (for zero) = 28 answers
All of the answers given lack something in common.All of them finally reach the answer 28 but none of which proves the fact that all 28 integers in the interval [-9,18] can be achieved.I don't really know how to prove that except for writing an example for all 28 cases but I assume there must be another proof in this case.
Largest possible solution would be 9 + 9 - 0 = 18 and the smallest possible solution is 0 + 0 - 9 = -9 18 - (-9) = 27 and then add 1 to count the possibility of getting zero and you have 28 possible solutions
The largest possible answer is 1 8 since 9 + 9 − 0 is 1 8 . The smallest possible answer is − 9 since 0 + 0 − 9 is − 9 . There are 2 8 integers greater than or equal to − 9 and less than or equal 1 8 .
let the operation be a+b-c, by associating (b-c) you get an answer between -9 and 9 (-9, -8, ..., -1, 0, 1, ..., 9) then you can only add a positive number from 0 to 9, so the greatest number you get is 18, the total of this is 28 numbers: -9,-8, ..., 18
The greatest answer Luis could get is 9 + 9 − 0 = 1 8 , and the lowest is 0 + 0 − 9 Then there are 1 8 + 9 + 1 = 2 8 different answers (the 1 is because we must add zero)
The smallest answer is -9 (0+0-9). The greatest is 18 (9+9-0).
18-(-9)+1=28
m a x = 9 + 9 − 0 = 1 8 and m i n = 0 + 0 − 9 = − 9 so all possible answer is [possitive count]+[zero count]+[negarive count]= 1 8 + 1 + 9 = 2 8
O maior resultado possível é 9+9-0=18
E o menor é 0+0-9=-9
18-(-9)=27
Como há a possibilidade do zero sair também, temos 27+1=28 diferentes respostas.
The minimum answer you can get is -9 (i.e,0+0-9),and the maximum answer you can get is 18 (i.e,9+9-0) . Also that all the answers between these two numbers is possible to get. therefore the total number of answers = 28 [i.e.,18-(-9)+1,(including the end points)]
We must first get the highest possible value which is 9 + 9 - 0 = 18 and get the lowest possible value which is 0 + 0 - 9 = -9
the absolute value of these two numbers are 18 and 9 but remember, 0 is a part of the solution set but is not recognized in these two absolute values. thus,
18 + 9 + n{0} = 18 + 9 + 1 = 28
Problem Loading...
Note Loading...
Set Loading...
Let x be the minimum and y be the maximum answer Luis could get.
x = 0 + 0 − 9 = − 9
y = 9 + 9 − 0 = 1 8
Then the answer of Luis could get is in the range − 9 , − 8 , … , 1 8 imply 1 8 + 9 + 1 = 2 8 different answers.