|
發表於 2007-4-8 23:05:41
|
顯示全部樓層
隨著一聲新年到,『富神爺爺』看顧您了,
你獲得了『富神爺爺』贈送現金4553個美元。
原帖由 zorrowlo 於 2007-4-8 10:45 PM 發表。 
i don't know how to type chinese, and those are some maths trems, so i think a normal P5 student can understand them
鱼儿献丑,大大们别见笑了.
let A(n) be the 寅宮天干, & n 出生年干 (甲=1, ...)
if n=5 or n<5
then A(n)=2 x n +1
else A(n)=2(n-5)+1 |
| 让 A(n)作为方程,等于寅宮天干,n等于出生年干.n为正整数,也就是n=1,2,3,...,10 分别代表 10干天支:甲乙丙丁........
如果 n小于等于5,也就是n=甲乙丙丁戊.
那么A(n),也就是寅宮天干等于2*n+1
如果n大于5,那么 A(n)=2(n-5)+1
不知道对不对?
|
|