quark

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年6月21日

摘要: Problem DescriptionThere are exactly ten ways of selecting three from five, 12345:123, 124, 125, 134, 135, 145, 234, 235, 245, and 345In combinatorics, we use the notation, 5C3= 10.In general,nCr =n!r!(n-r)!,where r<=n, n! = n*(n-1)…*3*2*1, and 0! = 1.It is not until n = 23, that a value exceeds 阅读全文
posted @ 2012-06-21 12:18 QuarkZ 阅读(157) 评论(0) 推荐(0)

摘要: Problem Description It can be seen that the number, 125874, and its double, 251748, contain exactly the same digits, but in a different order. Find the smallest positive integer, x, such that 2x, 3x, ... 阅读全文
posted @ 2012-06-21 10:56 QuarkZ 阅读(182) 评论(0) 推荐(0)