EMCET Model Question paper & Answers 3


 


26. Algebra

Q26: Solve the equation x2+6x+9=0x^2 + 6x + 9 = 0.

Answer: The equation x2+6x+9=0x^2 + 6x + 9 = 0 is a perfect square:

(x+3)2=0(x + 3)^2 = 0

Thus, x+3=0x + 3 = 0, so x=3x = -3.


27. Trigonometry

Q27: Find the value of sin60\sin 60^\circ.

Answer:

sin60=32\sin 60^\circ = \frac{\sqrt{3}}{2}

28. Coordinate Geometry

Q28: Find the equation of the line passing through the point P(2,3)P(2, 3) and having slope m=4m = 4.

Answer: The equation of a line in point-slope form is:

yy1=m(xx1)y - y_1 = m(x - x_1)

Substitute m=4m = 4, x1=2x_1 = 2, and y1=3y_1 = 3:

y3=4(x2)y - 3 = 4(x - 2)

Simplify:

y3=4x8y - 3 = 4x - 8 y=4x5y = 4x - 5

Thus, the equation of the line is y=4x5y = 4x - 5.


29. Calculus

Q29: Find the derivative of f(x)=5x32x+7f(x) = 5x^3 - 2x + 7.

Answer: Using the power rule for differentiation:

f(x)=15x22f'(x) = 15x^2 - 2

Thus, the derivative is 15x2215x^2 - 2.


30. Probability

Q30: A coin is flipped twice. What is the probability of getting at least one tail?

Answer: The possible outcomes when a coin is flipped twice are:

{HH,HT,TH,TT}\{HH, HT, TH, TT\}

The favorable outcomes for getting at least one tail are:

{HT,TH,TT}\{HT, TH, TT\}

Thus, the probability is:

P(at least one tail)=34P(\text{at least one tail}) = \frac{3}{4}

31. Quadratic Equations

Q31: Find the roots of the quadratic equation x26x+8=0x^2 - 6x + 8 = 0.

Answer: The quadratic equation is x26x+8=0x^2 - 6x + 8 = 0.

We factor the equation:

x26x+8=(x2)(x4)=0x^2 - 6x + 8 = (x - 2)(x - 4) = 0

Thus, the roots are:

x=2orx=4x = 2 \quad \text{or} \quad x = 4

32. Set Theory

Q32: If A={1,2,3}A = \{1, 2, 3\} and B={2,3,4}B = \{2, 3, 4\}, find ABA \cap B (the intersection of AA and BB).

Answer: The intersection of sets AA and BB is the set of elements that are in both sets.

AB={2,3}A \cap B = \{2, 3\}

33. Matrices

Q33: Find the determinant of the matrix (3142)\begin{pmatrix} 3 & 1 \\ 4 & 2 \end{pmatrix}.

Answer: The determinant of a 2x2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is:

det=adbc\text{det} = ad - bc

For the matrix (3142)\begin{pmatrix} 3 & 1 \\ 4 & 2 \end{pmatrix}:

det=(3)(2)(1)(4)=64=2\text{det} = (3)(2) - (1)(4) = 6 - 4 = 2

Thus, the determinant is 2.


34. Progressions

Q34: Find the 7th term of an arithmetic progression where the first term a=5a = 5 and the common difference d=2d = 2.

Answer: The nn-th term of an arithmetic progression is given by:

Tn=a+(n1)dT_n = a + (n - 1)d

Substitute a=5a = 5, d=2d = 2, and n=7n = 7:

T7=5+(71)×2=5+12=17T_7 = 5 + (7 - 1) \times 2 = 5 + 12 = 17

Thus, the 7th term is 17.


35. Logarithms

Q35: Solve log5x=3\log_5 x = 3.

Answer: Rewriting the logarithmic equation as an exponential equation:

x=53=125x = 5^3 = 125

Thus, x=125x = 125.


36. Limits

Q36: Find the limit limx0sin2xx\lim_{x \to 0} \frac{\sin 2x}{x}.

Answer: Using the standard limit limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1, we rewrite the expression:

limx0sin2xx=limx0(2sin2x2x)\lim_{x \to 0} \frac{\sin 2x}{x} = \lim_{x \to 0} \left( 2 \cdot \frac{\sin 2x}{2x} \right)

Thus, the limit is:

limx0sin2xx=21=2\lim_{x \to 0} \frac{\sin 2x}{x} = 2 \cdot 1 = 2

37. Matrices

Q37: Find the inverse of the matrix (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.

Answer: The inverse of a 2x2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is given by:

Inverse=1adbc(dbca)\text{Inverse} = \frac{1}{ad - bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}

For (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, the determinant is:

det=(1)(4)(2)(3)=46=2\text{det} = (1)(4) - (2)(3) = 4 - 6 = -2

Thus, the inverse is:

Inverse=12(4231)=(211.50.5)\text{Inverse} = \frac{1}{-2} \begin{pmatrix} 4 & -2 \\ -3 & 1 \end{pmatrix} = \begin{pmatrix} -2 & 1 \\ 1.5 & -0.5 \end{pmatrix}

38. Complex Numbers

Q38: Find the conjugate of the complex number z=2+3iz = 2 + 3i.

Answer: The conjugate of z=2+3iz = 2 + 3i is:

z=23i\overline{z} = 2 - 3i

39. Trigonometry

Q39: Find cot45\cot 45^\circ.

Answer:

cot45=1\cot 45^\circ = 1

40. Calculus

Q40: Find the integral of f(x)=6x24x+3f(x) = 6x^2 - 4x + 3.

Answer: Using the power rule for integration:

(6x24x+3)dx=2x32x2+3x+C\int (6x^2 - 4x + 3) \, dx = 2x^3 - 2x^2 + 3x + C

Thus, the integral is 2x32x2+3x+C2x^3 - 2x^2 + 3x + C, where CC is the constant of integration.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.