You are on page 1of 59

$$$001

What property of determinant of a


matrix А is wrong?
A) If A has a row (column) of zeros, then detA=0;
B) If A has two identical rows (columns), then detA =0;
C) If B is obtained by multiplying each element of matrix A by a scalar k; then detB=kdetA;
D) If B is obtained by interchanging two rows (columns) of [A]; then [B]=-[A];
E) If B is obtained by adding a multiple of a row (column) of A to another; then [B]=[A].
{Correct answer} = C

$$$002
 4 2 0 −1 
 
 6 1 1 − 2
Complete the determinant of A =  .
2 −1 0 3 
 
− 3 1 0 2 

A) 11;
B) –45;
C) 36;
D) 45;
E) 63.
{Correct answer} = D
$$$003
Rank of a matrix would be only:
A) real number;
B) decimal number(fraction);
C) integer;
D) natural number;
E) complex.
{Correct answer} = D

$$$004
 1 2 5 −1 
 
 2 1 −3 4 
Find the rank of the matrix: A = 
−3 −3 −2 − 3
 
 4 5 7 2 
 
A) 2;
B) 1;
C) 3;
D) 4;
E) 0.
{Correct answer} = A

$$$005
What property doesn’t belong to elementary row operations?
A) Interchange the i-th row and the j-th row;
B) Multiply the i-th row by a zero scalar k;
C) Replace the i-th row by k times the j-th row plus the i-th row;
D) Replace the i-th row by k times the j-th row plus k (nonzero) times the i-th row;
E) Delete the 0-row.
{Correct answer} = B

$$$006
What system of vectors forms a basis in two-dimensional vector space?
A) system of 3-linear independent vectors;
B) two noncollinear vectors;
C) two collinear vectors:
D) three noncomplaine vectors;
E) three complain vectors.
{Correct answer} = B

$$$007
Find the size of a matrix C, if it is known, that
 a11 a12 a13 a14   b11 b12 
   
 a 21 a 22 a 23 a 24  ·C=  b21 b22  .
a a32 a33 a34  b b32 
 31  31
A) 4× 2
B) 3× 2
C) 2× 4;
D) 3× 4;
E) 2× 4.
{Correct answer} = A

$$$008
Let A, B be the non-square matrices of same size and let m, n be scalars. Which one of the
following properties is wrong?
A) A+B=B+A;
B) m(nA) = (mn)A:
C) m(A+B) = mA+mB;
D) (m+n)A = mA + nA;
E) A(nB) = (nA)B = n(AB).
{Correct answer} = E

$$$009
1 2 4 −6
Find unknown matrix X from following equation:  
 X =
2 .
2 5  1 

 8− 32 
A) X =  ;
− 2 13 
 3 − 32 
B) X =  
;
 13 − 2 
 16 − 32 
C) X =  
;
 − 6 13 
 3 −6
D) X =  ;
 − 32 1 
 16 −6
E) X =  
.
 − 32 13 
{Correct answer} = C

$$$010
What property of a matrix is wrong?
A) (k·A)T = k ·AT ,for any k∈K – scalar field;
B) (A·B)T = AT·BT , if A has n× m size and B has m× k size;
C) (A+B)T = AT + BT , if A and B have same sizes;
D) (A-1)T = (AT)-1 , if A square and nondegenerate matrix;
E) (AT)T = A.
{Correct answer} = B

$$$011
Find the eigenvalues of the matrix
 0 0
 
 0 1
(Matrices and matrix operations)
A) 0, 0;
B) 1, 1;
C) 0, 1;
D) 2, 0;
E) 0, 3.
{Correct answer} = C

$012
Find the eigenvalues of the matrix
1 1
 
 0 2
(Matrices and matrix operations)
A) 1, 1;
B) 1, 0;
C) 1, 2;
D) 2, 2;
E) 0, 2.
{Correct answer} = C

$$$013
Find the eigenvalues of the matrix
 0 1
 
 1 0
(Matrices and matrix operations)
A) 0, 0;
B) 1, 1;
C) 1, -1;
D) 1, 2;
E) 0, 1.
{Correct answer} = C

$$$014
Find the eigenvalues of the matrix
 1 1 1
 
 0 1 1
 0 0 1
 
(Matrices and matrix operations)
A) 1, 0, 0;
B) 1, 1, 0;
C) 1, 1, 1;
D) 1, 1, 2;
E) 2, 1, 2.
{Correct answer} = C

$$$015
Find the eigenvalues of the matrix
0 1 1
 
0 0 2
0 0 0
 
(Matrices and matrix operations)
A) 0, 0, 0;
B) 1, 0, 0;
C) 1, 1, 0;
D) 1, 1, 1;
E) 1, 2, 1.
{Correct answer} = A

$$$016
What systems of linear equations are equivalent?
A) if systems have same matrix of coefficients attached to independent variables;
B) if systems have same set of solutions;
C) if systems have same associative homogeneous systems;
D) if systems have same number of equations;
E) if systems have same number of independent variables.
{Correct answer} = B

$$$017
What dimension of solution space of homogeneous system with 8 linear equations and 12
independent variables, if is known, that rank of matrix of the system is equal to 4?
A) 8;
B) 4;
C) 12;
D) 2;
E) 10.
{Correct answer} = A

$$$018
Let F: R5→R5 be a linear mapping: dim(kerF)=2. Find dim(ImF).
A) 0;
B) –2;
C) 7;
D) 3;
E) –3;
{Correct answer} = D

$$$019
Express the vector from the point A(2, 3) to the origin in the form ai + bj.
A) -2i + 3j;
B) 2i + 3j;
C) -2i – 3j;
D) –i + 1.5j;
E) 2i – 3j.
{Correct answer} = C

$$$020
Find the unit vector that is tangent to the curve 3x2+8xy+2y2–3=0 at point (1, 0).
1 4
A) - i+ j;
17 17
2 1
B) i+ j;
3 3
2 1
C) - i+ j;
3 3
3 4
D) i- j;
5 5
4 1
E) i- j.
17 17
{Correct answer} = D

$$$021
Express the vector 3 i + j as a product of its length and direction.
3 1
A) 2( i+ j)
2 2
3 1
B) 2( i- j)
2 2
3 1
C) -2( i+ j)
2 2
1 3
D) 2( i + j)
2 2
3 1
E) i+ j
2 2
{Correct answer} = A

$$$022
Express the vector i+4j-8k as a product of its length and direction.
A). 4[i+4j-8k];
B). 4[(1/4)i+j-2k];
C). 9[(1/9)i+(4/9)j-(8/9)k];
D). –9[(1/9)i+(4/9)j-(8/9)k];
E). 8[(1/8)i+(1/2)j-k].
{Correct answer} = C
$$$023
Find scalar (or inner, in other terminology) product A⋅ B of vectors A and B if A=5j-3k,
B=i+j+k.
A). 0;
B). –2;
C). 4;
D). 3;
E). 2.
{Correct answer} = E

$$$024
Find the cross product A× B of vectors A and B if A=i-k and B=j+k.
A). 3i-j+k;
B). i-j+k;
C). i+2j+k;
D). –i-j+k;
E). i-j-k.
{Correct answer} = B

$$$025
Which one of the sets below is not a vector space?
A) the set of all n-tuples of elements of K – an arbitrary scalar field with vector addition
and scalar multiplication.
B) the set of all m× n matrices with entries from an arbitrary scalar field with respect to
the operations of matrix addition and scalar multiplication;
C) the solution space of homogeneous linear equation system;
D) the solution space of nonhomogeneous linear equation system;
E) the set of polynomials a0+a1t+a2t2+…antn with respect to the usual operations of addition
of polynomials and multiplication by constant.
{Correct answer} = D

$$$026
What is the relationship between the dimension of a linear space and the number of elements in a
basis of the same space?
A) number of elements in basis is less then the dimension of vector space;
B) number of elements in basis is larger then the dimension of vector space;
C) number of elements in basis is equal to dimension of vector space;
D) number of elements in basis is less or equal then the dimension of vector space;
E) number of elements in basis is larger or equal then the dimension of vector space.
{Correct answer} = C

$$$027
How many bases are contained in every nonzero vector space?
A) a single;
B) two;
C) hundred;
D) infinite number;
E) number of bases is equal to dimension of vector space;
{Correct answer} = D

$$$028
Let e1,e2,…en is an arbitrary system of vectors of a vector space V. This system is basis in V if :
A) e1,e2,…en is system of linear independent vectors;
B) e1,e2,…en is set of orthonormal vectors;
C) number of vectors in this system is equal to dimension of V;
D) e1,e2,…en is system of linear independent vectors and n is equal to dimension of V;
E) e1,e2,…en is set of normal vectors.
{Correct answer} = D

$$$029
What mapping is linear?
A) F: R2→R defined by F(x,y)=xy;
B) F: R2→R3 defined by F(x,y)=(x+2, 3x, 2x+y);
C) F: R2→R2 defined by F(x,y)=(x, lny);
D) F: R3→R3 defined by F(x,y,z)=(x-y, y+z, z2);
E) F: R3→R defined by F(x,y,z)= -x+3y+5z.
{Correct answer} = E

$$$030
Let F: R3→R2 and G: R2→R2 be the linear mappings. Find possible composition from them, if
F(x,y,z)=(2y,x+z) and G(x,y)=(x-y,x+3y):
A) (G◦F)(x, y, z)=(2y-x-z, 2y+3x+3z);
B) (G◦F)(x, y, z)=(2x-y-z, 2x+3y+3z);
C) (F◦G) (x, y) = (2y-x-z, 2y+3x+3z);
D) (F◦G)(x, y, )=( 2x+6y, 2x+2y);
E) (G◦F)(x, y, z)=(2y-x-z, 2y+3x+3z) and (F◦G)(x, y )=( 2x+6y, 2x+2y).
{Correct answer} = A

$$$031
Suppose U and W are subspaces of R7. Let dimU=3, dimW=4, dim(U+W)=6. Find dim(U∩W).
A) 0;
B) 2;
C) –1;
D) 1;
E) 3.
{Correct answer} = D

$$$032
Express the vector from the point A(4, 3) to the origin in the form ai + bj.
A) –4i + 3j;
B) 4i + 3j;
C) –4i – 3j;
3
D) –i – j;
4
E) 4i – 3j.
{Correct answer} = C
$$$033
Find the unit vector that is normal to the curve 3x2+8xy+2y2–3=0 at point (1, 0).
1 4
A) - i+ j;
17 17
2 1
B) i+ j;
3 3
2 1
C) - i+ j;
3 3
4 3
D) i+ j;
5 5
4 1
E) i- j.
17 17
{Correct answer} = D

$$$034
Express the vector 3 i + 4j as a product of its length and direction.
3 4
A) 5( i+ j);
5 5
3 4
B) 5( i – j);
4 5
3 4
C) -5( i + j);
5 3
4 3
D) -5( i + j);
5 5
E) -3i - 4j.
{Correct answer} = A

$$$035
Express the vector i-4j+ 8 k as a product of its length and direction.
A) 4[i-4j+ 8 k];
B) 4[(1/4)i-j+ 8 k];
8
C) 5[(1/5)i-(4/5)j+ k];
5
8
D) –5[(1/5)i-(4/5)j+ k];
5
E) 8 [i-4j+ 8 k].
{Correct answer} = C

$$$036
Find scalar (or inner, in other terminology) product A⋅ B of vectors A and B if A=5j+3k,
B=2i-3j+k.
A). 23;
B). 19;
C). 0;
D). -2;
E). -12.
{Correct answer} = E

$$$037
Find the cross product A× B of vectors A and B if A=2i+k and B=i+j+k.
A). 2i+j+k;
B). -i-j+2k;
C). i+j+2k;
D). 2i+j+2k;
E). i+j-2k.
{Correct answer} = B

$$$038
Find the length of the vector a=(1, 3)∈R2
A) 1;
B) 3;
C) 10 ;
D) 2 ;
E) 5.
{Correct answer} = C

$$$039
Find the length of the vector a=(1, 1)∈R2
A) 2;
B) 1;
C) 2 ;
D) 3 ;
E) 4.
{Correct answer} = C

$$$040
Find the length of the vector a=(1, 1, 0)∈R3
A) 3;
B) 1;
C) 2 ;
D) 2;
E) 4.
{Correct answer} = C

$$$041
Find the length of the vector a=(1, 2, 3)∈R3
A) 14 ;
B) 6;
C) 10;
D) 2;
E) 7.
{Correct answer} = A

$$$042
Find the angle between two vectors a=(0, 1)∈R2, and b=(1, 0)∈R2
A) π ;
π
B) ;
2
π
C) ;
4
π
D) ;
3
E) - π .
{Correct answer} = B

$$$043
Find the angle between two vectors a=(1, 1)∈R2, and b=(1, 0)∈R2
π
A) - ;
3
π
B) ;
4
π
C) ;
2
D) π ;
π
E) .
6
{Correct answer} = B

$$$044
Find the angle between two vectors a=(1,0,0)∈R3, and b=(0, 0, 1)∈R3
π
A) ;
2
π
B) ;
3
π
C) ;
4
D) 0;
E) π .
{Correct answer} = A

$$$045
Find the angle between two vectors a=(0,1,0)∈R3, and b=(0, 0, 1)∈R3
π
A) ;
4
π
B) ;
6
π
C) ;
3
π
D) ;
2
E) π .
{Correct answer} = D

$$$046
Find the angle between two vectors a=(1,1,0)∈R3, and b=(1, 0, 0)∈R3
π
A) ;
2
B) π ;
π
C) ;
4
D) 0;
π
E) .
3
{Correct answer} = C

$$$047
Which two vectors are orthogonal?
A) (1, 1), (2, 2);
B) (1, 0), (0, 1);
C) (1, 3), (3, 1);
D) (1, 2), (2, 4);
E) (1, 1), (1, 3).
{Correct answer} = B

$$$048
Which two vectors are orthogonal?
A) (1, 2), (-2, 1);
B) (1, 1), (3, 3);
C) (1, 3), (2, 6);
D) (2, 2), (2, 4);
E) (3, 3), (6, 6).
{Correct answer} = A

$$$049
Which two vectors are orthogonal?
A) (1, 0, 0), (1, 1, 1);
B) (1, 0, 0), (0, 0, 1);
C) (1, 0, 1) , (2, 0, 2);
D) (1, 1, 1) , (2, 2, 2);
E) (1, 2, 2) , (2, 1, 1).
{Correct answer} = B

$$$050
Which two vectors are orthogonal?
A) (1, 1, 2), (1, 1, -1);
B) (1, 1, 1), (1, 1, 2);
C) (1, 2, 1), (1, 3, 1);
D) (1, 2, 2), (1, 1, 2);
E) (0, 0, 1), (1, 1, 1).
{Correct answer} = A

$$$051
Which two vectors are linearly independent?
A) (1, 0), (0, 1);
B) (1, 2), (2, 4);
C) (1, 1), (2, 2);
D) (3, 1), (6, 2);
E) (0, 0), (1, 1).
{Correct answer} = A
$$$052
Which two vectors are linearly dependent?
A) (1, 1), (1, 2);
B) (1, 2), (2, 4);
C) (0, 1), (1, 0);
D) (2, 1), (1, 2);
E) (0, 1), (1, 1).
{Correct answer} = B

$$$053
Choose the inequalities that describe the solid cube in R3 in the first octant bounded by the planes
x = 2, y = 3, z = 3 (including planes themselves).
A) -2≤ x≤ 0, -3≤ y≤ 0, -3≤ z≤ 0
B) 0≤ x≤ 2, 0≤ y≤ 3, 0≤ z≤ 3
C) -2≤ x≤ 2, -3≤ y≤ 3, -3≤ z≤ 3
D) -3≤ x≤ 2, -2≤ y≤ 3, -3≤ z≤ 3
E) 0<x<2, 0<y<3, 0<z<3
{Correct answer} = B

$$$054
Find the equation for the line in the xy-plane that passes through the point P(-1,2) perpendicular
to the vector (-2i-j).
A). x-2y=0;
B). –x+2y=0;
C). x+2y=0;
D). –2x-y=0;
E). –2x+y=0.
{Correct answer} = D

$$$055
Find the ellipse’s standard-form equation if its Foci: (± 2 , 0) and vertices: (± 2,0)
A). x2/4+y2/2=1;
B). x2/4-y2/2=1;
C). x2/2+y2/4=1;
D). x2/2-y2/4=1;
E). x2+2y2=4.
{Correct answer} = A

$$$056
Find parametric equation for the line through (0, -7, 0) perpendicular to the plane x+2y+2z=13.
A). x=1, y=2-7t, z=2;
B). x=t, y=-7+2t, z=2t;
C). x=-t, y=7-2t, z=-2t;
D). x=-t, y=-7+2t, z=-2t;
E). x=1, y=2+7t, z=2.
{Correct answer} = B

$$$057
Choose the inequalities that describe the solid cube in R3 in the first octant bounded by the planes
x=5, y=3, z=3 (including planes themselves).
A) -5≤ x≤ 0, -3≤ y≤ 0, -3≤ z≤ 0;
B) 0≤ x≤ 5, 0≤ y≤ 3, 0≤ z≤ 3;
C) -2≤ x≤ 5, -3≤ y≤ 3, -3≤ z≤ 3;
D) -5≤ x≤ 2, -3≤ y≤ 3, -3≤ z≤ 3;
E) 0<x<5, 0<y<3, 0<z≤ 0.
{Correct answer} = B

$$$058
Find the equation for the line in the xy-plane that passes through the point P(1,-2) perpendicular
to the vector (-2i+3j).
A) x-2y=0;
B) –2x+3y=0;
C) 2x-3y=0;
D) –2x+3y+8=0;
E) 2x-3y+1=0.
{Correct answer} = D

$$$059
Find the ellipse’s standard-form equation if its Foci: (0,± 2 ) and vertices: (0,± 2)
A) x2/2+y2/4=1;
B) x2/2-y2/4=1;
C) x2/4+y2/2=1;
D) x2/2-y2/4=1;
E) x2+2y2=4.
{Correct answer} = A

$$$060
Find parametric equation for the line through (0, 1, 2) perpendicular to the plane 2x+y+z=13.
A) x=1, y=2-7t, z=2;
B) x=2t, y=1+t, z=2+t;
C) x=-t, y=1-t, z=-t;
D) x=-2t, y=1+2t, z=-t;
E) x=0, y=1, z=2.
{Correct answer} = B

$$$061
Find limy→2((y2+5y+6)/(y+2))
A) 1;
B) 3;
C) –5;
D) 5;
E) 0.
{Correct answer} = D

$$$062
Find limx→-3((x+3)/(x2+4x+3)).
A) –2;
B) –1/4;
C) 1/4;
D) 0;
E) –1/2.
{Correct answer} = E

$$$063
Find limx→∞(7x3/(70x3-4x+1)).
A) ∞;
B) 0;
C) 1/10;
D) –1/10;
E) 1/70.
{Correct answer} = C

$$$064
Find limx→∞(x2/(x3-4x+1)).
A) 2;
B) –1;
C) 1;
D) ∞;
E) 0;
{Correct answer} = E

$$$065
Find limx→0(sin3x/7x).
A) 7/3;
B) 3/7;
C) 0;
D) ∞;
E) 1.
{Correct answer} = B

$$$066
Find limx→∞(cosx/2x).
A) 0;
B) 1;
C) ∞;
D) 1/2;
E) 2.
{Correct answer} = A

$$$067
Find limx→0(1+2x)1/x.
A) 0;
B) ∞;
C) e½;
D) e2;
E) 1.
{Correct answer} = D
$$$068
Which of the following functions grow at the same rate as lnx as x→∞.
A) 1/x;
B) e-x;
C) log2x2;
D) 2;
E) ex;
{Correct answer} = C

$$$069
Find limy→1((y2+2y-3)/(y+1))
A) 1;
B) 3;
C) 2;
D) 0;
E) 5.
{Correct answer} = D

$$$070
Find limx→2((x2-x-2)/(x-2)).
A) 2;
B) 0;
C) 1;
D) ∞;
E) 3.
{Correct answer} = E

$$$071
Find limx→∞(3x2/(2x2-4x+2)).
A) ∞;
B) 0;
C) 3/2;
D) –3/2;
E) 3.
{Correct answer} = C

$$$072
Find limx→∞(x3/(x4-3x+1)).
A) 1;
B) –1;
C) ∞;
D) -3;
E) 0.
{Correct answer} = E

$$$073
Find limx→0((sin4x)/6x).
A) 3/2;
B) 2/3;
C) 0;
D) ∞;
E) 1.
{Correct answer} = B

$$$074
Find limx→∞((sinx)/3x).
A) 0;
B) 1;
C) ∞;
D) 1/3;
E) 3.
{Correct answer} = A

$$$075
Find limx→0(1+x)1/2x.
A) 0;
B) ∞;
C) e2;
D) e½;
E) 1.
{Correct answer} = D

$$$076
Which of the following functions grow at the same rate as lnx2 as x→∞.
A) 1/x;
B) e-x;
C) log2x3;
D) 2;
E) ex.
{Correct answer} = C

$$$077
1 − n2
Find the limit of the sequence lim
x →∞ 1 + 2 n 2

A) 1;
B) 1/2;
C) 0;
D) –1/2;
E) 2;
{Correct answer} = D

$$$078
sin n
Find the limit of the sequence lim
x →∞ n
A) 1;
B) 0;
C) 1/2;
D) –1;
E) ∞ .
{Correct answer} = B

$$$079
n
 2
Find the limit of the sequence lim 1 − 
x →∞
 n
A) 2;
B) e ;
C) e −2 ;
D) e 2 ;
E) 1.
{Correct answer} = C

$$$080
ln n
Find the limit of the sequence lim
x →∞ n
A) ∞;
B) 0;
C) 1;
D) –1;
E) e .
{Correct answer} = B

$$$081
Find the limit of the sequence lim[1 + (− 1)n ]
x→∞

A) 0;
B) 2;
C) 1;
D) does not exist;
E) -1.
{Correct answer} = D

$$$082
What value should be assigned to the parameter a to make the function

 x 2 − 1, x < 3
f ( x) = 
 2a , x x ≥ 3
continuous at x=3.
A) 3/2;
B) 4/3;
C) 6;
D) 0;
E) 5/3.
{Correct answer} = B

$$$083
Find the points at which the function
 x 2 − 1, - 1 ≤ x < 0

 2 x, 0 ≤ x < 1
f ( x) = 
 − 2 x + 4, 1 ≤ x < 2
 0, 2< x≤ 3
is not continuous.
A) {0, 1, 2};
B) {0, 2};
C) 1;
D) 0;
E) 2.
{Correct answer} = B

$$$084
What value should be assigned to the parameter a to make the function

 x 2 − 1, x < 1
f(x)= 

 2a x− 2, x ≥ 1
continuous at x=1.
A) -1;
B) 1;
C) 2;
D) 0;
E) 3.
{Correct answer} = B

$$$085
Find the points at which the function
 x 2 , -1 ≤ x < 0

 2x , 0 ≤ x < 1
f(x)= 
 − 2 x, 1 ≤ x < 2
 0 , 2 < x ≤ 3
is not continuous.
A) {0,1,2};
B) {1,2};
C) 1;
D) 2;
E) 0.
{Correct answer} = B

$$$086
x3 − 1
Find the limit of the function lim
x →1 x2 − 1
A) 0;
B) 1;
C) 3;
D) 3/2;
E) 2.
{Correct answer} = D

$$$087
tg 2 x
Find the limit of the function lim
x →0 sin x

A) 1;
B) 0;
C) 2;
D) ∞ ;
E) –1.
{Correct answer} = C

$$$088
Find the limit of the function lim x[ln( x +1) − ln x]
x →∞

A) e ;
B) 1;
C) 0;
D) –1;
E) ∞ .
{Correct answer} = B

$$$089
Find the limit of the function lim(1 + 3x )x
x→0

A) 1;
B) 3;
C) e ;
D) 4;
E) e 3 .
{Correct answer} = E

$$$090
Find the limit of the function lim( x +1 − x )
x →∞

A) ∞ ;
B) 0;
C) 1;
D) –1;
E) 2.
{Correct answer} = B

$$$091
x2
Find the limit of the function lim
x →+∞ e x

A) 1;
B) 0;
C) 2;
D) ∞ ;
E) 10.
{Correct answer} = B

$$$092
Find the limit of the function lim
x →0
x ln x
A) ∞ ;
B) 2;
C) 0;
D) e ;
E) 5;
{Correct answer} = C

$$$093
Find the limit of the function lim xx
x →0

A) 0;
B) 1;
C) 5;
D) e ;
E) ∞ .
{Correct answer} = B

$$$094
Find dy/dx if y=(x+1)(3-x2).
A) 6x+2;
B) 3x-x2;
C) x+1;
D) 3-x2;
E) –3x2-2x+3.
{Correct answer} = E

$$$095
x 3 + 7 x −1
Find dy/dx if y=
x
A) 2x2+7;
B) (2x-7)x;
C) (2x4+1)/x2;
D) 2x+1/x2;
E) (2x+7)/x.
{Correct answer} = D

$$$096
x 2 −4
Find dy/dx if y=
x + 0,5
A) 2x/3;
B) x2-4;
C) (x2+x+4)/(x+0.5)2
D) (x2-4)(x+0,5);
E) 2x(x+0,5).
{Correct answer} = C
$$$097
Find dy/dx if y=(sin2x2)
A) xcos2x;
B) 4xcos2x;
C) 4xcos2x2;
D) cos2x2;
E) sin2x.
{Correct answer} = C

$$$098
Find dy/dx if y=(1+x-1/x)-4
A) –4(1+x-1/x)-5(1+1/x2);
B) –4(1+x-1/x)(1+1/x2);
C) –4(1+x-1/x)-3;
D) –4(1+x-1/x);
E) –4(1+1/x2)-5.
{Correct answer} = A

$$$099
Find dy/dx if y=x2cosx
A) -2xsinx;
B) -x2sinx;
C) 2xcosx-x2sinx;
D) 2xcosx+x2sinx;
E) 2xcosx.
{Correct answer} = C

$$$100
Find dy/dx if y=csc(x2+7x)
A) csc(2x+7)cot(2x+7);
B) –(2x+7)csc(x2+7x)cot(x2+7x);
C) csc(x2+7x)cot(x2+7x);
D) (x2+7x)csc(2x+7);
E) csc(x2+7x)cot(x2+7x)(2x+7).
{Correct answer} = B

$$$101
Find dy/dx if y=(x2-2x+2)ex
A) (4x-4)e2x;
B) 2(x2-2x+2)e2x;
C) (2x-2)e2x;
D) exx2;
E) (2x-2)2xe2x-1.
{Correct answer} = D

$$$102
Find dy/dx if y=cos(e-2x)
A) sin(e-2x);
B) cos(e-2x2x);
C) 2e-2xsin(e-2x);
D) e-2x cos(e-2x);
E) 2sin(e-2x).
{Correct answer} = C

$$$103
Find dy/dx if 2xy+y2=x+y
A) (2x+2y-1)/(1-2y);
B) (2x+2y+1)/(1+2y);
C) (1+2y)/(2x+2y+1);
D) (1-2y)/(2x+2y+1);
E) (1-2y)/(2x+2y-1).
{Correct answer} = E

$$$104
Find dy/dx if y=ln(3xe-x)
A) e-x(1-x)/x;
B) e-x(1+x)/x;
C) (1-x)/x;
D) (1+x)/x;
E) 1/(3xe-x).
{Correct answer} = C

$$$105
Find dy/dx if lny=eysinx
A) (y2eycosx)/(1+yeysinx);
B) (yeycosx)/(1-yeysinx);
C) (yeycosx)/( 1+eysinx);
D) eysinx+eycosx;
E) eysinx-eycosx.
{Correct answer} = B

$$$106
Find dy/dxif y=(x+3)(2-x2).
A) 3 x2+6x-2;
B) 2-x2;
C) x+3;
D) 0;
E) –3x2-6x+2.
{Correct answer} = E

$$$107
x 2 + 4 x +1
Find dy/dx if y=
x
A) 2x+4;
B) (2x-7)/x;
C) (2x3+4)/x2;
D) 1-1/x2;
E) (4x+1)/x.
{Correct answer} = D
$$$108
x3 − 4
Find dy/dx if y=
x +1
A) 3x2/ (x+1)2;
B) 3x2;
C) (2x3+ 3x2+4)/(x+1)2;
D) (x3-4)(x+1);
E) (x3 -4)(x+1).
{Correct answer} = C
$$$109
Find dy/dx if y=(sin4x3)
A) x2cos4 x3;
B) cos 12 x2;
C) 12 x2cos4x3;
D) sin4x3;
E) cos 12x.
{Correct answer} = C

$$$110
Find dy/dx if y=(1+x+x3)-3
A) –3(1+x+x3)-4(1+3x2);
B) –3(1+x+x3) (1+3x2);
C) 3(1+x+x3)-2(1+3x2);
D) –4(1+x+x3);
E) (1+3x2)-3.
{Correct answer} = A

$$$111
Find dy/dx if y=x2sinx
A) 2xsinx;
B) x2cosx;
C) 2xsinx+x2cosx;
D) 2xcosx+x2sinx;
E) 2xcosx.
{Correct answer} = C

$$$112
Find dy/dx if y=sec(x2+2x)
A) sec(2x+2)tan(2x+2);
B) sec(x2+2x)tan(x2+2 x)( 2x+2);
C) sec(x2+2x)tan(x2+2x);
D) csc(2x+2);
E) csc(x2+2x) (2x+2).
{Correct answer} = B

$$$113
Find dy/dx if y=(x3+1)ex
A) 3x2ex;
B) ex(x3+1);
C) 3x2+1;
D) (x3+3x2+1)ex;
E) 3x2ex-1.
{Correct answer} = D

$$$114
Find dy/dx if y=(sinx)x
A) x(sinx)x-1;
B) x(cosx)x-1;
C) (sinx)x(lnsinx+(xcosx)/sinx);
D) x(sin)x(lnsinx-cosx);
E) -x(sinx)x.
{Correct answer} = C

$$$115
Find dy/dx if 3xy+y2=x+2y
A) (3x+2y)/(1+2y);
B) (3x+2y+2)/(1-3y);
C) (3x+2y)/(x+2);
D) (3x+y2)/(x+2y);
E) (1-3y)/(3x+2y-2).
{Correct answer} = E

$$$116
Find dy/dx if y=ln(2x2e-2x)
A) e-2x(2-2x)/x;
B) e-2x(2+2x)/x;
C) (2-2x)/x;
D) 4xe-3x;
E) 1/( 2x2e-2x).
{Correct answer} = C

$$$117
Find dy/dx if lny=eycosx
A) (eysinx)/( ey+1);
B) (yeysinx)/(yeycosx-1);
C) 1/y + eycosx;
D) eycosx-eysinx;
E) lny-eysinx.
{Correct answer} = B

$$$118
Which of the following functions defined on appropriate interval does not satisfy Rolle’s
theorem hypotheses.
A) y=x3-3x;
B) y=cos(x);
C) y=2x(2-cosx)2;
D) y=1-| x| ;
E) y=2x3+3x2+x+1.
{Correct answer} = D
$$$119
6
Find dy/dx if y= 2( x −7 x )
6
A) 2( x −7 x ) (6x-7);
5
B) 2 ( 6 x −7 ) ;
C) 2 ( x −7 x ) (6x5-7);
6

D) (ln2)ּ2 ( x −7 x ) (6x5-7);
6

E) (x6-7x) 2 x −7 x −1 .
6

{Correct answer} = D

$$$120
Find dy/dx if y=(cosx)x
A) x(cosx)x-1;
B) x(sinx)x-1;
C) -(sinx)x;
D) (cosx)x(lncosx+(xsinx)/x);
E) (cosx)x(lncosx-(xsinx)/cosx).
{Correct answer} = E

$$$121
Find the value of the estimate df=f′ (x0)dx, if f(x)=x3-x, x0=1, dx=0,1
A) 0,4;
B) 0,2;
C) 0;
D) 0,3;
D) 0,1.
{Correct answer} = B

$$$122
Write the differential formula that estimates the change in the volume V=π r2h of a right circular
cylinder when the radius changes from r0 to r0+dr and the height does not change
A) 2π r0dr
B) π r0hdr;
C) 2π r0hdr;
D) r0hdr;
E) 2r0hdr.
{Correct answer} = C

$$$123
Find the intervals where the function y=x3-3x-4 increases
A) (-∞;-1)∪(1; +∞);
B) (-1;1);
C) (-1;0);
D) (-∞;-1)∪(0; +∞);
E) (-∞;1).
{Correct answer} = A

$$$124
Find the point of inflection of the function y=4+3x-x3
A) no;
B) 1/2;
C) 4;
D) 3;
E) 0.
{Correct answer} = E

$$$125
Find all points of local maxima and minima for y=2x4-4x2+1
A) x=0 a local minimum;
B) x=± 1 local minimums;
C) at x = ± 1 there are local maximums;
D) at x= ± 1 there are local minimums and at x=0 a local maximum;
E) no.
{Correct answer} = D

$$$126
Find the points of maxima and minima for y=(x-8)2/3.
A) x=8, maxima;
B) x=8, minima;
C) x=-8, maxima;
D) x=-8 minima;
E) no.
{Correct answer} = B

$$$127
Find the intervals where the function y=2x3-3x2 decreases
A) (-∞;0)∪(1; +∞);
B) (0,1);
C) (-1,0);
D) (-∞;-1)∪(0;+ ∞);
E) (- ∞;0).
{Correct answer} = B

$$$128
Find the oblique asymptote of the graph of the function y=x2/(x-1).
A) y= –x+1;
B) y=–x;
C) y=x+1;
D) y=x-1;
E) y=x.
{Correct answer} = C

$$$129
Find the vertical asymptotes of the graph of the function y=(x2-4)/(x2-2).
A) x=± 2 ;
B) x=± 2;
C) no;
D) x= 2 ;
E) x= - 2 .
{Correct answer} = A

$$$130
2 x −π
Find xlim
→π / 2 cos x
A) π /2;
B) 2;
C) –2;
D) 0;
E) ∞.
{Correct answer} = C

$$$131
sin 2 − sin x
Find: lim
x →2 4 − x2
A) 1;
cos 2
B) ;
4
C) 1/4;
D) 0;
sin 2
E) .
4
{Correct answer} = B

$$$132
Which of the following functions defined on appropriate interval does not satisfy Rolle’s
theorem hypotheses.
A) y=x3-4x;
B) y=cos(x);
C) y=2x(2-cosx)2;
D) y=2-| x| ;
E) y=x2-1.
{Correct answer} = D

$$$133
Find the intervals where the function y=x3/3-x2/2-2x decreases.
A) (-∞; -1) ∪ (3; ∞);
B) (1; 2);
C) (1; 3);
D) (-1; 2);
E) (-∞; -1) ∪ (2; ∞).
{Correct answer} = D

$$$134
Find the tangent line (y-y0)=f’(x0)(x- x0) to the function y = x3-x at the point x0=1
A) y=4x-1;
B) y=x/2+1;
C) y=-2x+1;
D) y=-2x+2;
E) y=2x-2.
{Correct answer} = E

$$$135
Find the value of the estimate df=f′ (x0)dx, if f(x)=2x2-x, x0=1, dx=0.1
A) 0.4;
B) 0.3;
C) 0.2;
D) 0;
D) 0.1.
{Correct answer} = B

$$$136
Find the maxima value of the function f(x)=-x2+2x-1 on the interval [0; 2]
A) 2;
B) 1;
C) 0;
D) -1;
E) -2.
{Correct answer} = C

$$$137
Find the intervals where the function y=x2-2x+4 increases
A) (1; +∞);
B) (-∞; -1)∪(0; +∞);
C) (-∞; -1)
D) (-∞; 1);
E) (-1; 1).
{Correct answer} = A

$$$138
Find the point of inflection of the function y=5+6x2-x3
A) 1;
B) 4;
C) 3;
D) 0;
E) 2.
{Correct answer} = E

$$$139
Find all points of local maxima and minima for y=x4/4-2x2+1
A) x=0 a local minimum;
B) x=± 1 local minimums;
C) at x = ± 1 there are local maximums;
D) at x= ± 2 there are local minimums and at x=0 a local maximum;
E) x=0 a local maximum.
{Correct answer} = D

$$$140
Find the points of maxima and minima for y=(x-2)2/3.
A) x=2, maxima;
B) x=2, minima;
C) x=-2, maxima;
D) x=-2 minima;
E) x=-1 minima.
{Correct answer} = B

$$$141
Find the intervals where the function y=2x3-6x2 decreases
A) (-∞; 0)∪(2; +∞);
B) (0, 2);
C) (-2, 0);
D) (-∞; 0)∪(0; ∞);
E) (0; 1)∪(1; 2);
{Correct answer} = B

$$$142
Find the oblique asymptote of the graph of the function y=2x2/(x-2).
A) y=2x;
B) y=–2x;
C) y=2x+4;
D) y=-x+1;
E) y=x.
{Correct answer} = C

$$$143
Find the vertical asymptotes of the graph of the function y=(x2-2)/(x2-4).
A) x=± 2;
B) x=± 2 ;
C) x= 2 ;
D) x=2;
E) x=-2.
{Correct answer} = A

$$$144
2x2 − x
Find lim
x →0 sin x
A) 1;
B) 2;
C) –1;
D) 0;
E) ∞.
{Correct answer} = C

$$$145
cos 3 − cos x
Find: lim
x →3 9 − x2
A) 1;
sin 3
B) - ;
6
C) 1/9;
D) 0;
cos 3
E) .
9
{Correct answer} = B

$$$146
Evaluate ∫(3 x +2 x )dx
3
A) +2 ;
2 x
B) 2 x 3 + x 2 +C;
x2
C) 3x+ +C;
2
3
D) + 2x + C ;
2 x
E) 3x5/2+x2+C.
{Correct answer} = B

$$$147
 −
1

Evaluate ∫
t
3
+4t 
dt
 
2

A) 3t + t 2 + C ;
3

2
4

B) 4t + 2t 2 + C ;
3

3
C) t +2t2+C;
2/3

4
1 −3
D) − t + 4 +C;
3
2
3
E) t 3 + 2t 2 + C .
2
{Correct answer} = E

$$$148
t
Evaluate ∫sin 3
dt

A) –3cos(t/3) + C;
B) 3cos(t/3)+C;
C) 1/3 cos(t/3)+C;
D) -1/3cos(t/3)+C;
E) sin(t/3)+C.
{Correct answer} = A

$$$149
n
1
Express lim ∑ ∆ xk , where P is a partition of [0,1] as definite integral.
|| P || →0 1 − C k
1
2
A) ∫ (x - x )dx ;
0

0.1
B) ∫(1 - x)dx ;
0

1
C) ∫ (1 - x)dx ;
0

1
1
D) ∫
0 1 −x
dx ;

0.5
1
E) ∫
0 1 −x
dx .

{Correct answer} = D

$$$150
2 ydy
Evaluate ∫ y 2 −25

A) ln|y2+25|+C;
B) 2yln(y2-25)+C;
2
C) ln|y -25|+C;
2
D) 2ln(y -25)+C;
3
E) (y /3)-25y+C.
{Correct answer} = C

$$$151
1
x2
Evaluate ∫2 xe dx
0

A) 1;
B) 2;
C) 1-e;
D) 0;
E) e-1;
{Correct answer} = E

$$$152
0


-x
Evaluate e dx
−ln 2

A) –1;
B) 1;
C) 2;
D) 3;
E) –3.
{Correct answer} = B

$$$153
3

∫( 2 +1) x 2
Evaluate dx
0

A) 3 2 +1 ;
B) ( 2 ) 2 +1 ;
C) 3 2 +1 -1;
D) 3 2 -1;
E) 2 ⋅ 3 2 .
{Correct answer} = A

$$$154
1

∫5
x
Evaluate dx
0
5
A) ;
ln 5
6
B) ;
ln 5
4
C) ;
ln 5
D) 5ln5;
E) 6ln5.
{Correct answer} = C

$$$155
∫tan
10 2
Evaluate x sec xdx

A) tan10x⋅ 2secx+C;
B) ((tan11x)/11)⋅ ((sec3x)/3)+C;
C) 10tan9x⋅ sec2x+C;
tan 11 x
D) +C ;
22
tan 11 x
E). +C .
11
{Correct answer} = E

$$$156
Evaluate ∫ (3x2+2)sec2(x3+2x)dx
sec 3 ( x 3 + 2 x )
A) +C ;
3
B) tan(x3+2x)+C;
C) sec2(3x2+2)+C;
D) cos2(x3+2x)+C;
E) csc2(x3+2x).
{Correct answer} = B

$$$157
1
x2
Evaluate ∫0 x 2 +1 dx
A) 1/2;
π
B) -1- ;
4
π
C) +1 ;
4
π
D) 1- ;
4
E) 0.
{Correct answer} = D

$$$158
Evaluate ∫ xcosxdx
2
x
A) sin x + C ;
2
B) 2xsinx-cosx+C;
C) -xsinx-cosx+C;
D) -xsinx+cosx+C;
E) xsinx+cosx+C.
{Correct answer} = E

$$$159
3
Evaluate ∫x ln xdx
4
x
A) ln x + C ;
4
x4 x4
B) ln x − +C ;
4 16
x4
C) x 4 ln x − + C ;
4
4
x x4
D) ln x + +C ;
4 16
E) 3x2lnx+C.
{Correct answer} = B

$$$160
5
Evaluate ∫ sin 2
x cos 2 xdx

A) (5/2)sinx⋅ cosx+C;
B) (5/2)sin3/2x⋅ 3cos2x+C;
7 11

C) 2 sin x − 2 sin x + C ;
2 2

7 11
7 11

D) − 2 sin x − 2 sin x + C ;
2 2

7 11
7
4
E) 2 sin 2 x ⋅ cos x + C .
7 4
{Correct answer} = C

$$$161
3
Evaluate ∫cos 2
x sin xdx
5

A) − 2 cos x + C ;
2

5
5

B) 2 cos x + C ;
2

5
5
C) 2 cos 2 x sin 2 x
+C ;
5 2
D) (3/2)(cos3/2x⋅ sinx)+C;
E) (3/2)(cos5/2x)+C.
{Correct answer} = A

$$$162
y
Evaluate: ∫ 2
dy
y − 2 y −3
A) ln(y2-2y-3)2+C;
B) (3/4)ln| y+3| -(1/4)ln| y+1| +C;
C) (1/2)ln| y2-2y-3| +C;
D) ln| y2-2y-3| +C;
E) (3/4)ln| y-3| +(1/4)ln| y+1| +C.
{Correct answer} = E

$$$163
1
Evaluate: ∫ t 2 −t dx
t3 t2
A) − +C ;
3 2
t −1
B) ln +C ;
t
t −1
C) +C ;
t
1 1
D) ln − +C ;
t −1 t
E) ln 2t −1 +C .
{Correct answer} = B
$$$164
dx
Evaluate: ∫ x(2 +ln x)
A) ln3+lnx +C;
B) ln3-lnx +C
C) ln2+lnx +C;
D) 2 ln2+lnx +C;
E) 3 ln2+lnx +C.
{Correct answer} = C

$$$165
Evaluate ∫(3x +2)dx
A) 3;
3x 2
B) + 2 x +C;
2
C) 3x+2x2+C;
D) 3 x 2 + 2 + C ;
E) 3x2+2x+C.
{Correct answer} = B

$$$166
Evaluate ∫( x + 4 x ) dx
3
3 2
A) x + 4x 2 + C ;
2
3
B) 3 x 2 + 2 x + C ;
1
C) 6 x 2 + 4 x 2 + C ;
1
D) 3 x 2 + x 3 + C ;
3
2
E) x 2 + 2 x 2 + C .
3
{Correct answer} = E

$$$167
Evaluate ∫cos 3tdt

A) 1/3sin(3t) + C;
B) 1/3sin(t/3)+C;
C) 1/3cos(t/3)+C;
D) 3sin(3t)+C;
E) -3sin(3t)+C.
{Correct answer} = A

$$$168
sin x
Evaluate ∫ 3 − cos x
dx
A) ln|sinx|+C;
B) ln|cosx|+C;
C) ln|3-cosx|+C;
D) 2ln|3+cosx|+C;
E) tanx+C.
{Correct answer} = C

$$$169
2

∫3 x
3
2
Evaluate e x dx
0

A) 1;
B) 2;
8
C) 1-e ;
D) 0;
8
E) e -1;
{Correct answer} = E
$$$170
ln 3


-x
Evaluate e dx.
0

A) 1;
B) 2/3;
C) 0;
D) 3;
E) 1/3.
{Correct answer} = B

$$$171
4

∫( 3 +1) x 3
Evaluate dx
0

A) 4 3 +1 ;
B) (3) 3 +1 ;
C) (3) 3 ;
D) 4 3 ;
E) 3 ⋅ 4 3 .
{Correct answer} = A

$$$172
1

∫3
x
Evaluate dx
0

3
A) ;
ln 3
6
B) ;
ln 3
2
C) ;
ln 3
D) 3ln3;
E) 6ln3.
{Correct answer} = C

$$$173
∫ tan
7 2
Evaluate x sec xdx

A) tan7x⋅ 2secx+C;
B) ((tan8x)/8)⋅ ((sec3x)/3)+C;
C) 7tan6x⋅ sec2x+C;
tan 8 x
D) +C ;
16
tan 8 x
E). +C .
8
{Correct answer} = E

$$$174
Evaluate ∫ (6x5+2)sec2(x6+2x)dx
A) sec 3 ( x 6 + 2 x) +C;
B) tan(x6+2x)+C;
C) sec2(x6+2x)+C;
D) tan(6x5+2)+C;
E) csc2(x6+2x)+C.
{Correct answer} = B

$$$175
Evaluate ∫xsinxdx
x2
A) cos x + C ;
2
B) 2xsinx+cosx+C;
C) –xsinx+cosx+C;
D) xcosx+sinx+C;
E) –xcosx+sinx+C.
{Correct answer} = E

$$$176
2
Evaluate ∫x ln xdx
3
x
A) ln x + C ;
4
x3 x3
B) ln x − +C ;
3 9
x3
C) x 3 ln x − + C ;
3
3
x x3
D) ln x + +C ;
3 9
E) 2xlnx+C.
{Correct answer} = B

$$$177
∫sin
7
Evaluate x cos xdx

A) 7sin6x +C;
B) sin7x+cosx+C;
sin 8 x
C) +C ;
8
D) 7sinx+C;
sin 6 x
E) +C .
6
{Correct answer} = C

$$$178
1
Evaluate: ∫x 2
+x
dx

x3 x2
A) − +C ;
3 2
x
B) ln x +1 +C ;
x
C) + C;
x +1
1 1
D) ln x − x +1 +C ;
E) ln x 2 +x +C .
{Correct answer} = B

$$$179
dx
Evaluate: ∫ x(3 +ln x)
A) ln2+lnx +C;
B) ln2-lnx +C;
C) ln3+lnx +C;
D) 3 ln3+lnx +C;
E) 3 ln2+lnx +C.
{Correct answer} = C

$$$180
2 2 2

Suppose that ∫ f ( x)dx = −5


1
∫ g ( x)dx = −6 . Find
1
∫[3 f ( x) − 4 g ( x)]dx .
1

A) –9;
B) -39;
C) 9;
D) 39;
E) 0.
{Correct answer} = C
$$$181
8 4 8

Suppose that ∫ f ( x)dx = 20 ,


2
∫ f ( x)dx = −6 . Evaluate
2
∫ f ( x)dx
4

A) 0;
B) –14;
C) 14;
D) –26;
E) 26.
{Correct answer} = E

$$$182
Find the area of the region enclosed by y =x 2 −2 and y=2;
A) 32/3;
B) 16;
C) 32;
D) 16/3;
E) –16/3.
{Correct answer} = A

$$$183
Find the area of the region enclosed by the line y=x and the curve y = x 2 − 2 x
A) 10/3;
B) 9;
E) 7/2;
D) 9/2;
E) 6.
{Correct answer} = D

$$$184
Find the volume of a solid generated by revolving about the x-axis the region bounded by the
b

line y=0 and curve y=x-x ( volume = ∫π ( f ( x)) dx ) )


2 2


A) ;
3
π
B) ;
30
C) 1/30;
π
D) ;
60

E) .
60
{Correct answer} = B

$$$185
n
π
Express lim ∑sin C
|| P|| →0
k ∆ xk , where P is a partition of [0,
2
] as definite integral.
1

A) ∫ (x - sinx)dx
0
;
0.1

B) ∫ (x +sinx)dx
0
;
π
2
C) ;
∫ (x - sinx)dx
0
π
2
D)
∫sin xdx ;
0
π
4
E)
∫cos xdx .
0

{Correct answer} = D

$$$186
Find the area of the region enclosed by y=x2+1; y=x2+3; x=1; x=2.
A) 3;
B) 0;
C) 1;
D) 2;
E) -1.
{Correct answer} = D

$$$187
Find the volume of a solid generated by revolving about x-axis the region bounded by the line
b

the curve y = sin x ( volume = ∫ π ( f ( x)) dx )


2
y = 0 and
a

π 2
A) ;
2
B) π 2 ;
C) π ;
π
D) ;
2
E) 0.
{Correct answer} = A

$$$188
Find the area of the region enclosed by y = x 3 +1 ; y=0; x=0; x=1
A) ¼;
B) 1;
C) 0;
D) ¾;
E) 5/4.
{Correct answer} = E

$$$189
3 3 3

Suppose that ∫
1
f ( x )dx = −6 ∫ g ( x)dx = −3 . Find
1
∫ [3 f ( x) − 4 g ( x)]dx .
1

A) –9;
B) 9;
C) –6;
D) 30;
E) 0.
{Correct answer} = C

$$$190
10 5 10

Suppose that ∫ f ( x ) dx = 25 , ∫ f ( x) dx = −8 . Evaluate ∫ f ( x)dx


5
2 2

A) -17;
B) 0;
C) 17;
D) –33;
E) 33.
{Correct answer} = E

$$$191
Find the area of the region enclosed by y =x 2 +1 ; y=0; x=0; x=1
A) 4/3;
B) 1/3;
C) 1;
D) 0;
E) –2/3.
{Correct answer} = A

$$$192
Find the area of the region enclosed by the line y=2x and the curve y = x 2 − x
A) 10/3;
B) 9;
E) 7/2;
D) 9/2;
E) 6.
{Correct answer} = D

$$$193
Find the volume of a solid generated by revolving about the x-axis the region bounded by the
b

line y=0 and curve y=2x-x ( volume = ∫π ( f ( x)) dx ) )


2 2


A) ;
3
16 π
B) ;
15
C) 1/15;
π
D) ;
60

E) .
60
{Correct answer} = B

$$$194
Solve the differential equation (3x+2y)dx+(2x+y)dy=0.
A) 3 x 2 + 4 xy + y 2 = C ;
3x 2
B) + 2 xy + y 2 = C ;
2
C) 3x+3y+xy=C;
D) F(x;y)= 3 x 2 + 4 xy + y 2 ;
E) 3x+y-2xy=C.
{Correct answer} = A

$$$195
Solve the differential equation ( y 2 + 3)dx + (2 xy − 4)dy = 0
A) xy 2 + 3 x + 4 y = C ;
B) F(x;y)= xy 2 + 3 x + 4 y ;
C) xy 2 + 3x − 4 y = C ;
D) y 2 + 2 xy −1 = 0 ;
E) 2y+2x=C.
{Correct answer} = C

$$$196
Determine the constant A such that the equation ( x 2 + 3 xy )dx + ( Ax 2 + 4 y )dy = 0 is exact.
A) 3;
B) 0;
C) 3/4;
D) 1;
E) 3/2.
{Correct answer} = E

$$$197
Solve the differential equation 4 xydx + ( x 2 +1)dy = 0
A) ( y 2 +1) − x 2 = C ;
B) y 2 ( x 2 +1) = C ;
C) ( x 2 +1) + y = C ;
D) ( x 2 +1) 2 y = C ;
E) ( x 2 +1) y = C .
{Correct answer} = D

$$$198
Solve the differential equation (y+2)dx+y(x+4)dy=0
A) ln | x + 4 | + y + 2 ln | y + 2 |= C ;
B) ln( x + 4)( y + 2) 2 e 4 = C ;
C) x + 4 = C ( y + 2) 2 e − y ;
D) x − 4 = C ( y − 2) 2 e y ;
E) ( y + 2) 2 ( x + 4) = Ce − y .
{Correct answer} = C

$$$199
Solve the differential equation cscydx+secxdy=0
A) tanx+coty=c;
B) sin2x-cos2y=c;
C) –cscy+secx=lnc;
D) –cscycoty+secxtanx=c;
E) sinx-cosy=c.
{Correct answer} = E

$$$200
Solve the differential equation dy/dx=(x+y)/x
A) cx=e-y/x;
B) cx=ey/x;
C) cx=ex/y;
D) cy=ex/y;
E) cy=ex/y.
{Correct answer} = B

$$$201
Which integrating factor make the equation (xy2+y)dx-xdy=0 exact?
A) sinx;
B) 2y;
C) 2x;
D) 1/y2;
E) 1/y;
{Correct answer} = D

$$$202
Solve the differential equation exdy/dx+2exy=1
A) y=e-x+ce-2x;
B) y=ex+ce;
C) y=e-x+c;
D) y=e-2x+c;
E) y=ex+ce2x.
{Correct answer} = A

$$$203
Solve the initial value problem for y as a function of x: dy/dx+2y=x, y(0)=1.
A) y=x2/2+1/2;
B) y=ex+ce;
C) y=x-1/4+ce-2x;
D) y=x-1/4e-2x+3/4;
E) y=x/2-1/4+5/4e-2x.
{Correct answer} = E

$$$204
Solve the equation d2y/dx2+2dy/dx=0
A) y=c1e2x+c2e4x;
B) y=c1ex+c2;
C) y=c1+c2e-2x;
D) y=c1ex+c2e-2x;
E) y=c1+c22x.
{Correct answer} = C

$$$205
Solve the equation d2y/dx2-4dy/dx+4y=0
A) y=(c1x+c2)e2x;
B) y=c1e2x+c2e4x;
C) y=c1+c2e2x;
D) y=c1+c2e4x;
E) y=c1e-4x+c2e4x.
{Correct answer} = A

$$$206
Solve the equation d2y/dx2-2dy/dx+4y=0
A) y=e-x(c1sin( 3 x));
B) y=ex(c1cos( 3 x)+c2sin( 3 x));
C) y=ex(c1cos2x+c2sin2x);
D) y=ex(c1x+c2);
E) y=e-x(c1x+c2).
{Correct answer} = B

$$$207
Solve the initial value problem d2y/dx2-y=0, y(0)=1,y´(0)=-2
A) y=cosx+2sinx;
B) y=cosx-2sinx;
C) y=-ex+3e-x;
D) y=-1/2ex+3/2e-x;
E) y=c1ex+c2e-2x;
{Correct answer} = D

$$$208
Solve the initial value problem: y´´-4y=0, y(0)=0, y´ (0)=3
A) y=3e2x-3e-2x;
B) y=(1/2)e2x-(3/2)e-2x;
C) y=(1/4)e2x-(1/4)e-2x;
D) y=(1/2)e3x+(3/2*e-3x;
E) y=(3/4)e2x-(3/4)e-2x.
{Correct answer} = E

$$$209
Solve the equation: y´´-3y´-10y=-3
A) y=c1e5x+c2e-2x+3/8;
B) y=c1e5x+c2e-2x+3/10;
C) y=c1e-5x+c2e-2x-3/10;
D) y=c1e-5x+c2e2x-3/10;
E) y=c1e-5x+c2e-2x+3/10.
{Correct answer} = B
$$$210
Solve the equation y´´-y´=sinx
A) y=c1+c2ex+1/2(cosx-sinx);
B) y=c1ex+c2e-x+1/2(cosx-sinx);
C) y=c1+c2ex+2(cosx-sinx);
D) y=c1ex+c2e-x+3(cosx-sinx);
E) y=c1+c2ex+sinx.
{Correct answer} = A

$$$211
The roots of the auxiliary equation, corresponding to a certain 10-th order homogeneous linear
differential equation with constant coefficients are
4, 4, 4, 4, 2+3i, 2-3i, 2+3i, 2-3i, 2+3i, 2-3i,
Write the general solution.
A) y=(C1+C2x+C3x3)e4x+e2xC4cos3x+e2xC5sin3x;
B) y=C1e4x+C2e2x+ e2xC4cos3x+e2xC5sin3x;
C) y=(C1+C2x+C3x2+C4x3)e4x+e2x((C5+ C6x+C7x2)cos3x+(C8+C9x+C10x2)sin3x);
D) y=(C1+C2x)e4x+e2x((C5+C6+C7x2)cos3x+(C8+C9x)sin3x);
E) y=(C1+C2x+C3x2+C4x3)e4x+e2x((C5+C6x+C7x2)cos3x.
{Correct answer} = C

$$$212
Find the general solution of the differential equation y´´-3y´+2y=4x2
A) y=c1ex+c2e2x+4x2;
B) y=c1ex+c2e3x+2x2+6x;
C) y=c1+c2e2x+2x2+6x+8;
D) y=c1ex+c2e2x+2x2+6x+7;
E) y=ex+e2x+2x2+2.
{Correct answer} = D

$$$213
The general solution of the homogeneous linear differential equation y´´-2y´-3y=0 is
yc=c1e3x+c2e-x.
Find the particular solution of the equation y´´-2y´-3y=2ex.
A) yp=2xex;
B) yp=xex;
C) yp=-(1/2)ex;
D) yp=1/2e-x;
E) yp=3ex.
{Correct answer} = C
$$$214

Let ∑a
n =1
n be a series of positive terms. Then series converge, if

a n +1
A) lim exists and greater than 1;
n →∞ an
a n +1
B) lim
n →∞ a
exists and less than 1;
n

a n +1
C) lim =0;
n →∞ a
n
a n +1
D) lim = −∞
n →∞ an
a n +1 1
E) lim = .
n →∞ a 2
n

{Correct answer} = B

$$$215
∞ ∞
Let ∑a n be a series of positive terms. Then
n =1
∑a
n =1
n diverges, if

n a = 0
A) lim
n →∞
n ;

B) lim
n →∞
n a
n exists and greater than 1, or is infinite;

C) lim
n →∞
n a
n exists and less than 1;

n a = 0
D) lim
n →∞
n ;
n a = −0.5
E) lim
n →∞
n .
{Correct answer} = B

$$$216
1 − 2n
Find the limit of the sequence a n =
1 + 2n
A) 1;
B) 0;
C) 2;
D) –2;
E) –1.
{Correct answer} = E

$$$217
 3n + 1 
Determine if the following sequence converges or diverges:  2 
 4n − 3 
A) converges to 3/4;
B) converges to 0;
C) converges to 4/3;
D) diverges;
E) converges to 1.
{Correct answer} = B

$$$218
Use the Limit Comparison Test to determine the convergence or divergence of the series

n +5
∑n =1 n + 5
3

A) the test fails;


B) the test does not apply;
C) the series converges;
D) the series diverges;
E) the test is inconclusive.
{Correct answer} = C
$$$219

3n
Determine the convergence or divergence of the series ∑(n +1)! using Ratio Test
n =0

A) the Ratio Test does not apply;


B) the Ratio Test is inconclusive;
C) diverges by the Ratio Test;
D) converges by the Ratio Test;
E) the Ratio Test fails.
{Correct answer} = D

$$$220
One of the following statements is not true
The following rules hold if lim an
=A and lim bn
n →∞ n →∞
=B
A) lim[an+bn] = A+B;
B) lim[an-bn] = A-B;
C) lim[an·bn] = A·B;
D) lim[k·bn] = k·B;
E) lim[an/bn] = A/B.
{Correct answer} = E

$$$221

Geometric series are series of the form a+ar+ar2+…+ arn-1+…= ∑ar n -1 . One of the following
n =1
statements is not true:
A) If |r|<1, the geometric series diverges;
B) If |r|≥1, the geometric series diverges;

a
C) If |r|<1, the geometric series converges and ∑ar n -1 = 1 −r
n =1
∞ n
a (1 − r )
D) ∑ar n -1 = (1 − r )
n =1
E) If |r|<1, then rn→0 as n→∞
{Correct answer} = A

$$$222
Among the following statements choose the nth term test for divergence

A) If ∑a n converges, then an→0;
n =1


B) If nlim
→∞
a n ≠ 0, or if lim a n fails to exist, then
n →∞ ∑a n diverges;
n =1

C) The series ∑a n with no negative terms converges if there is a convergent series ∑c n with
an≤ cn for all n >n0, for some positive integer n0;
D) The series ∑a n diverges if there is a divergent series of nonnegative terms ∑d n with

an≥ dn for all n>n0;


E) Let an=f(n) where f(x) is a continuous, positive, decreasing function of x for all x≥ 1, then the


series ∑a n and the integral ∫ f ( x)dx both converge or both diverge.
1

{Correct answer} = B

$$$223

1
Choose the right answer for the series ∑ 3
n =1 n +2
A) converges conditionally;

B) nlim
→∞
a n fails to exist;


dx
C) ∫ diverges;
1 x3
D) converges;
E) diverges.
{Correct answer} = D

$$$224

1
Find the sum of the series ∑2
n =0
n

A) 1;
B) 3;
C) 2;
D) 10;
E) 4.
{Correct answer} = C

$$$225
Which one of the following series does converge?

A) ∑n ;
n =1

1
B) ∑ ;
n =1 n

1
C) ∑ ;
n =1 n

1
D) ∑ 2 ;
n =1 n

1
E) ∑ 3 .
n =1 n
{Correct answer} = D

$$$226
Which of the following series does converge?

1

A) n ln n ;
n=2


1
B)
∑ n =1 n;


1

C) ln n ;
n= 2


1
D) ∑ ;
n=2 n !

1
E) ∑ .
n =1 n
{Correct answer} = D

$$$227
Which one of the following series does converge conditionally?

1
A) ∑ 2 ;
n =1 n

1
B) ∑ ;
n =1 n

(−1)n
C) ∑ ;
n =1 n

1
D) ∑ ;
n =1 n !

1
E) ∑ .
n =1 n
{Correct answer} = C

$$$228
Which one of the following series does converge conditionally?

1
A) ∑ 3 ;
n =1 n

B) ∑n;
n =1

(−1)n
C) ∑
n =1 n
;

1
D) ∑ ;
n =1 ln n

1
E) ∑ ;
n =1 n
{Correct answer} = C

$$$229
Which one of the following series does converge absolutely?

(−1)n
A) ∑ 2 ;
n =1 n

(−1)n
B) ∑
n =1 n
;

1
C) ∑ ;
n =1 n

1
D) ∑ ;
n =1 n

E) ∑ (−1)
n =1
n
;
{Correct answer} = A

$$$230
Which one of the following series does converge absolutely?

1
A) ∑ 5
n =1 n

(−1)n
B) ∑
n =1 n

(−1)n
C) ∑
n =1 n!

1
D) ∑
n =1 n

1
E) ∑ 3
n =1 n
{Correct answer} = C

$$$231
Which one of the following series does diverge?

(−1)n
A) ∑
n =1 n

1
B) ∑ 2
n =1 n

1
C) ∑ n
n =1 2

1
D) ∑
n =1 n

1
E) ∑
n =1 n !

{Correct answer} = D

$$$232
Which one of the following series does diverge?

1
A) ∑ n
n =1 3

1
B) ∑ 1+ n
n =1
2


1
C) ∑ (n + 2)!
n =1

D) ∑ (−1)
n =1
n


1
E) ∑n
n =1
3

{Correct answer} = D

$$$233

1 1 1 1
Express
35

36
+
37

38
+ ... in the notation of ∑a
n =1
n


1
A) ∑3
n =1
5n ;

−1
B) ∑3
n =1
5n ;

1
C) ∑3
n =1
5 +n ;

( −1) n
D) ∑ 5 n ;
n =1 3

( −1) n +1
E) ∑ 4+n .
n =1 3
{Correct answer} = E

$$$0234

( −1) n
Find the sum of series ∑
n =0 4n
A) 7/3;
B) 3/2;
C) 1/2;
D) 4/5;
E) 5/6.
{Correct answer} = D

$$$235
( −1) n +1
Find the values of a1, a2, a3 and a4, if you know the formula of the n-th term an = of the
2n −1
sequence {an}.

A) a1=-1,a2 =1/3, a3 =-1/5, a4=1/7;


B) a1=1, a2 =3, a3=5, a4=7;
C) a1=1, a2=-1/3, a3=1/5, a4=-1/7;
D) a1=-1/3, a2=1/5, a3=-1/7, a4=1/9;
E) a1=1/3, a2=-1/5, a3 =1/7, a4=-1/9.
{Correct answer} = C
$$$236
nx n
Find the series radius and interval of convergence, if the formula for the n-th term is
n +2
A) 1, -1≤ x <1;
B) for all x;
C) 1, -1<x<1;
D) 1, -1≤ x ≤ 1;
E) 2, -2 ≤ x ≤ 1.
{Correct answer} = C

$$$237
Find the series radius and interval of convergence, if the formula for the n-th term is
( x − 2) n .
10 n
A) ∞, for all x;
B) 1, 1<x<3;
C) 4, -2<x<6;
D) 0, x=2;
E) 10, -8<x<12.
{Correct answer} = E

$$$238

xn
Find the radius of convergence of the power series ∑
n =1 n !
A) 0;
B) 1;
C) ∞ ;
D) 10;
E) 2.
{Correct answer} = C

$$$239

xn
Find the radius of convergence of the power series ∑
n =1 n
A) 1;
B) 5;
C) 0;
D) ∞ ;
E) 2.
{Correct answer} = A

$$$240

nx n
Find the radius of convergence of the power series ∑
n =1 n + 1
A) 0;
B) 1;
C) 2;
D) 10;
E) ∞ .
{Correct answer} = B

$$$241

Find the interval of convergence of the power series ∑ nx
n =1
n

A) (-2,2);
B) (-1,1);
C) (0,1);
D) (1,2);
E) (0,+ ∞ ).
{Correct answer} = B

$$$242

xn
Find the interval of convergence of the power series ∑
n =1 n !
A) (-2, 2);
B) (0, 1);
C) (0, ∞ );
D) (- ∞ , + ∞ );
E) (-1,1).
{Correct answer} = D

$$$243

xn
Find the interval of convergence of the power series ∑n
n =1
A) (-1, 1);
B) (0, 1);
C) (-1, 0);
D) (0, + ∞ );
E) (1, 2).
{Correct answer} = A

$$$244

( x − 1)n
Find the interval of convergence of the power series ∑
n =1 n
A) (-1,1);
B) (0,2);
C) (0,1);
D) (1,2);
E) (-1,0).
{Correct answer} = B

$$$245
( x − 1)n

Find the interval of convergence of the power series ∑
n =1 n!
A) (-1,1);
B) (0,1);
C) (- ∞ , + ∞ );
D) (-1,0);
E) (2,2).
{Correct answer} = C

$$$246
Find the Maclaurin series for the function f(x)=e-x
A) 1-x+x2/2!-x3/3!+x4/4!-……;
B) 1+x+x2/2!+x3/3!+x4/4!+……;
C) 2-x+x2/2!-x3/3!+x4/4!-……;
D) 3-x+x2/2!-x3/3!+x4/4!-……;
E) 4-x+x2/2!-x3/3!+x4/4!-……
{Correct answer} = A

$$$247
Find the Taylor polynomial of order 2 generated by f(x)=ln(x) at a=1
A) P2(x)=x-(x-1)2;
1
B) P2 ( x ) = ( x −1) − ( x −1) 2 ;
2
C) P2(x)=x+(x-1)2;
1
D) P2 ( x) = ( x −1) + ( x −1) 2 ;
2
E) P2(x)=x+(x-1)3.
{Correct answer} = B

$$$248
Find the Maclaurin series for the function f(x)=sinx
x3 x5 x7
A) x − + − + .......... . ;
3! 5! 7!
x3 x5 x7
B) x + + + + .......... . ;
3! 5! 7!
x3 x5 x7
C) + + + .......... . ;
3! 5! 7!
x2 x4 x6
D) + + + .......... . ;
2! 4! 6!
x2 x4 x6
E) − + −.......... .
2! 4! 6!
{Correct answer} = A

$$$249
Find the Maclaurin series for the function sin3x.
A) 3x −
( 3x ) 3 + ( 3x ) 5 − ... ;
3! 5!

B) 1 −
( 3 x ) 2 + ( 2 x ) 4 − ... ;
2! 4!

C) 1 + 3 x +
( 3x ) + ( 3x ) 3 +…;
2

2! 3!

D) 3x −
( 3x ) + ( 3x ) − ... ;
2 3

2 3
E) 1 − 3 x + ( 3x ) 2 − ( 3x ) 3 + ... .
{Correct answer} = A
$$$250
Find the Maclaurin series for the function cos(4x).
A) 4 x −
( 4x) 3 + ( 4x) 5 − ... ;
3! 5!

B) 1 + 4 x +
( 4x) 2 +
( 4x) 3 + ... ;
2! 3!

C) 1 −
( 4x) 2 + ( 4x) 4 − ... ;
2! 4!
D) 4 x −
( 4x) 2 +
( 4x) 3 − ... ;
2 3
E) 1 − 4 x + ( 4 x) 2 − (4 x ) 3 +…;
{Correct answer} = C

$$$251
Find df/dx , if f(x,y)=(xy-1)4.
A) 4xy(xy-1)3;
B) 2x(xy-1)5;
C) 4x(xy-1)3;
D) 4y(xy-1);
E) 4(xy-1)3y.
{Correct answer} = E

$$$0252
Find df/dy , if f(x,y)=exy .lny.
A) yexy.lny;
B) xexy.lny+exy/y;
C) xexy.lny;
D) exy.lny+exy/y;
E) exy/y.
{Correct answer} = B

$$$253
Find df/dz ,if f(x,y,z)=yz·ln(xy).
A) yln(xy);
B) zln(xy)+zx;
C) y2z/x;
D) yz/x;
E) zln(xy).
{Correct answer} = A

$$$254
d2 f
Find , if f(x,y)=x2y+cosy+ysinx.
dxdy
A) 2x-cosy+cosx;
B) x2-siny+sinx;
C) 2xy+ycosx;
D) 2x+cosx;
E) 2y-ysinx.
{Correct answer} = D

$$$255
Find ∂f/∂z if ln(4x+2y+3z).
4
A) 4 x + 2 y + 3z ;
2
B) 4 x + 2 y + 3z ;
3
C) 4 x + 2 y + 3z ;
8
D) 4 x + 2 y + 3z ;
9
E) 4 x + 2 y + 3z .
{Correct answer} = C

$$$256
Find ∂f/∂y if f(x,y)=( x 3 +(y/2))2/3
3x 2 + 1 / 2
A) ;
3
x3 + y / 2
2x 2
B) ;
3
x3 + y / 2
C) 3
x 3 + y / 2 (3x 2 +1 / 2) ;
1
D) ;
3 x +y/2
3 3

y3 x 3 + y / 2
E) .
2
{Correct answer} = D

$$$257
Find the function’s domain f(x,y)=lnx-lny
A) all (x,y);
B) {(x,y):x≤ 0,y≤ 0};
C) {(x,y):x≥ 0,y≥ 0};
D) {(x,y):x<0,y<0};
E) {(x,y):x>0,y>0}.
{Correct answer} = E

$$$258
Find the function’s domain f(x,y)= y −x
A) all (x,y)
B) {(x,y):y≥ x}
C) {(x,y):y>x}
D) {(x,y):y<x}
E) {(x,y):y≤ x}
{Correct answer} = B

$$$259
Find the function’s domain and range if f(x,y)=ln( x 2 + y 2 )
A) D:{(x,y)≠ (0,0)}, R:{(-∞<z<+∞)};
B) D:{all (x,y)}, R:{(-∞<z<+∞)};
C) D:{all (x,y)}, R:{0,+∞ };
D) D:{(x,y):x>0,y>0}, R:{(-∞<z<+∞)};
E) D:{(x,y):x<0,y<0}, R:{0,+∞ }.
{Correct answer} = A

$$$260
y
Find the function’s domain and range if f(x,y)=
x2
A) D:{all (x,y)}, R:{z>0};
B) D:{(x,y): y≠ 0, x≠ 0}, R:{(-∞<z<+∞)};
C) D:{(x,y):x≠ 0}, R:{( -∞, +∞);
D) D:{(x,y) :x≠ 0}, R:{z>0};
E) D:{(x,y): y≠ 0, x≠ 0}, R:{z<0}.
{Correct answer} = C

$$$261
If three fight attendants who will staff a fight are randomly selected from a group of three male
and four female flight attendants, what is the probability that all of those selected will be
female?
A) 1/33;
B) 1/35;
C) 2/35;
D) 4/35;
E) 3/35.
{Correct answer} = D

$$$262
Which of the following is NOT a possible probability?
A) 25/100;
B) 1.25;
C) 1;
D) 0;
E) 0.13.
{Correct answer} = B

$$$263
It was estimated that 30% of all seniors on a campus were seriously concerned about
employment prospects, 25% were seriously concerned about grades, and 20% were seriously
concerned about both. What is the probability that a randomly chosen senior from this campus is
seriously concerned about at least one of these two things?
A) 0.30;
B) 0.35;
C) 0.40;
D) 0.25;
E) 0.55.
{Correct answer} = B
$$$264
Market research in a particular city indicated that during a week 18% of all adults watch a
television program oriented to business and financial issues, 12% read a publication oriented to
these issues, and 10% do both. What is the probability that an adult in this city, who watches a
television program oriented to business and financial issues, reads a publication oriented to these
issues?
A) 6/7;
B) 2/5;
C) 1/3;
D) 5/7;
E) 5/9.
{Correct answer} = E

$$$265
A production manager knows that 5% of components produced by a particular manufacturing
process have some defect. Six of these components, whose characteristics can be assumed to be
independent of each other, were examined. What is the probability that none of these
components has a defect?
A) 0.056;
B) 0.956;
C) 0.953⋅ 0.053;
D) 0.953⋅ 0.053;
E) 0.954⋅ 0.052.
{Correct answer} = B

$$$266
Determine the probability of getting exactly three heads in 6 tosses of a fair coin.
A) 7/13;
B) 4/13;
C) 1/13;
D) 5/14;
E) 5/16.
{Correct answer} = E

$$$267
If the probability density function of a continuous random variable X is

 C (2x − 3x 2 ) i f- 1 < x < 1


f ( x) = 
0 e ls e w h e re
then calculate the value of constant C.
A) 1/3;
B) 1/2;
C) 1/4;
D) –1/2;
E) –1/3.
{Correct answer} = D

$$$268
Compute the expected value of the discrete random variable described by
throwing a fair dice.
A) 7/12;
B) 7/3;
C) 21/8;
D) 5/3;
E) 7/2.
{Correct answer} = E

$$$269
Suppose that the random variable T has the following probability distribution:
t 0 1 2
P(T = t) 0.5 0.3 0.2
Compute E(T), the mean of the random variable T.
A) 1.00;
B) 1.20;
C) 0.70;
D) 2.1;
E) 1.1.
{Correct answer} = C

$$$270

x
 , i f2 < x < 4
Let X be continuous random variable with probability density function f ( x) =  6
 0 , o t h e r w i s e
Find the expected value of random variable X.
A) 12/7;
B) 13/3;
C) 27/4;
D) 28/9;
E) 19/3.
{Correct answer} = D

You might also like