Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/formosam/public_html/phpBB3/includes/bbcode.php on line 112

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/formosam/public_html/phpBB3/includes/bbcode.php on line 112

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/formosam/public_html/phpBB3/includes/bbcode.php on line 112

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/formosam/public_html/phpBB3/includes/bbcode.php on line 112
FormosaMBA 傷心咖啡店 • 檢視主題 - [問題]Prep-T2-Q37 PS

[問題]Prep-T2-Q37 PS

關於 Problem Solving 和 Data Sufficiency 的問題都可以在這邊發表

版主: shpassion, Traver0818

[問題]Prep-T2-Q37 PS

文章gozui[origen] » 2007-08-27 22:36

The function f is defined for all positive integers n by the following rule: f(n) is the number of positive integers each of which is less than n and has no positive factor in common with n other than 1. If p is any prime number then f(p) =

(A) p - 1
(B) p - 2
(C)
(D)
(E) 2




Ans: (A)

想請問這題的意思是不是像
f(2)=1 -->integer是1 -->一個
f(3)=2 -->integers 是 1 和 2 -->二個
f(5)=4 -->integers 是 1, 2, 3, 4 -->四個
所以答案是(A)......?
gozui[origen]
初級會員
初級會員
 
文章: 51
註冊時間: 2007-03-20 15:30

文章eced » 2007-08-28 21:40

題目看起來應該是講f(n)代表n以下的prime factor
eced
初級會員
初級會員
 
文章: 42
註冊時間: 2007-01-18 09:32

文章gozui[origen] » 2007-08-28 23:01

如果f(n)是 n以下的prime factor的個數
那f(7)就會等於3了, 因為7以下的質數只有三個(2, 3, 和5)
這樣會不符合答案f(n)=n-1

可是如果是這些整數要比n小, 又不能有1以外的共同因數(也就是說n要是質數)
則f(n)=n-1
例f(7)=7-1=6 因為1,2,3,4,5,6 都比7小, 跟7 又沒有1以外的共同因數
所有的質數都有這樣的性質吧!


我好像自己在回答自己的問題...
gozui[origen]
初級會員
初級會員
 
文章: 51
註冊時間: 2007-03-20 15:30

文章eced » 2007-08-28 23:13

看起來你是對的,我誤解了 :P
eced
初級會員
初級會員
 
文章: 42
註冊時間: 2007-01-18 09:32

文章gozui[origen] » 2007-08-28 23:21

peace :smile
gozui[origen]
初級會員
初級會員
 
文章: 51
註冊時間: 2007-03-20 15:30

文章dibert8 » 2007-08-29 11:23

原來咬文嚼字繞了一大圈,質數跟所有的數互質,所以其實問的就是小於質數的正整數有幾個.
dibert8
白金會員
白金會員
 
文章: 2202
註冊時間: 2007-01-08 01:17

文章scottkidd » 2007-10-26 15:43

可是看起來題目的意思,是否可以寫成:
f(n) is the number of positive integers each of which is less than n and (each of which) has no positive factor in common with n other than 1

這樣看起來應該是在說小於n並且是質數的數...
雖然我知道答案是p-1
但是總覺得怪怪的... +o(
scottkidd
初級會員
初級會員
 
文章: 58
註冊時間: 2006-04-12 12:13

文章dianechiu » 2007-10-30 19:35

scottkidd \$m[1]:可是看起來題目的意思,是否可以寫成:
f(n) is the number of positive integers each of which is less than n and (each of which) has no positive factor in common with n other than 1

這樣看起來應該是在說小於n並且是質數的數...
雖然我知道答案是p-1
但是總覺得怪怪的... +o(


我覺得有另外一種解釋方式

f(n) is the number of positive integers each of which is less than n and (f(n)) has no positive factor in common with n other than 1

可以寫成關於f(n)的兩條件:
1.f(n)=比n小的正整數個數-->例:f(7)=6, f(11)=10
2.f(n)和n互質-->例:f(7)和7互質,f(11)和11互質
不知道這樣解釋會不會比較合理一點
dianechiu
初級會員
初級會員
 
文章: 34
註冊時間: 2007-08-15 22:02

文章yilingsky » 2008-01-25 09:08

還是覺得很怪!
為何P-2不行呢?

f(p) =P-2
If p is any prime number :2,3,5,7,
then f(p) =0,2,3,5

以上數列也互質阿! 哪裡有問題呢?
是因為2,0這組不是互質嗎?
yilingsky
初級會員
初級會員
 
文章: 26
註冊時間: 2006-01-17 14:41

文章pimi » 2008-01-26 23:19

我想f(p)=p-1是比較完整的答案吧
畢竟這題是在問比質數p小的正整數有幾個
pimi
高級會員
高級會員
 
文章: 388
註冊時間: 2005-01-21 14:50

文章Huang Hsin-Yi » 2008-03-21 09:35

Huang Hsin-Yi
黃金會員
黃金會員
 
文章: 1038
註冊時間: 2007-08-17 00:41
來自: Tainan

文章Huang Hsin-Yi » 2008-03-21 09:39

yilingsky \$m[1]:還是覺得很怪!
為何P-2不行呢?

f(p) =P-2
If p is any prime number :2,3,5,7,
then f(p) =0,2,3,5

以上數列也互質阿! 哪裡有問題呢?
是因為2,0這組不是互質嗎?
但不符題目中 has no positive factor in common with n other than 1
這個條件

Huang Hsin-Yi
黃金會員
黃金會員
 
文章: 1038
註冊時間: 2007-08-17 00:41
來自: Tainan


回到 GMAT MATH 考區

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 14 位訪客

cron