Determine whether the statements below are true or false.
Statement 1:
If the digit is added at the end of a positive integer divisible by , the new number must be divisible by too.
Statement 2:
If a positive integer divisible by and ends with digit has its end digit removed. The remaining number must be divisible by too.
Note: The original number should not be single-digit.
Give your answer according to the respective order of the statements.
You can try more of my fundamental problems here .
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.
Relevant wiki: Modular Arithmetic
Statement 1:
Let the original number be x
x is divisible by 8
∴ x ≡ 0 ( m o d 8 )
⇒ 1 0 x ≡ 0 ( m o d 8 )
⇒ 1 0 x + 8 ≡ 0 ( m 0 d 8 )
1 0 x + 8 is divisible by 8
∴ the new number formed must be divisible by 8 .
∴ Statement 1 is t r u e
Statement 2:
Let the original number be 1 0 y + 8 .
1 0 y + 8 is divisible by 8 .
∴ 1 0 y + 8 ≡ 0 ( m o d 8 )
⇒ 1 0 y ≡ 0 ( m o d 8 )
But
this does not indicate that y must be ≡ 0 ( m o d 8 )
For example, when y = 4
1 0 y = 4 0 ≡ 0 ( m o d 8 )
But y is not divisible by 8
∴ Statement 2 is f a l s e