Jaiveer S.

asked • 05/18/16

how many four digits numbers are there that is divisible by 5, repetition not allowed

use 0 to 9 digits

2 Answers By Expert Tutors

By:

David W. answered • 05/18/16

Tutor
4.7 (90)

Experienced Prof

Elyse R.

Good Day, sir, I think in the 2nd digit of the equation that equates to 448, we can use 0 already. That's why there are still 8 chances, and 7 chances on the 3rd digit. Is it correct?
Report

10/09/20

Rajeev S.

In the eqn =448, the first digit would belong to {1,2,3,...,9} - {5}, so now a number from this set and '5' would be taken away. for the second digit, the other 8 numbers would be left, and 7 for the 3rd digit
Report

12/23/20

David W.

count = 0 FOR a = 1 TO 9 FOR b = 0 to 9 IF (a<>b) THEN FOR c = 0 TO 9 IF ( (a<>b) AND (a<>c) AND (b<>c) ) THEN FOR d = 0 TO 5 BY 5 IF ( (d<>a) AND (d<>b) AND (d<>c) ) THEN count = count + 1 ENDIF ENDFOR ENDIF ENDFOR ENDIF ENDFOR ENDFOR OUTPUT x&" done." END 952 done."
Report

12/23/20

Kenneth S. answered • 05/18/16

Tutor
4.8 (62)

Expert Help in Algebra/Trig/(Pre)calculus to Guarantee Success in 2018

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.