Analyzing the Setup
The problem presents a matrix A=(01i0) and requires that AnX=X for any arbitrary matrix X.
If this condition holds for all X, then An must be the identity matrix I=(1001). This is because the identity matrix is the unique matrix that acts as the multiplicative identity for all other matrices.
Our objective is to determine the smallest positive integer n such that An=I.
The Dance of Powers
Let us begin by calculating the powers of A. First, we compute A2:
A2=(01i0)(01i0)=(i00i)
We can factor out the scalar i to observe that:
Next, we calculate A4 using the laws of exponents:
A4=(A2)2=(iI)2=i2I2=−1⋅I=−I
Since A4=−I, we proceed to calculate A8:
A8=(A4)2=(−I)2=(−1)2I2=1⋅I=I
We have successfully determined that the matrix A has a period of 8. Consequently, An=I if and only if n is a multiple of 8.
Counting the Solutions
We are tasked with finding the number of 2-digit integers n such that n is a multiple of 8. The set of such numbers is S={n∈N:n=8k,10≤n≤99}.
The sequence of multiples of 8 within this range starts at 16 (8×2) and ends at 96 (8×12). This forms an arithmetic progression where the first term a=16, the common difference d=8, and the last term l=96.
Using the formula for the k-th term of an arithmetic progression, l=a+(k−1)d, we substitute our known values:
Subtracting 16 from both sides yields:
Dividing by 8, we find:
There are exactly 11 such numbers.