单选题In quadrilateral ABCD, ∠A +∠C is 2 times ∠B +∠D. If ∠A = 40, then ∠B = ______.A60B80C120D240EIt cannot be determined from the information given.
单选题
In quadrilateral ABCD, ∠A +∠C is 2 times ∠B +∠D. If ∠A = 40, then ∠B = ______.
A
60
B
80
C
120
D
240
E
It cannot be determined from the information given.
参考解析
解析:
You are given that, in quadrilateral ABCD, ∠A+∠C is 2 times ∠XB+∠D, and ∠A = 40, so
40+∠C = 2(∠B+∠D). Since the sum of the degree measures of the four angles of a quadrilateral is 360, 40+∠C+(∠B+∠D) = 360. Substituting 2(∠B+∠D) for 40+∠C gives. 2(∠B+∠D)+(∠B+∠D) = 360. Since the last equation contains two unknowns, the measures of angles B and D, it is not possible to find the measure of ∠B (or ∠D).
You are given that, in quadrilateral ABCD, ∠A+∠C is 2 times ∠XB+∠D, and ∠A = 40, so
40+∠C = 2(∠B+∠D). Since the sum of the degree measures of the four angles of a quadrilateral is 360, 40+∠C+(∠B+∠D) = 360. Substituting 2(∠B+∠D) for 40+∠C gives. 2(∠B+∠D)+(∠B+∠D) = 360. Since the last equation contains two unknowns, the measures of angles B and D, it is not possible to find the measure of ∠B (or ∠D).
相关考题:
下面程序段的运行结果是()。(注:└┘代表空格)include "stdio.h"main(){ char s[6]s="abcd"printf("\"%s\"\n", s)} A."abcd"B."abcd└┘"C.\"abcd\"D.编译出错
设有如下定义char*S[2]={“abcd”,”ABCD”};则以下说法正确的是() A、S数组中数组元素的值分别是“abcd”,”ABCD”B、S是指针变量,它指向含有两个数组元素的字符型一维数组C、S数组的两个元素分别存放的字符’a’和’A’D、S数组的两个元素分别存放的字符串“abcd”和”ABCD”的首地址
下列判断正确的是( )。A.char a="ABCD";等价于char*a:*a="ABCD";B.char str[10]={"ABCD"};等价于char str[10];str[]={"ABCD"};C.char*s="ABCD";等价于char s;*s="ABCD";D.char c[5]="ABCD",d[5]="ABCD";等价于char c[5]=d[5]="ABCD";
char *p1=“abcd”, *p2=“ABCD”,str[50]=“xyz”;strcpy(str+2,strcat(p1+2,p2+1));printf(“%s”,str); 请问输出结果?
下列判断正确的是( )。A.chara="ABCD";等价于char*a;*a="ABCD";B.char str[10]={"ABCD"};等价于char str[10];str[]={"ABCD"};C.char*s="ABCD";等价于char s;*s="ABCD";D.charc[5]="ABCD",d[5]="ABCD";等价于char c[5]=d[5]="ABCD";
下列表达式的值是字符串型的是( )。A.5^2+114/5B.”2007”&”4”C.”abcd” 下列表达式的值是字符串型的是( )。A.5^2+114/5B.”2007”&”4”C.”abcd”D.(b^(1/3)*5>2) and “bde”>”tre”
以下程序的输出结果是______。 #define TIMES(X) X*X main() { int a=16,k=2,m=1; a/=TIMES (k+m)/TIMES(k+m); printf("d\n",a); }A.16B.2C.9D.1
如图,已知四棱锥P-ABCD底面ABCD为矩形,侧棱PA⊥ABCD,AB=AP=21/2AD=2,E,F分别为PC,AB的中点。 (I)证明:EF∥面PAD。 (II)求三棱锥B-PFC的体积。
单选题In moderate wind and current what should be the length of chain with a single anchor?()A5 times the depth of the water in good holding groundB10 times the depth of the water in shallow waterC2 times the depth of the water in poor holding groundD8 times the depth of the water in deep water
单选题Compared to the amount of concentrated foam liquid used,the amount of low expansion mechanical foam produced is().A97 times greaterB94 times greaterC10 times greaterD2 times greater
单选题In quadrilateral ABCD, ∠A+∠C is 2 times ∠B+∠D. If ∠A=70, then ∠B= ______.A60B80C120D240EIt cannot be determined from the information given
单选题In quadrilateral ABCD, ∠A +∠C is 2 times ∠B +∠D. If ∠A = 40, then ∠B = ______.A60B80C120D240EIt cannot be determined from the information given.
填空题Left ("abcd",2)函数的返回值是(); Right("abcd",2)函数的返回值是()。