If n and b are positive integers greater than 1 and n is divisible by b, what
is the last digit of nb? Explain.
solution:-
given
n and b are positive integers greater than 1 and n is divisible by b,
case - 1
let n = 2k1 +1
k1 0
this is odd number
b= 2k2+1
k2
this odd number
as given n is divisible by b
and
if we multiply n and b
we get
nb = ( 2k1+1 )(2k2+1)
= it will come in the form of 2k +1 i.e odd number so it can end with 1,3,5,7,9
case -2
let n = 2k1
k1 0
this is even number
b= 2k2+
k2
this is even number
as given n is divisible by b
and
if we multiply n and b
we get
nb = ( 2k1)(2k2)
this is also a even number
so the end digits of the number can be 2,4,6,8