sondenso
Set S consists of numbers 2, 3, 6, 48, and 164. Number K is computed by multiplying one random number from set S by one of the first 10 non-negative integers, also selected at random. If Z=6^K, what is the probability that 678,463 is not a multiple of Z?
a. 10%
b. 25%
c. 50%
d. 90%
e. 100%
\(S=\{2,3,6,48,164\}\) and set of first 10 non-negative integers, say \(T=\{0,1,2,3,4,5,6,7,8,9\}\).
\(K=s*t\), where \(s\) and \(t\) are random numbers from respective sets.
678,463 is an odd number.
The only case when \(6^k\)
IS a factor of 678,463 is when \(k\) equals to 0 (in this case \(6^k=6^0=1\) and 1 is a factor of every integer). Because if \(k>0\), then \(6^k=even\) and even number can not be a factor of odd number 678,463.
Hence \(6^k\) NOT to be a factor of 678,463 we should pick any number from S and pick any number but 0 from T: \(P=1*\frac{9}{10}=\frac{9}{10}\).
Answer: D.