Question 205374
If the numbers happen to be the same on more then one bill, the costumer has to enter the first 3 digits as well. 
A.) What is the probability that a person has 2 bills to register with the same last 3 digits?
---------------------------
P(a single digit from one bill is the same as a single digit from the other)
= (1/10)
---
P(last thee from one are the same) = (1/10)^3 = 1/1000
=================================================================
B.)What is the probability that a person with 10 bills to register has at least 2 bills with the same last 3 digits?
P(at least 2 of 10) = 1 - P(0<=x<=1) = 1 - binomcdf(10,1/10,1) = 0.2639
========================================================
I used a TI calculator to find binomcdf(10,1/10,1)
========================================================
Cheers,
Stan H.