How many numbers of three digits are such that have at least one 2 and one 5?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Case 1: A number of formed by b , b , a only can be arrangement of three ways so we have two posibilities b = 5 , 2 . 6
Case 2: Three different digits a , b , c
Let a = 2 and b = 5 , this numbers can be arrangement in ( 2 3 ) ways and permuted of two forms, a and b can be arrangement of 6 forms.
Then c = 8 because you cannot repeat 5 and 2 . Also delete arrangements 0 5 2 and 0 2 5
By this case we have 6 × 8 − 2 = 4 6
Total of numbers 6 + 4 6 = 5 2