Saturday, January 3, 2015

how many even 5 digit numbers are there?


clearly half of the 5 digit integers are even so 45000, but let's show it another way...
a%5Bn%5D=99998
a%5B1%5D=10000

using arithmetic sequences
n=%28a%5Bn%5D-a%5B1%5D%29%2Fd%2B1=89998%2F2%2B1=45000

No comments: