单选题If the length of RS is 12 and the length of ST is 13, which of the following could be the length of RT?A24B26C28D29E30

单选题
If the length of RS is 12 and the length of ST is 13, which of the following could be the length of RT?
A

24

B

26

C

28

D

29

E

30


参考解析

解析:
根据三角形不等式公理,三角形的第三边大于两边之差,小于两边之和,又因为RS =12,ST=13,所以可得出13-12< RT< 13+12,1 < RT< 25,在这个范围之间的选项只有A,即24。

相关考题:

MAX_LENGTH是int型public成员变量,变量值保持为常量100,用简短语句定义这个变量() A.publicintMAX_LENGTH=100;B.finalintMAX_LENGTH=100;C.finalpublicintMAX_LENGTH=100;D.publicfinalintMAX_LENGTH=100.

阅读下列代码 public class Arrays{ public static void main(String[]args){ int[]a=new int[5]; for(int i=0;i<a. length; i=i+1){ a[i]=10+i; } for(int i=0; i<a. length; i=i+1){ System. out. println(a[i]); } String[]s={"Frank","Bob","Jim"}; for(int i=0; i<s. length; i=i+1){ System. out. println(s[i]); } S[2]="Mike"; System. out. println(s[2]); } } 代码运行结果正确的是A.10 11 12 13 14 Mike Bob Frank JimB.11 12 13 14 15 Frank Bob Mike JimC.10 11 12 13 14 Frank Bob Jim MikeD.11 12 13 14 15 Mike Jim Bob Frank

ApublicmembervairablecalledMAX_LENGTHwhichisinttype,thevalueofthevariableremainsconstantvalue100.Useashortstatementtodefinethevariable.() A.publicintMAX_LENGTH=100;B.finalintMAX_LENGTH=100;C.finalpublicintMAX_LENGTH=100;D.publicfinalintMAX_LENGTH=100;

int型public成员变量MAX LENGTH,该值保持为常数100,则定义这个变量的语句是( )。A.publicintMAX_LENGTH=100B.finalintMAX LENGTH=100C.publicconstintMAX_LENGTH=100D.publicfinalintMAX_LENGTH=100

执行下列程序后,输出结果为( )。 public class Test { public static void main (String[] args) { StringBuffer sb = new StringBuffer("北京 2008" ); System. out. println ("length =" + sb. length ( ) ); } }A.length = 8B.length = 10C.length = 6D.length = 20

For which BGP attribute is a higher value preferred?() A. OriginB. CommunityC. Local PreferenceD. AS Path length

Which of the following DB2 data types has a fixed length?() A.XMLB.BLOBC.DOUBLED.DBCLOB

Refer to the exhibit. Which command would allow the translations to be created on the router?() A.ip nat pool mynats 1.1.128.1 1.1.135.254 prefix-length 19B.ip nat outside mynats 1.1.128.1 1.1.135.254 prefix-length 19C.ip nat pool mynats 1.1.128.1 1.1.135.254 prefix-length 18D.ip nat outside mynats 1.1.128.1 1.1.135.254 prefix-length 18

The number and position of hydrants arranged on board shall be such that _______,one of which shall be from a single length of hose,may reach any part of the ship normally accessible to the passengers or crew while the ship is being navigated.A.at least two jets of water which shall be from the same length of hoseB.at least two jets of water emanating from the same hydrantC.at least two jets of water not emanating from the same hydrantD.at least two jets of water not emanating from the same hydrant,one of which shall be from a single length of hose

According to the Rules, a vessel’s length is her ______.A.length between the perpendicularsB.length along the waterlineC.length overallD.registered length

A public member vairable called MAX_LENGTH which is int type, the value of the variable remains constant value 100. Use a short statement to define the variable.()   A、 public int MAX_LENGTH=100;B、 final int MAX_LENGTH=100;C、 final public int MAX_LENGTH=100;D、 public final int MAX_LENGTH=100;

String str="abcedf"; int length=str.length。

Definition of Length:()A、The length shall be taken as 96% of the total lengthB、The length shall be taken as 96% of the LbpC、The length shall be taken as 96% of the total length on a waterline at 85% of the least moulded depth measured from the top of the keelD、The length from the fore side of the stem to the axis of the rudder stock on that waterline

You are creating a servlet that generates stock market graphs. You want to provide the web browser withprecise information about the amount of data being sent in the response stream.  Which twoHttpServletResponse methods will you use to provide this information?()A、response.setLength(numberOfBytes);B、response.setContentLength(numberOfBytes);C、response.setHeader("Length", numberOfBytes);D、response.setIntHeader("Length", numberOfBytes);E、response.setHeader("Content-Length", numberOfBytes);F、response.setIntHeader("Content-Length", numberOfBytes);

Stream ciphers run on which of the following?()A、Fixed-length groups of digits called blocksB、Individual blocks,one at a time,with the transformations varying during the encryptionC、Individual digits,one at a time,with the transformations varying during the encryptionD、Fixed-length groups of bits called blocks

Which of the following DB2 data types has a fixed length?()A、XMLB、BLOBC、DOUBLED、DBCLOB

For which BGP attribute is a higher value preferred?()A、OriginB、CommunityC、Local PreferenceD、AS Path length

问答题A rectangle is equal in area to a square with sides of length 12. Is the diagonal of the rectangle greater in length than 20?  (1) The rectangle has a length of 16.  (2) The rectangle has a width of 9.

单选题The length of the steering oar in a lifeboat is().Ashorter than the rowing oarsBthe same length as the rowing oarsClonger than the rowing oarsDunrelated to the length of the rowing oars

单选题If the length of RS is 12 and the length of ST is 13, which of the following could be the length of RT?A24B26C28D29E30

多选题Definition of Length:()AThe length shall be taken as 96% of the total lengthBThe length shall be taken as 96% of the LbpCThe length shall be taken as 96% of the total length on a waterline at 85% of the least moulded depth measured from the top of the keelDThe length from the fore side of the stem to the axis of the rudder stock on that waterline

单选题If the area of a square with sides of length 8 centimeters is equal to the area of a rectangle with a width of 4 centimeters, what is the length of the rectangle, in centimeters?A4B8C12D16E18

单选题A public member vairable called MAX_LENGTH which is int type, the value of the variable remains constant value 100. Use a short statement to define the variable.()A public int MAX_LENGTH=100;B final int MAX_LENGTH=100;C final public int MAX_LENGTH=100;D public final int MAX_LENGTH=100;

单选题For which BGP attribute is a higher value preferred?()AOriginBCommunityCLocal PreferenceDAS Path length

单选题11.public class Counter{ 12.public static void main(String[]args){ 13.int numArgs=/*insert code here*/; 14.} 15.} and the command line:java Counter one fred 42 Which code,inserted at line 13,captures the number of arguments passed into the program?()Aargs.countBargs.lengthCargs.count()Dargs.length()Eargs.getLength()

单选题The unit of duration of a dash in Morse Code is().Aone and one-half times the length of a dotBtwice the length of a dotCthree times the length of a dotDfour times the length of a dot

单选题Final exams were incredibly comprehensive, and went on for two weeks, which length made it seem as if they would never end.Acomprehensive, and went on for two weeks, which length madeBcomprehensive and since they went on for two weeks, that madeCcomprehensive and, since they went on for two weeks, to makeDcomprehensive and went on for two weeks, which madeEcomprehensive and, by going on for two weeks, it made

单选题The term length of a vessel in International Regulations for Preventing Collision at Sea 1972 means().Athe length between perpendicularsBthe registered lengthCthe length overallDthe length of waterplane on summer draft