Question 165644
L*W = 16
K*L*K*W = 64
since a*b = b*a, and (a)*(b*c) = (a*b)*(c), this equation can become
(K*K)*(L*W) = 64
since L*W = 16, this equation can become
(K*K)*(16) = 64
divide both sides by 16
K*K = 64/16 = 4
K*K = 4
K = 2
-----
your scaling factor is 2.
-----
you multiply each dimension by 2 which means the whole thing is multiplied by 4.
-----