单选题If the average of the two-digit numbers 1N, N7, and NN is 35, then N= ______.A2B3C4D5E6
单选题
If the average of the two-digit numbers 1N, N7, and NN is 35, then N= ______.
A
2
B
3
C
4
D
5
E
6
参考解析
解析:
If the average of the two-digit numbers 1N, N7, and NN is 35, then the sum of the three numbers is 3×35 or 105. Since 1N+N7+NN = 105, look for a value of N in the set of answer choices such that N+7+N is 15 or 25. For choice C., N = 4, 14+47+44 = 105
If the average of the two-digit numbers 1N, N7, and NN is 35, then the sum of the three numbers is 3×35 or 105. Since 1N+N7+NN = 105, look for a value of N in the set of answer choices such that N+7+N is 15 or 25. For choice C., N = 4, 14+47+44 = 105
相关考题:
Which statement adds a constraint that ensures the CUSTOMER_NAME column of the CUSTOMERS table holds a value?() A. ALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;B. ALTER TABLE customers MODIFY CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;C. ALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn NOT NULL;D. ALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn IS NOT NULL;E. ALTER TABLE customers MODIFY name CONSTRAINT cust_name_nn NOT NULL;F. ALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name NOT NULL;
离心泵扬程(压头)的物理意义是()。A、离心泵对单位重量(1N)液体所提供的有效能B、离心泵将单位重量(1N)液体升举的高度C、单位重量(1N)液体通过离心泵后静压能的增加D、单位重量(1N)液体通过离心泵后动压头的增加
单选题If the set S is composed of the following numbers {99, 100, 100, 105, 106, 116, 123}, which of the following is largest?AThe average (arithmetic mean) of set SBThe median of set SCThe mode of set SDThe range of set SEThe standard deviation of set S
单选题The average (arithmetic mean) of a set of seven numbers is 81. If one of the numbers is discarded, the average of the remaining numbers is 78. What is the value of the number that was discarded?A98B99C100D101E102
单选题离心泵扬程(压头)的物理意义是()。A离心泵对单位重量(1N)液体所提供的有效能B离心泵将单位重量(1N)液体升举的高度C单位重量(1N)液体通过离心泵后静压能的增加D单位重量(1N)液体通过离心泵后动压头的增加
单选题Which statement adds a constraint that ensures the CUSTOMER_NAME column of the CUSTOMERS table holds a value?()AALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;BALTER TABLE customers MODIFY CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;CALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn NOT NULL;DALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn IS NOT NULL;EALTER TABLE customers MODIFY name CONSTRAINT cust_name_nn NOT NULL;FALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name NOT NULL;
单选题For which set of numbers do the average, median, and mode all have the same value?A2, 2, 2, 2, 4B1, 3, 3, 3, 5C1, 1, 2, 5, 6D1, 1, 1, 2, 5E1, 1, 3, 5, 10
问答题If M is a set of five numbers p, q, r, s and t, is the range of numbers in M greater than 5? (1) The average (arithmetic mean) of p, q, r, S, and t is 5. (2) p-r5.
单选题有以下程序:#includemain(){ char *s=120119110; int n0,n1,n2,nn,i; n0=n1=n2=nn=i=0; do { switch(s[i++]) { default:nn++; case '0':n0++; case '1':n1++; case '2':n2++; } }while(s[i]); printf(n0=%d,n1=%d,n2=%d,nn=%d,n0,n1,n2,nn);}程序的运行结果是( )。An0=3,n1=8,n2=9,nn=1Bn0=2,n1=5,n2=1,nn=1Cn0=2,n1=7,n2=10,nn=1Dn0=4,n1=8,n2=9,nn=1
问答题What is the value of the greater of two numbers if one of the numbers is three times the smaller number? (1) one of the numbers is 12. (2) The sum of the two numbers is 16.
单选题The average (arithmetic mean) of five numbers is 10. The sum of three of the numbers is 30. What is the sum of the other two numbers?A5B10C20D30E40