Skip to main content

Permutation and Combination (Exercise 1.3)

  1. A boy puts his hand into a bag which contains 10 differently coloured marbles and brings out 3. How many different results are possible?
  2. Solution 3 marbles can be choosen from 10 marbles in,
                    C(10, 3) = 10 ! 7 ! .3 ! = 10 9 8 3 2 1 = 120 ways.  


  3. Find the number of ways in which a student can select 5 courses out of 8 courses. If 3 courses are compulsory, in how many ways can the selections be made?

  4. Solution: The student can be select 5 courses out of 8 courses in,
                    C(8, 5) =
    8 ! ( 8 5 ) ! 5 ! = 8 7 6 5 ! 3 2 1 5 ! = 56 ways.
    Out of 8 courses 3 courses are compulsory therefore there is selection = 5 - 3 = 2 courses out of if 8 - 3 = 5 courses is C(5, 2)
    5 ! ( 5 2 ) ! .12 ! = 5 4 3 2 1 3 2 1 2 1 = 10 ways.


  5. From 10 persons in how many ways can a selection of 4 be made,
    1. When one particular person is always included?
    2. When two particular persons are always excluded?
  6. Solution:
    1. When one particular person is included, 3 persons have to be selected from remaining 9 persons.
      This can be selected in, C(9, 3) =
    2. 9 ! 6 ! .3 ! = 9 8 7 3 2 1 = 84 ways.
    3. When two particular persons always excluded, 4 persons have to be selected from remaining 8 persons. This can be selected in,
      C(8, 4) = 8 ! 4 ! .4 ! = 8 7 6 5 4 3 2 = 70 ways.


  7. A bag contains 8 white balls and 5 blue balls. In how many ways can 5 white balls and 3 blue balls be drawn?
  8. Solution: 5 white balls can be drawn from 8 white balls in C(8, 5) different ways,
    3 blue balls can be drawn from 5 blue balls in C(5, 3) different ways.
    Therefore, total number of selection (drawn) is,
    C(8,5)*C(5,3) = 8 ! ( 8 5 ) ! .5 ! * 5 ! ( 5 3 ) ! .3 ! = 56 * 10 = 560 ways.

    More Questions
    This site is in under development process. We will be back quickly. Any further quiries please message us:Click here

Comments

Popular posts from this blog

Physics: Simple Harmonic Motion - SHM

Simple Harmonic Motion(SHM) What is Periodic motion? The motion which repeats itself after equal intervals of time is called periodic motion . For example: the motion of planets and satellites, vibration of springs, motion of pendulum, motion of different hands in watch etc. What is Simple Harmonic Motion? The periodic motion in which particle moves to and fro (back and forth) such that the acceleration of the particle is directly proportional to the displacement from mean position and directed towards the mean position is called simple harmonic motion. i.e. for SHM, a ∝ y ( where y is the displacement from mean position) or, a = −ky ..........................(i) (Where, k is proportionality constant. Negative sign shows that the acceleration opposes the displacement from mean position.) SHM in terms of uniform circular motion(Characteristics of SHM): Equation of SHM: Consider a particle moving in a circular orbit having centre at O and radius r with uniform angular velocity ω. Let P...

Acoustic Phenomena || Physics Grade XII

Acoustic Phenomena: The branch of physics which deals with the process of production, transmission and reception of sound  is called acoustics. Pressure Amplitude:  Sound wave is a longitudinal wave. It propagates in a medium in the form of compression and  rarefaction i.e. variation in pressure takes place in the medium during the propagation of sound. So,  sound wave or longitudinal wave is also called a pressure wave. The maximum change in pressure in  the medium during the propagation of longitudinal wave is called pressure amplitude. Expression for Pressure amplitude: Consider a wave propagating through air along positive x-direction. The displacement of the vibrating layer of air can be expressed as; y = asin(𝜔𝑡 − 𝑘𝑥) ……………………….( 1) (where a = displacement amplitude, 𝜔 = angular frequency and k = wave vector or propagation constant.) Consider an infinitely small cylindrical vibrating layer of air of length ∆𝑥 and cross-section area ‘A’. Let the left...