Hello, mmarti25!
1. Take a two-digit integer.
(1) Multiply it by the integer you get when you interchange its digits.
(2) Then subtract 10 times the sum of the squares of the original digits.
The result is always divisible by 101. Why?
Let the original two-digit number be:
.10t + u.
(1) Interchange the digits and we have:
.10u + t.
. . . Then:
.(10t + u)(10u + t)
.=
.10t<sup>2</sup> + 101tu + 10u<sup>2</sup>
(2) The sum of the squares of the digits is:
.t<sup>2</sup> + u<sup>2</sup>
. . . Then:
.(10t<sup>2</sup> + 101tu + 10u<sup>2</sup>) - 10(t<sup>2</sup> + y<sup>2</sup>)
.=
.101tu
Since t and u are digits (whole numbers), then 101tu is divisible by 101.
[Edit: Too fast for me, ting!]
2. Suppose r is a solution of ax<sup>2</sup> + bx + c = 0, where ac ≠ 0.
Show that 1/r is a solution of: cx<sup>2</sup> + bx + a = 0.
Since r is a solution of ax<sup>2</sup> + bx + c = 0, then:
.ar<sup>2</sup> + br + c
.=
.0
. . . . . . . . . . . . . . .b
. . .c
Divide by r<sup>2</sup>:
. a + -- + ---
. =
. 0
. . . . . . . . . . . . . . .r
. . .r<sup>2</sup>
We have:
. c(1/r)<sup>2</sup> + b(1/r) + a
.=
.0
Therefore, x = 1/r is a solution of:
.cx<sup>2</sup> + bx + a
.=
.0