单选题If (x+7) (x-3) = 0, then x = ______.A7 or 3B7 or -3C-7 or 3D-7 or -3E-4 or -3

单选题
If (x+7) (x-3) = 0, then x = ______.
A

7 or 3

B

7 or -3

C

-7 or 3

D

-7 or -3

E

-4 or -3


参考解析

解析:
If (x+7)(x-3) = 0, then either or both factors may be equal to 0. If x+7 = 0, then x = -7. Also, if x - 3 = 0, then x=3. Hence, x may be equal to -7 or 3.

相关考题:

解下列方程:5x+7=42 x÷4.2=23.6x-x=3.25 2(x-3)=5.8

解下列方程(x-3)÷2=7.5

下列代码中if(xO){System.out.println(first);}elseif(x-3){System.out.println(second);)else{System.out.println(third);)要求打印字符串为“second”时,X的取值范围是( )。A.x-3B.x>0C.x>-3D.x

( 18 )阅读下面代码if(x==0){System.out.println(" 冠军 ");}else if (x-3){System.out.println(" 亚军 ");}else { System.out.println(" 季军 ");}若要求打印字符串 “ 季军 ” ,则变量 x 的取值范围是A ) x=0 x=-3B ) x0C ) x-3D ) x=-3

有关c++问题 1.计算下列分段函数,X由键盘输入。0 (x=-10.0)y= x (-10.0x=10.0)2x-3(x10.0)#include"stdio.h"main(){float x,y;if(x=-10.0)y=0;else if (1) y=x;else y=2*x-3;printf(“%f\n”,x);}

函数f(x)=x2-9/x-3的间断点为()。 A、x=0B、x=1C、x=2D、x=3

Giventhefollowingcode:if(x0){System.out.println(first);}elseif(x-3){System.out.println(second);}else{System.out.println(third);}Whichrangeofxvaluewouldprintthestringsecond?()A.x0B.x-3C.x=-3D.x=0x-3

2(x-3)-3(-x+1)

设f(x)=(x-1)(x-2)(x-3),则方程f′(x)=0在(0,3)内的根的个数为(56)。A.1B.2C.3D.4

当Command1_Click事件发生时,窗体上显示的内容是 ______。 Private Sub Command1_Click() Dim a As Integer,b As Integer,c As Integer If a = 0 Then x = x-1 Else If b <> 0 Then x = 7 Else x=x+8 End If If c <> 0 Then x = x-3 Else x = 4 End If Print x End SubA.7B.8C.4D.3

窗体上有一个名称为Command1的命令按钮,并有如下程序: Private Sub Command1 Click( ) x=14 Do While x0 x=x-3 x=IIf(Int(x/5)=x/5,x+2,x) Loop Print x End Sub 程序运行后,单击命令按钮Command1,输出结果为( )。A.0B.-lC.-2D.-_3

语句c=Choose(x,x-3,.x,x+2),当x=3时,C的值为( )。A.0B.3C.-3D.5

下列代码中 if(xO){System.out.println("first");} elseif(x-3){System.out.println("second");) else{System.out.println("third");) 要求打印字符串为“second”时,X的取值范围是( )。A.x=0且x-3B.x0C.x-3D.x=-3

已知实数x,y,满足|x-3|+√(y-6)=0,则以x,y的值为两边长的等腰三角形的周长是A.12B.15C.12或15D.都不对

方程(x-2)(x-3)=0的解是_________

A.(x-3)/9=(y-1)/1=(z-1)/1B.(x-3)/9=(y-1)/1=(z-1)/(-1)C.(x-3)/9=(y-1)/(-1)=(z-1)/1D.(x-3)/(-9)=(y-1)/1=(z-1)/1

曲线y=(x-1)(x-2)^2(x-3)^3(x-4)^4的拐点是 A.A(1,0)B.(2,0)C.(3,0)D.(4,0)

Given the following code:     if (x0) {  System.out.println("first");  }     else if (x-3) {  System.out.println("second");  }     else {  System.out.println("third");  }  Which range of x value would print the string "second"?()    A、 x  0B、 x  -3C、 x = -3D、 x = 0  x  -3

求解在x=8时多项式(x-1)(x-2)(x-3)(x-4)的值。

将(x-6)(x-3)(x-8)展开为系数多项式的形式。

在数域F上x^2-3x+2可以分解成()。A、(x-1)^2B、(x-1)(x-3)C、(x-2)(x-3)D、(x-1)(x-2)

单选题设y=(4x+4)/x2-2,则曲线在拐点处的切线方程为(  )。Ay+26/9=-4(x+3)/27By+26/9=4(x+3)/27Cy+26/9=-4(x-3)/27Dy+26/9=4(x-3)/27

单选题Given the following code:     if (x0) {  System.out.println("first");  }     else if (x-3) {  System.out.println("second");  }     else {  System.out.println("third");  }  Which range of x value would print the string "second"?()A x  0B x  -3C x = -3D x = 0  x  -3

多选题Which two of the following are NOT solutions of (x-5) (x-3) (x-9) (x+9) =0?A-9B-5C-3D3E5F9

单选题在数域F上x^2-3x+2可以分解成()。A(x-1)^2B(x-1)(x-3)C(x-2)(x-3)D(x-1)(x-2)

单选题By how much does the sum of the roots of the equation (x+1) (x-3) = 0 exceed the product of its roots?A1B2C3D4E5

单选题曲线y=(x-l)2(x-3)2的拐点的个数为(  )A0B1C2D3