
Khush P. answered 03/22/22
An Engaging and Helpful Tutor
Assuming you mean 101 = 10^1 and 100 = 10^0 (we use "^" to denote power)...
Let's first see the normal integer multiplication method
21 * 12 = [(2 × 10^1) + (1 × 10^0)] × [(1 × 10^1) + (2 × 10^0)] = 252
So 21 * 12 = 252
Now let's do this other method.
You already did the first step of [(2 × 10^1) + (1 × 10^0)] × [(1 × 10^1) + (2 × 10^0)]
Now let's substitute the 10s with the xs,
[(2 × x^1) + (1 × x^0)] × [(1 × x^1) + (2 × x^0)]
Since x^0 = 1 and x^1 = x,
(2x + 1) (x + 2)
Now let's do the FOIL method,
(2x + 1) (x + 2) = 2x*x + 2x*2 + 1*x + 1*2
= 2x^2 + 5x + 2
And now let's subsitute x=10 again,
2(10)^2 + 5(10) + 2 = 252
See anything similar?


Khush P.
The only reason I am assuming this is correct is that a lot of students have had the same issue. But yes, you are correct.03/23/22
Brenda D.
03/23/22