Logo
Home      Q&A_X-Maths-Prob4

Quick Links
 
 e-notes (Help Material)
Self Evaluation Tests 
CBSE Science MCQ 

Class-X (Mathematics)

1.         sinø - 2 sin3ø
            --------------------  =  tanø
            2 cos3ø - cosø
 


2. Solve by completing the squares: a2x2 - 3abx + 2b2 = 0
     Divide whole equation by a2 
      x2 - 3(b/a)x + 2b2/a2 = 0
      Adding and subtracting (-3b/2a)2 
     (a2x2 - 3(b/a)x + 9b2/4a2) - 9b2/4a2 + 2b2/a2 = 0
     [x - 3b/2a)]2 - b2/4a2 = 0
    (x - 3b/2a + b/2a)(x - 3b/2a - b/2a) = 0      [Using a2 - b2 = (a + b)(a - b)]
     (x - b/a)(x - 2b/a) = 0
      x = b/a  OR x = 2b/a  Ans.
3. What is the sum of all integers between 100 & 1000 which are neither divisible by 2 nor 5?
HINT 
Let S1 = 101 + 102 + 103 + .... + 999
       S2 = 102 + 104 + 106 + .... + 998
       S3 = 105 + 110 + 115 + .... + 995
       S4 = 110 + 120 + 130 + .... + 990 (Terms divisible by lcm of 2 and 5 i.e. 10)
 
Now, sum of numbers divisible by 2 or 5, Sd = S2 + S3 - S4
To find S2, Put 998 as nth term
an = a + (n - 1)d = 998           =>  102 +(n - 1)2 = 998    => n = 449
Similarly, find number of terms in S1, S3 and S4 to obtain n = 899, 179, 89 respectively.
Then, find S1, S2, S3 and S4 using the formula Sn = n/2 (a + l)
and obtain the values as 494450, 246950, 98450 and 48950 respectively.
 
Now, sum of numbers divisible by 2 or 5, Sd = S2 + S3 - S4
                                                                                 = 296450
 
Sum of numbers neither divisible by 2 nor by 5 = S1 - Sd
                                                                                     = 494450 - 296450
                                                                                     = 198000  Ans