a list of questions :D
1) how many four digit numbers are divisible by 5 if no two digits are the same?
My solution: 9*8*7*2=1008
2)From the digits 0,1,3,5,7,9 how many four digit numbers divisible by 5 can be written if no digit is repreated?
My solution=5*4*3*2
3) Discuss, without proceeding to a solution, how you would determine how many four digit numbers divisible by 3 could be made using any of the digits 0,2,4,6,8
my solution: Unknown but the knownledge that i have is that if the digits add up together is divisible 3 then it is divisible by 3 (e.g. 5211 ->5+2+1+1 is divisible by 3)
4) how many different arrangements are there of the keys of a calculator "1,2,3,4,5,6,X" taken three at a time. My solution: 7P3=210
Discuss how many different result are there when three of the keys are pressed followed by "=" without proceeding to a solution.