CSCA Examination Pretest Math (Questions with Detailed Solutions)

CSCA Exam Questions & Solutions

CSCA Examination

Questions with Detailed Solutions


Page 1: Sets and Functions

  1. Let $A = \{6, 7, 8, 9, 10\}$ be a set, and $\Phi$ to denote the empty set. Then which of the following statements is correct?
    1. $9 \in A$
    2. $\{6\} \in A$
    3. $6 \subseteq A$
    4. $\Phi \in A$
    Explanation (a) $9 \in A$: True, because 9 is an element strictly listed inside the set definition.
    (b) $\{6\} \in A$: False. $\{6\}$ is a set containing 6. It is a subset of A ($\{6\} \subseteq A$), not an element.
    (c) $6 \subseteq A$: False. 6 is an element. The symbol $\subseteq$ is used for sets.
    (d) $\Phi \in A$: False. The empty set is a subset of every set ($\Phi \subseteq A$), but it is not listed as an element inside A. Correct Answer: (a)
  2. Let $A = \{x \mid -2 \le x \le 2\}$ and $B = \{x \mid x > 0\}$ be two sets. Then $A \cup B =$
    1. $\{x \mid x \le -2\}$
    2. $\{x \mid 0 < x \le 2\}$
    3. $\{x \mid x \ge -2\}$
    4. $\{x \mid -2 \le x < 0\}$
    Explanation Set A is the interval $[-2, 2]$. Set B is the interval $(0, +\infty)$.
    The Union ($A \cup B$) includes everything in A OR B. Since A starts at -2 and B goes to infinity, the combination covers everything starting from -2.
    Range: $[-2, +\infty)$, which is written as $\{x \mid x \ge -2\}$. Correct Answer: (c)
  3. The solution set of the inequality $x^2 - x - 2 > 0$ is ( ).
    1. $\{x \mid x < -1 \text{ or } x > 2\}$
    2. $\{x \mid -1 < x < 2\}$
    3. $\{x \mid x < -2 \text{ or } x > -1\}$
    4. $\{x \mid -2 < x < 1\}$
    Explanation Factor the quadratic: $(x - 2)(x + 1) > 0$.
    Roots are $2$ and $-1$.
    Since the inequality is "greater than 0" (positive), the solution lies on the outside of the roots.
    Solution: $x < -1$ or $x > 2$. Correct Answer: (a)
  4. Let $\{a_n\}$ be an arithmetic sequence, with the first term $a_1 = 2$ and common difference $d = 3$. Then $a_{100} =$ ( ).
    1. $299$
    2. $302$
    3. $305$
    4. $298$
    Explanation General formula: $a_n = a_1 + (n-1)d$.
    Substitute values: $a_{100} = 2 + (100-1)(3) = 2 + 99(3)$.
    $a_{100} = 2 + 297 = 299$. Correct Answer: (a)
  5. The domain of the function $f(x) = \frac{1}{x} + \sqrt{1-x}$ is ( ).
    1. $(-\infty, 1]$
    2. $(-\infty, 0) \cup (0, 1)$
    3. $(-\infty, 0) \cup (0, 1]$
    4. $[1, +\infty)$
    Explanation 1. Denominator restriction: $x \ne 0$.
    2. Square root restriction: $1-x \ge 0 \Rightarrow 1 \ge x \Rightarrow x \le 1$.
    Combine: $x \le 1$ AND $x \ne 0$.
    Interval notation: $(-\infty, 0) \cup (0, 1]$. Correct Answer: (c)

Page 2: Coordinates and Functions

  1. Let $P(1, 2)$ be a point in the rectangular coordinate system. If a point $Q$ together with $P$ are symmetrical about the $x$ axis, then the coordinates of $Q$ are ( ).
    1. $(2, 1)$
    2. $(1, -2)$
    3. $(-1, 2)$
    4. $(-1, -2)$
    Explanation Symmetry about the x-axis keeps the x-coordinate the same but negates the y-coordinate.
    $P(x, y) \rightarrow Q(x, -y)$.
    $P(1, 2) \rightarrow Q(1, -2)$. Correct Answer: (b)
  2. [Question content missing in original image]
    Note The content for this question was not visible in the source documents.
  3. About the function $f(x) = x^4 + 3$, which of the following statements is correct? ( ).
    1. The function is odd
    2. None of the above
    3. The function is neither odd nor even
    4. The function is even
    Explanation Test $f(-x)$: $f(-x) = (-x)^4 + 3 = x^4 + 3$.
    Since $f(-x) = f(x)$, the function is Even.
    (Odd functions satisfy $f(-x) = -f(x)$). Correct Answer: (d)
  4. The inverse function of the function $y = x^3 + 3, \, x \in \mathbb{R}$ is ( ).
    1. $y = \sqrt[3]{x-3}, \, x \in \mathbb{R}$
    2. $y = \sqrt[3]{x+3}, \, x \ge -3$
    3. $y = \sqrt[3]{x+3}, \, x \in \mathbb{R}$
    4. $y = \sqrt[3]{x-3}, \, x \ge 3$
    Explanation 1. Swap x and y: $x = y^3 + 3$.
    2. Solve for y: $y^3 = x - 3$.
    3. Take cube root: $y = \sqrt[3]{x-3}$.
    The domain of an odd root (cube root) is all real numbers ($\mathbb{R}$). Correct Answer: (a)
  5. Which of the following points is in the third quadrant? ( ).
    1. $(-1, 2)$
    2. $(-1, -2)$
    3. $(1, 2)$
    4. $(1, -2)$
    Explanation Quadrant I: $(+, +)$, Quadrant II: $(-, +)$, Quadrant III: $(-, -)$, Quadrant IV: $(+, -)$.
    Point $(-1, -2)$ has both coordinates negative, so it is in Q3. Correct Answer: (b)
  6. Given that $y = |x|$, which of the following conclusions is correct? ( ).
    1. When $x < 0$, the function is an increasing function
    2. When $x > 0$, the function is an increasing function
    3. When $x \in \mathbb{R}$, the function is an decreasing function
    4. When $x \in \mathbb{R}$, the function is an increasing function
    Explanation The graph of $y=|x|$ is V-shaped.
    For $x < 0$ (left side), the graph goes down as you move right (Decreasing).
    For $x > 0$ (right side), the graph goes up as you move right (Increasing). Correct Answer: (b)

Page 3: Algebra and Geometry

  1. The solution set of the rational inequality $\frac{2x+1}{x-2} \le 0$ is ( ).
    1. $[-\frac{1}{2}, 2)$
    2. $(-\infty, -\frac{1}{2}] \cup (2, +\infty)$
    3. $[-\frac{1}{2}, 2]$
    4. $(-\infty, -\frac{1}{2}]$
    Explanation Critical points: Numerator $2x+1=0 \Rightarrow x=-1/2$. Denominator $x-2=0 \Rightarrow x=2$.
    Test interval $-1/2 < x < 2$: Pos/Neg = Neg (Satisfies $\le 0$).
    Include numerator zero (-1/2), exclude denominator zero (2).
    Result: $[-1/2, 2)$. Correct Answer: (a)
  2. Given that $a = 2 - \sqrt{3}$ and $b = 2 + \sqrt{3}$, the arithmetic mean of $a$ and $b$ is ( ).
    1. $1$
    2. $2$
    3. $\pm 1$
    4. $-1$
    Explanation Arithmetic Mean $= \frac{a+b}{2}$.
    $a+b = (2-\sqrt{3}) + (2+\sqrt{3}) = 4$.
    Mean $= 4/2 = 2$. Correct Answer: (b)
  3. If the straight line $l$ passes through the points $A(-2, 3)$ and $B(3, 1)$, then the slope of $l$ is ( ).
    1. $\frac{2}{5}$
    2. $\frac{5}{2}$
    3. $-\frac{2}{5}$
    4. $-\frac{5}{2}$
    Explanation Slope formula: $m = \frac{y_2 - y_1}{x_2 - x_1}$.
    $m = \frac{1 - 3}{3 - (-2)} = \frac{-2}{5} = -\frac{2}{5}$. Correct Answer: (c)
  4. If $\alpha$ is the angle between the $x$-axis and a line containing the point $P(1, 3)$,
    then $\sin \alpha =$ ( ).
    1. $3$
    2. $\frac{3\sqrt{10}}{10}$
    3. $\frac{1}{3}$
    4. $\frac{\sqrt{10}}{10}$
    Explanation Coordinates $(x, y) = (1, 3)$.
    Radius $r = \sqrt{x^2 + y^2} = \sqrt{1^2 + 3^2} = \sqrt{10}$.
    $\sin \alpha = \frac{y}{r} = \frac{3}{\sqrt{10}} = \frac{3\sqrt{10}}{10}$. Correct Answer: (b)
  5. Among the four sequences below, the number of arithmetic sequences is ( ).
    (1) $7, 13, 19, 25$
    (2) $2, 4, 7, 11$
    (3) $-1, -3, -5, -7$
    (4) $2, 4, 8, 16$
    1. $2$
    2. $3$
    3. $1$
    4. $4$
    Explanation (1) Diff +6 (Arithmetic).
    (2) Diff +2, +3, +4 (Not Arithmetic).
    (3) Diff -2 (Arithmetic).
    (4) Ratio x2 (Geometric).
    Total: 2. Correct Answer: (a)

Page 4: Analytic Geometry

  1. The distance from a point $A(3, -2)$ to $B(-5, -1)$ on the plane is $|AB| =$ ( ).
    1. $65$
    2. $\sqrt{65}$
    3. $13$
    4. $\sqrt{13}$
    Explanation $d = \sqrt{(-5-3)^2 + (-1 - (-2))^2}$
    $= \sqrt{(-8)^2 + (1)^2}$.
    $d = \sqrt{64 + 1} = \sqrt{65}$. Correct Answer: (b)
  2. If a straight line $l$ has an angle of inclination of $45^\circ$, and it passes through the point $(0, 2)$, then the equation of $l$ is ( ).
    1. $y = 2x - 2$
    2. $y = x + 2$
    3. $y = 2x + 2$
    4. $y = x - 2$
    Explanation Slope $m = \tan(45^\circ) = 1$. Y-intercept $b = 2$.
    Equation: $y = mx + b \Rightarrow y = x + 2$. Correct Answer: (b)
  3. If the equation of a circle is $x^2 + y^2 - 4x - 3 = 0$, then the center and radius are given by ( ).
    1. $(0, 2)$ and $\sqrt{7}$
    2. $(0, 2)$ and $7$
    3. $(2, 0)$ and $\sqrt{7}$
    4. $(2, 0)$ and $7$
    Explanation Rearrange: $(x^2 - 4x) + y^2 = 3$.
    Complete square: $(x-2)^2 - 4 + y^2 = 3$
    $ \Rightarrow (x-2)^2 + y^2 = 7$.
    Center $(2, 0)$, Radius $\sqrt{7}$. Correct Answer: (c)
  4. Given that $\sin \alpha = \frac{4}{5}$, and the angle $\alpha$ belongs to the second quadrant, then which of the following statements is correct? ( )
    1. $\cos \alpha = \frac{3}{5}$
    2. $\cos \alpha = -\frac{3}{5}$
    3. $\tan \alpha = -\frac{3}{4}$
    4. $\tan \alpha = \frac{4}{3}$
    Explanation 3-4-5 triangle. In Q2, cosine is negative.
    $\cos \alpha = -3/5$. Correct Answer: (b)

Page 5: Sequences and Functions

  1. In an arithmetic sequence $\{a_n\}$, if $a_2 = 1$ and $a_4 = 5$, then the first term $a_1$ and common difference $d$ are ( ) respectively.
    1. $-1, 2$
    2. $1, -2$
    3. $-1, -2$
    4. $1, 2$
    Explanation $a_4 - a_2 = 2d \Rightarrow 5 - 1 = 4 $
    $\Rightarrow 2d = 4 \Rightarrow d = 2$.
    $a_2 = a_1 + d \Rightarrow 1 = a_1 + 2 \Rightarrow a_1 = -1$. Correct Answer: (a)
  2. Let $a, b, c$ be three real numbers. Which of the following statements is correct? ( )
    1. If $a > b$, then $ac > bc$
    2. If $a > b$, then $a + c > b + c$
    3. If $ac > bc$, then $a > b$
    4. If $a > b$, then $a^2 > b^2$
    Explanation (a) False if $c < 0$.
    (b) True, addition property of inequality.
    (c) False if $c < 0$.
    (d) False if numbers are negative. Correct Answer: (b)
  3. About the exponential function $y = a^x$
    ($a > 0$, and $a \neq 1$), which of the following statements is incorrect? ( )
    1. The range is $(0, +\infty)$
    2. The graph passes through the point $(0, 1)$
    3. The function is increasing over the domain
    4. The domain is $\mathbb{R}$
    Explanation Exponential functions are increasing ONLY if $a > 1$. If $0 < a < 1$, they are decreasing. Thus, statement (c) is not always true. Correct Answer: (c)
  4. If $\sin \alpha = \frac{3}{5}$, and $\alpha$ belongs to the first quadrant, then $\sin 2\alpha =$ ( ).
    1. $\frac{12}{25}$
    2. $\frac{24}{25}$
    3. $\frac{18}{25}$
    4. $\frac{7}{25}$
    Explanation In Q1, $\sin=3/5 \Rightarrow \cos=4/5$.
    $\sin 2\alpha = 2 \sin \alpha \cos \alpha $
    $= 2 \times \dfrac{3}{5} \times \dfrac{4}{5} = \dfrac{24}{25}$. Correct Answer: (b)
  5. The intersection of the lines $l_1 : 3x - y + 8 = 0$ and $l_2 : x + 2y - 9 = 0$ has coordinates ( ).
    1. $(-5, 1)$
    2. $(1, -5)$
    3. $(5, -1)$
    4. $(-1, 5)$
    Explanation $l_1 \Rightarrow y = 3x + 8$. Substitute into $l_2$:
    $x + 2(3x + 8) - 9 = 0
    \Rightarrow 7x + 7 = 0 \Rightarrow x = -1$.
    $y = 3(-1) + 8 = 5$. Intersection: $(-1, 5)$. Correct Answer: (d)

Page 6: Conics and Logarithms

  1. Given that the equation of a hyperbola is $\frac{x^2}{64} - \frac{y^2}{16} = 1$, which of the following statements is correct? ( )
    1. The focal distance is $8\sqrt{5}$
    2. The semi-major axis has length 4
    3. The eccentricity of the hyperbola is $\sqrt{5}$
    4. The semi-minor axis has length 8
    Explanation $a^2=64, b^2=16 \Rightarrow c^2 = 80 \Rightarrow c = 4\sqrt{5}$.
    Focal distance $2c = 8\sqrt{5}$. Correct Answer: (a)
  2. Which of the following inequalities is correct? ( )
    1. $2.1^{-2} > 1.2^{-2}$
    2. $0.75^{-0.2} > 0.75^{-0.4}$
    3. $3^{2.25} > 3^3$
    4. $2.1^{\frac{2}{3}} > 1.2^{\frac{2}{3}}$
    Explanation Power function $x^{2/3}$ increases for $x>0$. Since $2.1 > 1.2$, $2.1^{2/3} > 1.2^{2/3}$. Correct Answer: (d)
  3. A circle has center at $(-3, 2)$ and radius 4. Then the equation of the circle is ( ).
    1. $(x + 3)^2 + (y - 2)^2 = 4$
    2. $(x - 3)^2 + (y + 2)^2 = 4$
    3. $(x - 3)^2 + (y + 2)^2 = 16$
    4. $(x + 3)^2 + (y - 2)^2 = 16$
    Explanation Formula $(x-h)^2 + (y-k)^2 = r^2$.
    $(x - (-3))^2 + (y - 2)^2 = 4^2$
    $\Rightarrow (x+3)^2 + (y-2)^2 = 16$. Correct Answer: (d)
  4. Let $a > 0$, and $b > 0$ be real numbers. Then which of the following statements is incorrect? ( )
    1. $\ln(a^b) = b \ln a$
    2. $\log_a b = \frac{\ln a}{\ln b}$ ($a \neq 1, b \neq 1$)
    3. $\ln(\frac{a}{b}) = \ln a - \ln b$
    4. $\ln(ab) = \ln a + \ln b$
    Explanation The change of base formula is $\log_a b = \dfrac{\ln b}{\ln a}$. Statement (b) is inverted. Correct Answer: (b)
  5. Given the sine function $y = \sin x$, which of the following statements is incorrect? ( )
    1. The maximum and minimum values are $1$ and $-1$ respectively
    2. The function is periodic function
    3. The function is even
    4. The domain is $\mathbb{R}$
    Explanation $\sin(-x) = -\sin(x)$, so sine is an Odd function. Correct Answer: (c)

Page 7: Geometry and Functions

  1. Let the focus of the parabola $y^2 = 4x$ be $F$. Suppose that a point $P$ is on the parabola, and the horizontal coordinate of $P$ is 4. Then $|PF| =$ ( ).
    1. 2
    2. 3
    3. 4
    4. 5
    Explanation $4p=4 \Rightarrow p=1$. Directrix $x=-1$.
    Distance to focus = Distance to directrix
    = $x_p - (-1)
    = 4 + 1 = 5$. Correct Answer: (d)
  2. Given two straight lines $l_1 : ax + (a - 1)y + 3 = 0$ and $l_2 : 2x + ay - 1 = 0$. If $l_1 \perp l_2$, then the value of $a$ is ( ).
    1. $-1$
    2. $-1$ or $1$
    3. $1$
    4. $0$ or $-1$
    Explanation Perpendicular condition: $A_1A_2 + B_1B_2 = 0$.
    $a(2) + (a-1)a = 0 $
    $\Rightarrow 2a + a^2 - a = 0$
    $\Rightarrow a(a+1) = 0$.
    $a=0$ or $a=-1$. Correct Answer: (d)
  3. The distance between the points $P(-1, 2)$ and $Q(3, 1)$ is ( ).
    1. $\sqrt{5}$
    2. $\sqrt{17}$
    3. $\sqrt{13}$
    4. $5$
    Explanation $d = \sqrt{(3 - (-1))^2 + (1 - 2)^2}$
    =$ \sqrt{16 + 1} = \sqrt{17}$. Correct Answer: (b)
  4. Let $\cos \alpha = -\dfrac{\sqrt{5}}{5}$, and $\alpha \in (\dfrac{\pi}{2}, \pi)$. Then $\sin(\frac{\pi}{6} + \alpha) =$ ( ).
    1. $\frac{2\sqrt{5} - \sqrt{15}}{10}$
    2. $\frac{2\sqrt{15} + \sqrt{5}}{10}$
    3. $\frac{2\sqrt{15} - \sqrt{5}}{10}$
    4. $\frac{2\sqrt{5} + \sqrt{15}}{10}$
    Explanation $\sin \alpha = \sqrt{1 - 5/25} = 2\sqrt{5}/5$.
    $\sin(\dfrac{\pi}{6} + \alpha) = (\dfrac{1}{2})(-\dfrac{\sqrt{5}}{5}) + (\dfrac{\sqrt{3}}{2})(2\times \dfrac{\sqrt{5}}{5}) $
    $= \dfrac{2\sqrt{15}-\sqrt{5}}{10}$. Correct Answer: (c)
  5. Which of the following statements is correct? ( )
    1. $y = (\sqrt{x})^2$ and $y = \sqrt{x^2}$ are the same function
    2. $y = \frac{x^4 - 1}{x^2 + 1}$ and $y = x^2 - 1$ are the same function
    3. $y = 1$ and $y = x^0$ are the same function
    4. $y = x$ and $y = \sqrt{x^2}$ are the same function
    Explanation (b) $\frac{x^4-1}{x^2+1} = \frac{(x^2-1)(x^2+1)}{x^2+1} = x^2-1$. Since denominator $x^2+1 \ne 0$, domains are equal ($\mathbb{R}$). Same function. Correct Answer: (b)

Page 8: Trigonometry

  1. Let $\sin \alpha = -\frac{12}{13}$, and $\alpha \in (\pi, \frac{3}{2}\pi)$. Then $\cos \frac{\alpha}{2} =$ ( ).
    1. $\frac{3\sqrt{13}}{13}$
    2. $-\frac{3\sqrt{13}}{13}$
    3. $-\frac{2\sqrt{13}}{13}$
    4. $\frac{2\sqrt{13}}{13}$
    Explanation $\alpha \in Q3 \Rightarrow \cos \alpha = -5/13$.
    $\alpha/2 \in Q2 \Rightarrow \cos(\alpha/2) < 0$.
    $\cos(\alpha/2) = -\sqrt{\frac{1-5/13}{2}} = -\sqrt{\frac{4}{13}} = -\frac{2}{\sqrt{13}}$. Correct Answer: (c)
  2. Suppose that $\cos \alpha = -\frac{1}{2}, \alpha \in (\frac{\pi}{2}, \pi)$, then the value of $\sin \frac{\alpha}{2}$ is ( ).
    1. $-\frac{\sqrt{3}}{2}$
    2. $\frac{\sqrt{3}}{2}$
    3. $-\frac{1}{2}$
    4. $\frac{1}{2}$
    Explanation $\alpha = 120^\circ \Rightarrow \alpha/2 = 60^\circ$.
    $\sin(60^\circ) = \sqrt{3}/2$. Correct Answer: (b)
  3. Which of the following statements is correct? ( )
    1. $\sin(\pi + \alpha) = \sin \alpha$
    2. $\cos(\pi + \alpha) = \cos \alpha$
    3. $\sin(-\alpha) = \sin \alpha$
    4. $\cos(-\alpha) = \cos \alpha$
    Explanation Cosine is an even function, so $\cos(-\alpha) = \cos(\alpha)$. Correct Answer: (d)
  4. About the tangent function $y = \tan x$, which of the following statements is correct? ( )
    1. The range is $[-1, 1]$
    2. The domain is $\mathbb{R}$
    3. The function is even
    4. The minimum positive period of the function is $\pi$
    Explanation The period of $\tan x$ is $\pi$. Range is $\mathbb{R}$. It is an odd function. Correct Answer: (d)

Page 9: Sequences and Conics

  1. The general formula for the sequence $-\frac{1}{5}, \frac{1}{7}, -\frac{1}{9}, \frac{1}{11}, \cdots$ is $a_n =$ ( ).
    1. $\frac{(-1)^{n-1}}{3n+2}$
    2. $\frac{(-1)^n}{2n+3}$
    3. $\frac{(-1)^{n-1}}{2n+3}$
    4. $\frac{(-1)^n}{3n+2}$
    Explanation Alternating signs starting negative: $(-1)^n$.
    Denominators 5, 7, 9... is arithmetic $2n+3$.
    Term: $\frac{(-1)^n}{2n+3}$. Correct Answer: (b)
  2. If the graph of the function $f(x) = 2 + \log_a(x - 3)$ ($a > 0$, and $a \neq 1$) passes through a fixed point $P$, then the coordinates of $P$ are ( ).
    1. $(3, 1)$
    2. $(3, 0)$
    3. $(4, 0)$
    4. $(4, 2)$
    Explanation Set argument $x-3 = 1 \Rightarrow x=4$.
    $y = 2 + \log_a(1) = 2$. Point $(4, 2)$. Correct Answer: (d)
  3. The equation of the directrix of the parabola $y^2 = -x$ is ( ).
    1. $x = \frac{1}{4}$
    2. $x = -\frac{1}{4}$
    3. $x = -\frac{1}{2}$
    4. $x = \frac{1}{2}$
    Explanation $4p = 1 \Rightarrow p=1/4$. Opens Left.
    Directrix is vertical to the right: $x = 1/4$. Correct Answer: (a)
  4. Suppose that the foci of the ellipse $\frac{x^2}{4} + \frac{y^2}{2} = 1$ are $F_1, F_2$, and the point $P$ is on the ellipse. Then $|PF_1| + |PF_2| =$ ( ).
    1. 2
    2. 4
    3. 8
    4. 6
    Explanation Definition: Sum of focal radii = $2a$.
    $a^2=4 \Rightarrow a=2$. Sum = 4. Correct Answer: (b)

Page 10: Vectors and Complex Numbers

  1. Given that $\vec{AB} = \vec{a} + 5\vec{b}$, $\vec{BC} = -2\vec{a} + 8\vec{b}$, $\vec{CD} = 3\vec{a} - 3\vec{b}$. Thus, ( ).
    1. $A, C, D$ are on the same line
    2. $A, B, D$ are on the same line
    3. $B, C, D$ are on the same line
    4. $A, B, C$ are on the same line
    Explanation $\vec{BD} = \vec{BC} + \vec{CD} = \vec{a} + 5\vec{b}$.
    $\vec{AB} = \vec{BD}$, so they are parallel and share point B. A, B, D are collinear. Correct Answer: (b)
  2. Suppose that a straight line $l$ is perpendicular to another line $l_1 : x + 2y + 4 = 0$, and passes through the intersection of $l_2 : x + y + 1 = 0$ and $l_3 : 2x + y - 1 = 0$. The equation of $l$ is ( ).
    1. $2x - y - 7 = 0$
    2. $2x + y - 5 = 0$
    3. $x - 2y - 1 = 0$
    4. $x + 2y - 3 = 0$
    Explanation Intersection of $l_2, l_3$: $x=2, y=-3$.
    Perp to $l_1$ (slope -1/2) $\Rightarrow$ Slope 2.
    $y - (-3) = 2(x - 2) $
    $\Rightarrow y+3 = 2x-4 $
    $\Rightarrow 2x-y-7=0$. Correct Answer: (a)
  3. On the complex plane, the point representing a complex number $z$ is on the straight line $x - y = 0$. If $z$ is a root of a quadratic equation $x^2 + mx + 4 = 0$, then $m =$ ( ).
    1. $\sqrt{2}$ or $2\sqrt{2}$
    2. $2\sqrt{2}$ or $-2\sqrt{2}$
    3. $-\sqrt{2}$ or $-2\sqrt{2}$
    4. $\sqrt{2}$ or $-\sqrt{2}$
    Explanation Roots are conjugates $z, \bar{z}$. Since $z$ is on $y=x$, $z=k(1+i)$.
    $z\bar{z} = 4 \Rightarrow 2k^2=4 \Rightarrow k=\pm\sqrt{2}$.
    $z+\bar{z} = -m \Rightarrow 2k = -m \Rightarrow m = \mp 2\sqrt{2}$. Correct Answer: (b)
  4. Suppose that, in a sequence $\{a_n\}$, we have $a_1 = 1$, and $\frac{1}{a_n} + \frac{2}{a_{n+1}} = 0$ ($n = 1, 2, \cdots$). Suppose that another sequence $\{b_n\}$ satisfies $b_n = |a_n|$ ($n = 1, 2, \cdots$). Then, the sum of the first $n$ terms of the sequence $\{b_n\}$ is $S_n =$ ( ).
    1. $\frac{1 + 2^n}{3}$
    2. $\frac{|1 - (-2)^n|}{3}$
    3. $2^n - 1$
    4. $(-2)^n - 1$
    Explanation $a_{n+1} = -2a_n$. $b_n = |a_n|$ is geometric with ratio 2.
    Sum $S_n = \frac{1(2^n - 1)}{2-1} = 2^n - 1$. Correct Answer: (c)

Post a Comment

0 Comments