Let be a cubic polynomial function with integer coefficients and , where and be natural numbers.
Then, if you divide the expression by 18, what would be the nature of the decimal expansion (after radix point) of the resulting expression?
Explanation : For example, the decimal expansion after the radix point of 299.12123123412345... is 12123123412345....
Bonus : Try to find out the repeating digits in the expansion, if it is non-terminating.
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.
Let f ( x ) = α x 3 + β x 2 + γ x + δ , where α , β , γ and δ are integers. Then, we have:
f ( a ) − f ( b ) = α ( a 3 − b 3 ) + β ( a 2 − b 2 ) + γ ( a − b ) = ( a − b ) ( α ( a 2 + a b + b 2 ) + β ( a + b ) + γ )
Since a ≡ b (mod 9) , we can write a = 9 k + b , where k is a natural number. Then, we have:
1 8 ∣ f ( a ) − f ( b ) ∣ = 1 8 ∣ ( 9 k + b − b ) ( α ( a 2 + a b + b 2 ) + β ( a + b ) + γ ) ∣ = 1 8 ∣ 9 k ( α ( a 2 + a b + b 2 ) + β ( a + b ) + γ ) ∣ = ∣ ∣ ∣ ∣ 2 k ( α ( a 2 + a b + b 2 ) + β ( a + b ) + γ ) ∣ ∣ ∣ ∣
The decimal expansion of a positive integer n divided by 2 is either 0 when n is even or 5 when n is odd, therefore, it is terminating .