I have got the number "392514576" and asked that how many ways can I make this number dividable by 5 without any fraction. * No rearrange , No repetition Just by removing some characters.
[It will be appreciated if Little explanation and shortcut way is given to calculate this types of problems]
HINT
number is divisible by 5 if its last digit is 5 or 0. Your number has no zeros, but two fives. How can you remove some digits so 5 is last?
UPDATE 1
you certainly have to drop the last "76". As long as the final 5 is in place, you can remove or keep any digit. How many combinations is that? Also, possibly, you can drop the trailing 5, and then the "14" before them -- will that add any new combinations?