If we know that a positive integer is a multiple of 4, how many (distinct) possibilities are there for the last digit of the integer?
Details and assumptions
The last digit of an integer is the right most digit. As an explicit example, the last digit of 1 2 3 is 3.
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.
This solution merely shows that there are at least 5 possibilities. It gives a sufficient condition, but not a necessary condition.
It needs to explain why "all multiples of 4 end with the following digits only". When you notice a pattern, you should seek to explain it fully.
thanks Achint G.
the only last digits possible are 0123456789 and since it is a multiple of 4 it has to be an even number so there for the possibilities for the last digit of a multiple of 4 are narrowed down to 02468 leaving you with the answer 5
very good. i liked it. thanks
when a positive integer is multiplied by 4, so the new number must be an even positive integer, hence the last digit may be 0, 2, 4,6, or 8. so the answer is 5 possibilities
This solution merely shows that there are at most 5 possibilities. It gives a necessary condition, which may not be sufficient.
For example, if we consider multiples of 10, we can apply the same argument:
When a positive integer is multiplied by 10 , so the new number must be an even positive integer, hence the last digit may be 0, 2, 4,6, or 8.
However, we know that the last digit must be 0, so there is only 1 possibility.
test of Divisibility of four: the last two digits must be divisible by 4
therefore digit can be all even digits which are 5 ie 0,2,4,6,8
If a number is multipled with 4 , the number has to have 2,4,6,8 or 0 number as its last digit.so the ans is 5
by multiply 4 of (0 , 1 , 2 , 3 >>>10) we will get (0 , 4 , 8 , 12 , 16 , 20 , 24 , 28 , 32 , 36 , 40 ) then possibilities are there for the last digit of the integer = 5
we have 5 are simply 0,2,4,6,8 are the multiplies of 4
4 * 1 = 4, 4 * 2 = 8, 4 * 3 = 12, 4 * 4 = 16, 4 * 5 = 20. So, last digit of multiple 4 are : 4,8,2,6, and 0.
ga ngerti..
first multiply the 4 to the fist whole numbers including 0; 4 0=0 4 1=4 4 2=8 4 3=12 4 4=16 we could not except 4 5 because its last digit is like the first one that we multiply and so on after 4 5 it will go 4 6=24 and the last digitis like the 2nd in the first one,so, why we include 12 and 16 its because it is not like the other digits that when multiply is like have the same digits in the first one.
Start with 4 ∗ 0 = 0 , giving 0 as a potential last digit. Then 4 ∗ 1 = 4 , 4 ∗ 2 = 8 , 4 ∗ 3 = 1 2 , 4 ∗ 4 = 1 6 , 4 ∗ 5 = 2 0 , . . . . After 20, the same last digits keep appearing - 0, 4, 8, 2, 6, 0, 4, .... Five numbers are repeated, so there are five possible last digits for multiples of 4.
thank you very much...:)
Problem Loading...
Note Loading...
Set Loading...
If we give a look at the multiplication table of 4 it appears as :
4 * 1 = 4
4 * 2 = 8
4 * 3 = 12
4 * 4 = 16
4 * 5 = 20
4 * 6 = 24 and so on........
We will notice that all multiples of 4 end with the following digits only :
0, 2, 4, 6, 8
"Thus there are only 5 possible Distinct Digits"