InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 501. |
A point E is taken on the side BC of parallelogram ABCD. AE and DC are produced to meet at F. Prove that ar (∆ADF) = ar (∆BFC). |
|
Answer» (ABCD) = ar (ABFC) …(i) ar (∆ABF) = ar (∆AFC) ar ∆AFC = \(\frac { 1 }{ 2 }\) ar (∆BCD) …(ii) Also ar (∆ADC) = \(\frac { 1 }{ 2 }\) ar (∆BCD) …(iii) ⇒ ar (∆AFC) = ar (∆ADC) …(iv) ⇒ ar (∆ADF) = ar (∆ADC) + ar (∆ACF) = \(\frac { 1 }{ 2 }\) ar (∆BCD) + \(\frac { 1 }{ 2 }\) ar (∆BFC) [using (ii) and (iii)] = \(\frac { 1 }{ 2 }\) ar (∆BFC) + \(\frac { 1 }{ 2 }\) ar (∆BFC) = ar (∆BFC) ⇒ ar (∆ADF) = ar (∆BFC) Hence proved. |
|
| 502. |
In the following figure, CD || AE and CY || BA. Prove that ar (∆CBX) = ar (∆AXY). |
|
Answer» Given: CD || AE and CY || BE To prove: ar (∆CBX) = ar (∆AXY) Proof: Since, ∆ABC and ∆BAY both lie on the same base AB and between the same parallel AB and CY. ar (∆ABC) = (∆BAY) ⇒ ar (∆ABX) + ar (∆CBX) = ar (∆ABX) + ar (∆AXY) ⇒ ar (∆CBX) = ar (∆AXY) [Eliminating ar (∆ABX) from both sides] Hence proved. |
|
| 503. |
Determine whether or not each of the definition of given below gives a binary operation. In the event that is not a binary operation, give justification for this.On Z+ , * define by a * b = a – b |
|
Answer» 2 ∈ Z+ , 5 ∈ Z+ , 2 – 5 = -3 ∉ Z+ hence not a binary operation. |
|
| 504. |
Prove the statement the Principle of Mathematical Induction :For any natural number n, 7n – 2n is divisible by 5. |
|
Answer» Let P(n): 7n – 2n is divisible by 5, for any natural number n. Now, P(1) = 71 - 21 = 5, which is divisible by 5. Hence, P(1) is true. Let us assume that, P(n) is true for some natural number n = k. .’. P(k) = 7k -2k is divisible by 5 or 7k – 2k = 5m, m ∈ N .......(i) Now, we have to prove that P(k + 1) is true P(k+ 1): 7k+1 - 2k+1 = 7k.7 - 2k.2 = (5 + 2)7k - 2k.2 = 5.7k + 2.7k -2k.2 = 5.7k + 2(7k – 2k) = 5 • 7k + 2(5 m) (using (i)) = 5(7k + 2m), which divisible by 5. Thus, P(k + 1) is true whenever P(k) is true. So, by the principle of mathematical induction P(n) is true for all natural numbers n. |
|
| 505. |
Let * be a binary operation on N given by a * b = HCF (a, b) a, b ∈ N. Write the value of 22 * 4. |
|
Answer» Given a * b = HCF (a, b), a, b ∈ N ⇒ 22 * 4 = HCF (22, 4) = 2 |
|
| 506. |
Consider the binary operation * on the set {1, 2, 3, 4, 5} defined by a * b = min. {a, b}. Write the operation table of the operation *. |
||||||||||||||||||||||||||||||||||||
|
Answer» Required operation table of the operation * is given as,
|
|||||||||||||||||||||||||||||||||||||
| 507. |
Let A and B be any two sets such that n(B) = p, n(A) = q then the total number of functions f : A → B is equal to __________. |
|
Answer» Any element of set A, say xi can be connected with the element of set B in p ways. Hence, there are exactly pq functions. |
|
| 508. |
Consider f : R+ → [−5, ∞) given by f (x) = 9x2 + 6x − 5. Show that f is invertible with f-1(y) = (√(y + 6) - 1)/3. |
|
Answer» Here, function f : R+ →[−5,∞) is given as f(x) = 9x2 + 6x − 5. Let y be any arbitrary element of [−5,∞). Let y = 9x2 + 6x − 5 ⇒ y = (3x + 1)2 − 1 − 5 = (3x + 1)2 − 6 ⇒ (3x + 1)2 = y + 6 ⇒ (3x + 1)2 = √(y + 6) [as y ≥ − 5 ⇒ y + 6 ≥ 0] x = (√(y = 6) - 1)/3 Therefore, f is onto, thereby range f = [−5,∞). Let us define g : [−5,∞)→ R+ as g(y) = (√(y = 6) - 1)/3 Now, (gof)(x) = g(f(x)) = g(9x2 + 6x − 5) = g((3x + 1)2 − 6) = (√((3x + 1)2 - 6) + 6 - 1)/3 = (3x + 1 - 1)/3 = x and (fog)(y) = f(g(y)) = f((√(y + 6) - 1)/3) = [3((√(y + 6) - 1)/3) + 1]2 - 6 = (y + 6)2 - 6 = y + 6 - 6 = y Therefore,gof = IR+ and fog = I[−5,∞) Hence, f is invertible and the inverse of f if given by f-1(y) = g(y) = (√(y + 6) - 1)/3 |
|
| 509. |
If f : R → R and g : R → R are given by f(x) = 3x + 1 and g(x) = x2 + 2Find fog(2). |
|
Answer» fog(x) = f(g(x)) = f(x2 + 2) = 3(x2 + 2) + 1 = 3x2 + 6 + 1 ⇒ fog(x) = 3x2 + 7 ∴ fog(2) = 3 × 22 + 7 = 12 + 7 = 19 |
|
| 510. |
Let * be the binary operation on the set {1, 2, 3, 4} defined by a * b = HCF of a and b. Compute (2 * 3) * 4 and 2 * (3 * 4). |
|
Answer» (2 * 3) * 4 = (HCF of 2 and 3) * 4 = (1 * 4) = 1 2 * (3 * 4) = 2 * (HCF of 3 and 4) = 2 * 1 = 1 |
|
| 511. |
Show that the function f :R → R given by f (x) = x3 is injective. |
|
Answer» Here, f :R→R is given as f(x) = x3. Suppose, f(x) = f(y),where x,y ∈ R ⇒ x3 = y3 …(i) Now, we need to show that x = y Suppose, x ≠ y, their cubes will also not be equal. x3 ≠ y3 However, this will be a contradiction to Eq. i). Therefore, x = y. Hence, f is injective. |
|
| 512. |
If X and Y are two sets having 2 and 3 elements respectively then find the number of functions from X to Y. |
|
Answer» Number of functions from X to Y = 32 = 9. |
|
| 513. |
Consider f : R+ → [–9, ∞] given by f(x) = 5x2 + 6x – 9. Prove that f is invertible with \(f^{-1}(y) = \) \((\frac{\sqrt{54+5y}\,-\,3}{5})\). |
|
Answer» To prove f is invertible, it is sufficient to prove f is one - one onto. Here, f(x) = 5x2 + 6x - 9 One - one : Let x1,x2 ∈ R,. then, f(x1) = f(x2) ⇒ 5x12 + 6x1 - 9 = 5x22 + 6x2 - 9 ⇒ 5x12 + 6x1 - 5x22 - 6x2 = 0 ⇒ 5(x12 - x22) + 6(x1 - x2) = 0 ⇒ 5(x1 - x2)(x1 + x2) +6(x1 - x2) = 0 ⇒ (x1 - x2) (5x1 + 5x2 + 6) = 0 ⇒ x1 - x2 = 0 [ ∵ 5x1 + 5x2 + 6 ≠ 0] ⇒ x1 = x2 i.e., f is one - one function. Onto : Let f(x) = y ∴ y = 5x2 + 6x -9 ⇒ 5x2 + 6x - (9 + y) = 0 \(⇒x = {-6 \pm \sqrt{36\,+\,4\,\times\,5(9\,+\,y)} \over 10}\) \(⇒x = {-6 \pm \sqrt{216\,+\,20y} \over 10}\) \(⇒x = {\pm \sqrt{54\,+\,5y\,-\,3} \over 5}\) \(⇒x = \frac{\sqrt{54+5y}\,-\,3}{5}\) [ ∵ x ∈ R+] Obviously, ∀ y ∈ [-9, ∞] the value of x ∈ R+ ⇒ f is onto function. Hence, f is one - one onto function, i.e., invertible. Also, f is invertible with \(f^{-1}(y) = \frac{\sqrt{54+5y}\,-\,3}{5}\) |
|
| 514. |
Let A = {1, 2, 3}, B = {4, 5} and C = {5, 6}. Let f : A → B and g : B → C be defined as f(1) = 4, f(2) = 5, f(3) = 4, g(4) = 5 and g(5) = 6. Find gof. |
|
Answer» Obviously ‘gof’ function is defined as gof : A → C such that gof(1) = g(f(1)) = g(4) = 5 gof(2) = g(f(2)) = g(5) = 6 gof(3) = g(f(3)) = g(4) = 5 Hence, gof : A → C is given by gof = {(1, 5), (2, 6), (3, 5)} |
|
| 515. |
Give examples of two functions f : N → Z and g : Z → Z such that g : Z → Z is injective but £ is not injective. (Hint: Consider f(x) = x and g (x) = |x|). |
|
Answer» As g (x) = g (-x) = |x| for all x ∈ Z , ∴ g is not one-one i.e. y is not injective As f : N → Z and g : Z → Z gof : N → Z let x1, x2, ∈ N such that gof (x1) = gof (x2) ⇒ g (x1) = g (x2) ⇒ | x1 | = | x2 | ⇒ x1= X2 (both x1 ,x2 >0) Hence g o f is injective. |
|
| 516. |
Let S = {a, b, c}, find the total number of binary operations on S. |
|
Answer» The number of binary operations on the set consisting n elements is \(n^{n^2}\) . Here n = 3. Therefore, total number of binary operation S = \((3)^{3^2}\) = 39. |
|
| 517. |
Find the domain of the function f(x) = (x2 + 3x + 5)/(x2 - 5x + 4) |
|
Answer» Given f(x) = (x2 + 3x + 5)/(x2 - 5x + 4) f(x) is defined for all real numbers except x2 – 5x + 4 = 0 But x2 -5x + 4 = (x - 4) (x - 1) Domain of f= R-{1,4} |
|
| 518. |
Let f : X → Y be an invertible function. Show that the inverse of f1 is f, i.e., that (f -1)-1 = f |
|
Answer» Let f : X → Y is invertible ⇒ f is one and onto and f-1 : Y ⇒ X is defined as f-1(y) = x y : f (x) ∀ x ∈ X and y ∈ Y let y1,y2∈ y f-1 (y1) = f-2(y2) fof1 (y1) = fof1 (y2) Iy (y1) = Iy(y2) ⇒ y1 = y2∴ f1 is one-one ∀ x ∈ X, ∋ y ∈ Y such that f1(y) = x, hence f1 is onto hence invertible. let g = (f1)-1 gof-1 = Iy and f-1og = lx ∀ x ∈ X, Ix (x) = x fof-1(x) = f-1 [g(x)] = x fof-1 [g (x)] = f (x) (fof-1) (g (x)) = f (x) g(x) = f (x) g = f (f-1)-1 = f |
|
| 519. |
Write the inverse relation corresponding to the relation R given by R = {(x, y): x ∈ N, x < 5, y = 3}. Also write the domain and range of inverse relation. |
|
Answer» Given, R = {(x, y) : x ∈ N, x < 5, y = 3} ⇒ R = {(1, 3), (2, 3), (3, 3), (4, 3)} Hence, required inverse relation is R–1 = {(3, 1), (3, 2), (3, 3), (3, 4)} ∴ Domain of R–1 = {3} And Range of R–1 = {1, 2, 3, 4} |
|
| 520. |
Give examples of two functions f : N → N and g : N → N such that gof is onto but f is not onto. (Hint: Consider f (x) = x + 1 and \(g(x) =\begin{cases}x - 1 &if \; x > 1\\1 & if \; x = 1\end{cases}\) |
|
Answer» f(x) = x+ lxl + 1 ≥ 1 + 1 ∀ x ∈ N (∵ v ≥ 1 x ∈ N) ⇒ f(x) ≥ 2 ∀ x ∈ N . Rf ^ N as 1 t Rf Hence f is not onto gof : → ∼ → N such that gof (x) = g (f (x)) = g (x + 1) = (x+1) -1 [ ∵ ∀ x ∈ N,x+ 1 > 1] ⇒ gof (x) = x V x ∈ N ∴ Range of gof = N as gof is the identity f Hence gof is onto. |
|
| 521. |
Find the number of all onto functions from the set {1, 2, 3, …, n) to itself. |
|
Answer» Total number of all onto functions from the set {1, 2, 3, …, n) to itself is n! |
|
| 522. |
Given A = {2, 3, 4}, B = {2, 5, 6, 7}. Construct an example of each of the following:(a) an injective mapping from A to B(b) a mapping from A to B which is not injective(c) a mapping from B to A. |
|
Answer» Given, A = {2, 3, 4}, B = {2, 5, 6, 7} (i) Let f: A → B denote a mapping f = {(x, y): y = x + 3} or f = {(2, 5), (3, 6), (4, 7)}, which is an injective mapping. (ii) Let g: A → B denote a mapping such that g = {(2, 2), (3, 2), (4, 5)}, which is not an injective mapping. (iii) Let h: B → A denote a mapping such that h = {(2, 2), (5, 3), (6, 4), (7, 4)}, which is one of the mapping from B to A. |
|
| 523. |
Find the domain of the function\(f(x)=\frac{x^2+2x+3}{x^2-5x+6}\) |
|
Answer» f is a rational function ∴ Domain of f = R – {x : x2 – 5x + 6 = 0} i. e., for function to be defined x2 – 5x + 6 ≠ 0 ⇒ x2 - 3x - 2x + 6 ≠ 0 ⇒ x (x – 3) – 2 (x – 3) ≠ 0 ⇒ (x – 3) (x – 2) ≠ 0 ∴ Domain = R – {2, 3} |
|
| 524. |
If functions f: A → B and g: B → A satisfy g o f = IA, then show that f is one-one and g is onto. |
|
Answer» Given, f: A → B and g: B → A satisfy g o f = IA It’s clearly seen that function ‘g’ is inverse of ‘f’. So, ‘f’ has to be one-one and onto. Hence, ‘g’ is also one-one and onto. |
|
| 525. |
Let n be a fixed positive integer. Define a relation R in Z as follows: ∀ a, b ∈ Z, aRb if and only if a – b is divisible by n. Show that R is an equivalance relation. |
|
Answer» Given ∀ a, b ∈ Z, aRb if and only if a – b is divisible by n. Now, for aRa ⇒ (a – a) is divisible by n, which is true for any integer a as ‘0’ is divisible by n. Thus, R is reflective. Now, aRb So, (a – b) is divisible by n. ⇒ – (b – a) is divisible by n. ⇒ (b – a) is divisible by n ⇒ bRa Thus, R is symmetric. Let aRb and bRc Then, (a – b) is divisible by n and (b – c) is divisible by n. So, (a – b) + (b – c) is divisible by n. ⇒ (a – c) is divisible by n. ⇒ aRc Thus, R is transitive. So, R is an equivalence relation. |
|
| 526. |
Give an example of a map(i) which is one-one but not onto(ii) which is not one-one but onto(iii) which is neither one-one nor onto. |
|
Answer» (i) Let f: N → N, be a mapping defined by f (x) = x2 For f (x1) = f (x2) Then, x12 = x22 x1 = x2 (Since x1 + x2 = 0 is not possible) Further ‘f’ is not onto, as for 1 ∈ N, there does not exist any x in N such that f (x) = 2x + 1. (ii) Let f: R → [0, ∞), be a mapping defined by f(x) = |x| Then, it’s clearly seen that f (x) is not one-one as f (2) = f (-2). But |x| ≥ 0, so range is [0, ∞]. Therefore, f (x) is onto. (iii) Let f: R → R, be a mapping defined by f (x) = x2 Then clearly f (x) is not one-one as f (1) = f (-1). Also range of f (x) is [0, ∞). Therefore, f (x) is neither one-one nor onto. |
|
| 527. |
Let A = [–1, 1]. Then, discuss whether the following functions defined on A are one-one, onto or bijective:(i) f(x) = x/2 (ii) g(x) = |x|(iii) h(x) = x|x| (iv) k(x) = x2 |
|
Answer» Given, A = [–1, 1] (i) f: [-1, 1] → [-1, 1], f (x) = x/2 Let f (x1) = f(x2) x1/ 2 = x2 So, f (x) is one-one. Also x ∈ [-1, 1] x/2 = f (x) = [-1/2, 1/2] Hence, the range is a subset of co-domain ‘A’ So, f (x) is not onto. Therefore, f (x) is not bijective. (ii) g (x) = |x| Let g (x1) = g (x2) |x1| = |x2| x1 = ± x2 So, g (x) is not one-one Also g (x) = |x| ≥ 0, for all real x Hence, the range is [0, 1], which is subset of co-domain ‘A’ So, f (x) is not onto. Therefore, f (x) is not bijective. (iii) h (x) = x|x| Let h (x1) = h (x2) x1|x1| = x2|x2| If x1, x2 > 0 x12 = x22 x12 – x22 = 0 (x1 – x2)(x1 + x2) = 0 x1 = x2 (as x1 + x2 ≠ 0) Similarly for x1, x2 < 0, we have x1 = x2 It’s clearly seen that for x1 and x2 of opposite sign, x1 ≠ x2. Hence, f (x) is one-one. For x ∈ [0, 1], f (x) = x2 ∈ [0, 1] For x < 0, f (x) = -x2 ∈ [-1, 0) Hence, the range is [-1, 1]. So, h (x) is onto. Therefore, h (x) is bijective. (iv) k (x) = x2 Let k (x1) = k (x2) x12 = x22 x1 = ± x2 Therefore, k (x) is not one-one. |
|
| 528. |
Let f: R → R be the function defined by f(x) = 1/(2 – cos x) ∀ x ∈ R. Then, find the range of f. |
|
Answer» Given, f(x) = 1/(2 – cos x) ∀ x ∈ R Let y = 1/(2 – cos x) 2y – ycos x = 1 cos x = (2y – 1)/ y cos x = 2 – 1/y Now, we know that -1 ≤ cos x ≤ 1 So, -1 ≤ 2 – 1/y ≤ 1 -3 ≤ – 1/y ≤ -1 1 ≤ – 1/y ≤ 3 1/3 ≤ y ≤ 1 Thus, the range of the given function is [1/3, 1]. |
|
| 529. |
Find the domain and the range of the real function f defined by f (x) = |x – 1|. |
|
Answer» The given real function is f (x) = |x – 1|. It is clear that |x – 1| is defined for all real numbers. ∴ Domain of f = R Also, for x ∈ R, |x – 1| assumes all real numbers. Hence, the range of f is the set of all non-negative real numbers. |
|
| 530. |
Find the domain and the range of the real function f defined by f (x) = √(x − 1) |
|
Answer» The given real function is f(x) = √( x− 1) It can be seen that √( x− 1) is defined for x ≥ 1. Therefore, the domain of f is the set of all real numbers greater than or equal to 1 i.e., the domain of f = [1, ∞). As x ≥ 1 ⇒ √(x – 1) ≥ 0 ⇒ √( x− 1) ≥ 0 Therefore, the range of f is the set of all real numbers greater than or equal to 0 i.e., the range of f = [0,∞). |
|
| 531. |
Let n (A) = m, and n (B) = n. Then the total number of non-empty relations that can be defined from A to B is(A) mn (B) nm – 1(C) mn – 1 (D) 2mn – 1 |
|
Answer» Answer is (D) We have, n(A) = m and n(B) = n n(A x B) = n(A). n(B) = mn Total number of relation from A to B = Number of subsets of A x B = 2mn So, total number of non-empty relations = 2mn – 1 |
|
| 532. |
In the given figure, l ∥ m, if s and t be transversals such that s is not parallel to t, find he values of x and y. |
|
Answer» Two parallel lines l and m be cut by a transversal lines s and t, forming angles. From the figure, we have, ∠1 = ∠3 = 50° … [∵Corresponding angles] And, ∠1 + x = 180° … [∵linear pair] = x° =180° – 50 = x° = 130° Now, ∠2 = ∠4 = 65° … [∵Corresponding angles] And, ∠2 + y = 180° … [∵linear pair] = 65 + y = 180° = y = 180 – 65 = y = 115° ∴The value of x =130° and y = 115° |
|
| 533. |
In Fig, Show that AB ∥ EF. |
|
Answer» We know that, ∠ACD = ∠ACE + ∠ECD ∠ACD = 35° + 22° ∠ACD = 57° = ∠BAC Thus, lines BA and CD are intersected by the line AC such that, ∠ACD = ∠BAC So, the alternate angles are equal Therefore, AB ∥ CD ……1 Now, ∠ECD + ∠CEF = 35° + 45° = 180° This, shows that sum of the angles of the interior angles on the same side of the transversal CE is 180° So, they are supplementary angles Therefore, EF ∥ CD …….2 From equation 1 and 2 We conclude that, AB ∥ EF |
|
| 534. |
In the given figure, If AB || CD, EF ⊥ CD and ∠GED = 126º, find ∠AGE, ∠GEF and ∠FGE. |
|
Answer» It is given that, AB || CD EF ⊥ CD ∠GED = 126º ∠GEF + ∠FED = 126º ∠GEF + 90º = 126º ∠GEF = 36º ∠AGE and ∠GED are alternate interior angles. ∠AGE = ∠GED = 126º However, ∠AGE + ∠FGE = 180º (Linear pair) 126º + ∠FGE = 180º ∠FGE = 180º − 126º = 54º ∠AGE = 126º, ∠GEF = 36º, ∠FGE = 54º |
|
| 535. |
In the adjoining figure, it is given that CE ∥ BA, ∠BAC = 80° and ∠ECD = 35°.Find (i) ∠ACE, (ii) ∠ACB, (iii) ∠ABC. |
|
Answer» From the question, CE∥BA, ∠BAC = 80°, ∠ECD = 35°. Now, (i) ∠BAC = ∠ACE = 80° … [∵ Alternate angles] (ii) ∠ACB, = ∠ACB + ∠ACD = 180° … [∵ Linear pair] = ∠ACB + ∠ACE + ∠ECD = 180° = ∠ACB + 80 + 35 = 180 = ∠ACB + 125 = 180 = ∠ACB = 180 – 115 = ∠ACB = 65° (iii) ∠ABC Let us consider Δ ABC, ∠ABC + ∠ ACB + ∠BAC = 180° = ∠ABC + 65 + 80 = 180 = ∠ABC + 145 = 180 = ∠ABC = 180 – 145 = ∠ABC = 35° |
|
| 536. |
In Fig., if AB ∥ CD and CD ∥ EF, find ∠ACE |
|
Answer» Given that, AB ∥ CD and CD ∥ EF Sum of the interior angles, ∠CEF + ∠ECD = 180° 130° + ∠ECD = 180° ∠ECD = 180° – 130° ∠ECD = 50° We know that alternate angles are equal ∠BAC = ∠ACD ∠BAC = ∠ECD + ∠ACE ∠ACE = 70° – 50° ∠ACE = 20° Therefore, ∠ACE = 20° |
|
| 537. |
In the given figure AB//CD; EF ⊥ CD and ∠GED = 126°, find ∠AGE, ∠GEF and ∠FGE. |
|
Answer» Given that EF ⊥ CD; ∠GED = 126° i. e., ∠FED = 90° and ∠GEF = ∠GED – ∠FED ∠GEF = 126° – 90° = 36° In ∆GFE ∠GEF + ∠FGE + ∠EFG = 180° 36 + ∠FGE + 90° = 180 ∠FGE = 180° – 126° = 54° ∠AGE = ∠GFE + ∠GEF (exterior angle in ∆GFE) = 90°+ 36°= 126° |
|
| 538. |
संख्या `17 xx 5 xx 11 xx 3 xx 2 + 2 xx 11` एक ..... संख्या है - [U.P. Board-2019]A. अभाज्यB. भाज्यC. बता नहीं सकतेD. इनमे से कोई नहीं |
|
Answer» Correct Answer - B |
|
| 539. |
संख्या `29/(2^3 xx 5^2)` का दशमलव प्रसार है -A. असांत आवर्तीB. सांतC. दोनोंD. इनमे से कोई नहीं |
|
Answer» Correct Answer - B |
|
| 540. |
In figure, state which lines are parallel and why? |
|
Answer» We know, If a transversal intersects two lines such that a pair of alternate interior angles are equal, then the two lines are parallel From figure: ∠EDC = ∠DCA = 100° Lines DE and AC are intersected by a transversal DC such that the pair of alternate angles are equal. So, DE || AC. |
|
| 541. |
In figure, if AB || CD and CD || EF, find ∠ACE. |
|
Answer» Given: CD || EF ∠FEC + ∠ECD = 180° [Sum of co-interior angles is supplementary to each other] ∠ECD = 180° – 130° = 50° Also, BA || CD ∠BAC = ∠ACD = 70° [Alternative angles of parallel lines are equal] But, ∠ACE + ∠ECD = 70° ∠ACE = 70° - 50° = 20° |
|
| 542. |
संख्या `7 xx 11 xx 13+13` एक ..... संख्या है -A. अभाज्यB. भाज्यC. बता नहीं सकतेD. इनमे से कोई नहीं |
|
Answer» Correct Answer - B |
|
| 543. |
When a table gives two types of information, then it is called (a) Simple Table (b) Two-dimensional series (c) Three-dimensional series (d) Multi-attribute Table |
|
Answer» (b) Two-dimensional series |
|
| 544. |
What do you understand by artificial base line? |
|
Answer» Artificial base line is a method of magnifying the small fluctuations in a time series. There are certain instances where the dependent variables have got very small differences in values and the smallest value is very far distant from the origin. Under these circumstances, if we start our scale from zero on the Y-axis, the plotted values will show a straight line. In order to present such values, we use the technique of ‘artificial base line’. |
|
| 545. |
What is the meaning of rectangular diagram? |
|
Answer» These are the two-dimensional diagrams. Only one extension (height/length) is considered in one-dimensional diagrams, while two-dimensional diagrams are constructed considering two extensions: height and width. The areas of two dimensional diagrams are in proportion to item- values, hence these are also called surface or area diagrams. |
|
| 546. |
An appropriate diagram of displaying data related to the number of allopathic and homoeopathic physicians registered in six different regions (a) Line Graph (b) Square Diagram (c) Pie Diagram (d) Double Bar Diagram |
|
Answer» (d) Double Bar Diagram |
|
| 547. |
Describe the merits of graphical presentation. |
|
Answer» The following are the merits of Graphical Presentation: 1. Diagrammatic presentation implies presenting data-items in simple and easy manner. 2. The statistical numbers shown by diagrammatic presentation are kept in mind for a longer period of time. 3. It is a very attractive and effective means. 4. Various facts can be compared using diagrams. 5. Pictures, besides providing information about data items, also entertain us. 6. This helps in calculating the averages like median, mode and quartiles. 7. The relationship of correlation between two variables is also gained with its help. 8. Special knowledge or training is not required to understand it. |
|
| 548. |
This is not a two-dimensional diagram: (a) Bar diagram (b) Square diagram (c) Rectangular diagram (d) Circular diagram |
|
Answer» Correct Answer is: (a) Bar diagram |
|
| 549. |
Mention any three ways of presenting data. |
|
Answer» Following are three ways of presenting data : 1. Subjective or Descriptive Presentation 2. Tabulation 3. Diagrammatic Representation of Data items |
|
| 550. |
Range of an ungrouped data is 55 and it is divided into 6 classes. Then, what is the class length?(a) 10(b) 9(c) 9.17(d) 10.17 |
|
Answer» Correct option is (a) 10 |
|