Eating an apple a day doesn t keep the doctor away, but it does reduce the amount of trips you make to the drug store per year. That s according to a new study that investigates whether there s any truth in the old saying.A team of researchers led by Dr Matthew Davis, of the University of Michigan School of Nursing,asked 8,399 participants to answer survey questions about diet and health. A total of 753 were apple eaters, consuming at least 149g of raw apple per day. The remaining 7, 646 were classed as non-apple eaters. When both groups answered questions on trips to the doctor and trips to the drug store per year,the apple eaters were found to be 27% less likely to visit the druggist for drugs.Trips to the doctor were not significantly affected by apple consumption, though. Evidence does not support that an apple a day keeps the doctor away. However, the small number of US adults who eat an apple a day does appear to use fewer prescription medications, the study concludes.Apple eaters were also found to be less likely to smoke and be more likely to have a higher educational attainment than non-apple eaters. While apples do not compete with oranges, they docontain some immune (免疫的) system-increasing vitamin C, which may be why apple-eaters visit the druggist less. With over 8mg of vitamin C per medium-sized fruit, an apple can provide roughly 14% your daily recommended intake.Previous studies have also linked apple consumption to a lower risk of Type 2 diabetes (二型糖尿病) ,improved lung function and a lower risk of colon (结肠) cancer.44. How many non-apple eaters answered survey questions in the research?A.149B.7,646C.753D.8,399What is the conclusion of the study?A.Apple consumption has greatly reduced US adults' trips to the doctorB.An apple a day does keep the doctor awayC.Apples are far more nutritious than orangesD.A small number of US adult apple eaters tend to take less medicineWhat can we learn from the passage?A.Apples are better than orangesB.Apples do have some vitamin C to increase the immune systemC.Apples can help cure certain diseasesD.Apples can provide people with sufficient daily intake of energyWhat can be described as the writing style of this passage?A.ObjectiveB.CreativeC.subjectiveD.persuasive请帮忙给出每个问题的正确答案和分析,谢谢!

Eating an apple a day doesn&39; t keep the doctor away, but it does reduce the amount of trips you make to the drug store per year. That &39; s according to a new study that investigates whether there&39; s any truth in the old saying.

A team of researchers led by Dr Matthew Davis, of the University of Michigan School of Nursing,asked 8,399 participants to answer survey questions about diet and health. A total of 753 were apple eaters, consuming at least 149g of raw apple per day. The remaining 7, 646 were classed as non-apple eaters. When both groups answered questions on trips to the doctor and trips to the drug store per year,the apple eaters were found to be 27% less likely to visit the druggist for drugs.

Trips to the doctor were not significantly affected by apple consumption, though. "Evidence does not support that an apple a day keeps the doctor away. However, the small number of US adults who eat an apple a day does appear to use fewer prescription medications," the study concludes.

Apple eaters were also found to be less likely to smoke and be more likely to have a higher educational attainment than non-apple eaters. While apples do not compete with oranges, they docontain some immune (免疫的) system-increasing vitamin C, which may be why apple-eaters visit the druggist less. With over 8mg of vitamin C per medium-sized fruit, an apple can provide roughly 14% your daily recommended intake.

Previous studies have also linked apple consumption to a lower risk of Type 2 diabetes (二型糖尿病) ,improved lung function and a lower risk of colon (结肠) cancer.

44. How many non-apple eaters answered survey questions in the research?

A.149

B.7,646

C.753

D.8,399

What is the conclusion of the study?A.Apple consumption has greatly reduced US adults' trips to the doctor

B.An apple a day does keep the doctor away

C.Apples are far more nutritious than oranges

D.A small number of US adult apple eaters tend to take less medicine

What can we learn from the passage?A.Apples are better than oranges

B.Apples do have some vitamin C to increase the immune system

C.Apples can help cure certain diseases

D.Apples can provide people with sufficient daily intake of energy

What can be described as the writing style of this passage?A.Objective

B.Creative

C.subjective

D.persuasive

请帮忙给出每个问题的正确答案和分析,谢谢!


相关考题:

根据下列材料请回答 56~60 题:Sound pull can feel eatDoctor:What’S wrong with you?Emma:Oh,I have a toothache now.Doctor:How long have you56 like this?Emma:For three days.And I57 not sleep last night.Doctor:Open your mouth and let me look them over.Oh,one of your teeth is bad.It must be 58 0ut.Emma:It59 terrible.You’d better give me other advice.Perhaps it will be OK tomorrow.Doctor:I don’t think so.Emma:All fight.What should I do?Doctor:You won’t60 anything hard in many days after the operation(手术).Emma:OK.Thank you very much.Doctor.Not at all.第 56 题 请在(56)处填上最佳答案。

请将香蕉banana用工具 H( )—Head( ),T( )—Tail( )从L中取出。 L=(apple,(orange,(strawberry,(banana)),peach),pear)

为使下列程序的正确输出结果为: Now is 2004-7-6 12:12:12 那么应该在程序划线处填入的语句是( )。 #include <iostream> using namespace std; class TIME; class DATE { public: DATE(int y=2004,int m=1,int d=1) { year=y; month=m; day=d; } void DateTime(TIME t); private: int year,month, day; }; class TIME { public: TIME(int h=0,int m=0,int s=0) { hour=h; minute=m; second=s; } ______________; //将类 DATE 中成员函数 DateTime 声明为类 TIME 的友元函数 private: int hour,minute, second; }; void DATE: :DateTime(TIME t) { cout<<"Now is "<<year<<'-'<<month<<'-'<<day<< ' '<<t.hour<<":"<<t.minute<<': '<<t.seoond<<'.'<<end1; } int main ( ) { DATE d(2004,7,6); TIME t (12, 12, 12); d. DateTime (t); return 0; }A.friend void DateTime(TIME t);B.friend void DATE::DateTime(TIME 0;C.void DateTime(TIME t);D.friend void DateTime(TIME t);

采用高通骁龙处理器的手机是:() A.三星(SAMSUNG)S4(I9508)B.SONY-L39t(XperiaZ1)C.苹果(APPLE.iPhone5SD.SONY-M35t(XperiaSP)

________ your mother ________ some cleaning on Sundays? A.Does…doesB.Do…doesC.Does…do

为了使程序的输出的正确结果为: Now is 2004.7.10 10:10:10. 那么应在下列程序划线处填入的正确语句是( )。 那么应在下列程序划线处填入的正确语句是( )。 #include <iostream> using namespace std; class TIME; class DATE { public: DATE(int y=2004,int m=1,int d=1) { year=y; month=m; day=d; } friend void DateTime(DATE d, TIME t); private: int year, month, day; }; class TIME { public: TIME(iht h=0, int m=0,int s=0) { hour=h; minute=m; second=s; } friend void DateTime(DATE d,TIME t); private: int hour,minute, second; }; ______________________ //函数 DateTime 的首部 { cout<<"Now is"<<d.year<<'.'<<d.month<<'.'<<d.day<< ' '<<t.hour<<":"<<t.minute<<':'<<t.second<<'.'<<end1; } int main ( ) { DATE d(2004,7,10); TIME t(10, 10, 10); DateTime(d,t); return 0; }A.void DateTime(DATE d,TIME t)B.void TIME::DateTime(DATE d,TIME t) constC.friend void DateTime(DATE d,TIME t)D.void DATE::DateTime(DATE d,TIME t)

4.—_________ Mike________ his homework in the evening?—No,he doesn't.A. Do;doesB. Does;doC. Do;doD. Does;does

Which of the following may illustrate the difference between "competence" and__________ "performance"?A.What a person "knows" and what he/she "does".B.What a person "can do" and what he/she "does".C.What a person "does" and what he/she "knows".D.What a person "does" and what he/she "can do".

I did not mean____anything,but those apples looked so good I couldn’t resist___one.A.to eat…tryingB.to eat…to tryingC.eating…to tryD.eating…to trying

下面示例中,属于Time数据类型的是?A.T#1d_2h_15m_30s_45msB.D#2009-12-31C.TIME_OF_DAY#10:20:30. 400D.23:10:1