Self Studies
Selfstudy
Selfstudy

Engineering Mathematics Test 10

Result Self Studies

Engineering Mathematics Test 10
  • Score

    -

    out of -
  • Rank

    -

    out of -
TIME Taken - -
Self Studies

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

Self Studies Self Studies
Weekly Quiz Competition
  • Question 1
    1 / -0
    An urn contains 5 red ball and 5 black balls. In the first draw, one ball is picked at random and discarded without noticing its colour. The probability to get a red ball in the second draw is
    Solution

    Urn contains 5 red balls, 5 black balls.

    One ball is picked at random.

    Case (i): The first ball is red ball

    Probability to get a red ball in the second draw is

    \({P_1} = \frac{5}{{10}} \times \frac{4}{9} = \frac{2}{9}\) 

    Case (ii): The first ball is black ball

    Probability to get a red ball in the second draw is

    \({P_2} = \frac{5}{{10}} \times \frac{5}{9} = \frac{5}{{18}}\) 

    Required probability (P) \(= {P_1} + {P_2} = \frac{2}{9} + \frac{5}{{18}} = \frac{1}{2}\)

  • Question 2
    1 / -0
    5 cards are drawn from a pack of 52. What is the probability these five will contain just one ace?
    Solution

    Explanation:

    Total number of cases for selecting 5 cards out of 52 = 52C5

     One ace can be drawn out of 4 aces is 4C1 ways. The remaining 4 can be drawn out of the remaining 48 cards is 48C4 ways.

    ∴ Favorable number of cases when the five cards drawn contain just one ace = 48C4 × 4C1

    Now,

    \(Required\;probability\; = \frac{{\;Favourable\;cases}}{{Total\;cases}}\)

    ∴ Required probability \( = \frac{{\;{\;^4}{C_1}\; \times \;{^{48}}{C_1}}}{{\;{\;^{52}}{C_5}}}\)

  • Question 3
    1 / -0

    If A, B and C are any 3 events such that \(P\left( A \right) = P\left( B \right) = P\left( C \right) = \frac{1}{4}\)

    \(P\left( {A \cap B} \right) = P\left( {B \cap C} \right) = 0;\;\;P\left( {C \cap A} \right) = \frac{1}{8}\)

    Find the probability that at least one of the events A, B and C occurs.

    Solution

    Explanation:

    P(at least one of A, B and C occurs)

    = P(A ∪ B ∪ C)

    P(A ∪ B ∪ C) = P(A) + P(B) + P(C) – P(A ∩ B) – P(B ∩ C) – P(C ∩ A) + P(A ∩ B ∩ C)       ---(1)

    Since P(A ∩ B) = P(B ∩ C) = 0;

    P(A ∩ B ∩ C) = 0 equation (1) Becomes

    \(P\left( {A \cup B \cup C} \right) = \frac{3}{4} - 0 - 0 - \frac{1}{8}\)

    \(\therefore P\left( {A \cup B \cup C} \right) = \frac{5}{8}\)

  • Question 4
    1 / -0
    If A and B are two events such that P(A⋃B) = 5/6, P(A⋂B) = 1/3, P(B) = ½, then the events A and B are
    Solution

    Explanation:

    P (A⋃B) = P (A) + P (B) – P (A⋂B)

    \(\begin{array}{l} \therefore \frac{5}{6} = P\left( A \right) + \frac{1}{2}-\frac{1}{3}\\ \Rightarrow P\left( A \right) = \frac{5}{6}-\frac{1}{2} + \frac{1}{3}\\ = \frac{{5-3 + 2}}{6} \end{array}\)

    = 4/6

    = 2/3

    We have, P(A).P(B) = P(A⋂B), for independent events.

    P(A).P(B) = (2/3) × (1/2) = 1/3

    This is equal to P(A⋂B).

    Thus events A and B are independent events.

    [Note that, for mutually exclusive events, P (A⋂B) = 0. Also, for mutually exhaustive events, P (A⋃B) = 1. Both of these conditions are not true here.]
  • Question 5
    1 / -0

    A speaks truth 3 out of 4 times. There is a chance that match can be won, drawn or lost but A reported that Shyam has won the match. Find the probability that his report was correct.

    Solution

    Explanation:

    Let, T: A speaks truth ⇒ P(T) = ¾

    T̅ : A lies ⇒ P(T̅) = 1 - P(T) = ¼

    Let, B: Shyam won the match.

    There are three cases for matches. It can be won, drawn or lost.

    The probability of winning a match, P (B/T) = 1/3

    The probability of not winning a match, P(B,T̅) = 2/3

    Using Baye’s theorem:

    \(P\left( {\frac{T}{B}} \right) = \frac{{P\left( T \right).P\left( {\frac{B}{T}} \right)}}{{P\left( T \right).P\left( {\frac{B}{T}} \right) + P\left( {\bar T} \right).P\left( {\frac{B}{{\bar T}}} \right)}} \)

    \(P(\frac{T}{B}) = \frac{{\frac{3}{4} \times \frac{1}{3}}}{{\frac{3}{4} \times \frac{1}{3} + \frac{1}{4} \times \frac{2}{3}}} = \frac{3}{5} = 0.6\)

  • Question 6
    1 / -0
    A system throws 1, 3, and 5 errors for different applications in a day with an associated probability of \(\frac{1}{2},\frac{1}{3}\;and\;\frac{1}{6}\) of respectively. Find the mean and the variance of the errors thrown by a system in a day?
    Solution

    Explanation:

    x

    1

    3

    5

    p(x)

    1/2

    1/3

    1/6

    xipi

    1/2

    1

    5/6

    xi2pi

    1/2

    3

    25/6


    \(Mean = \mu = \left( {\mathop \sum \limits_{i = 1}^n {x_i}{p_i}} \right) = \frac{1}{2} + 1 + \frac{5}{6} = \frac{7}{3}\)

    \(\left( {\mathop \sum \limits_{i = 1}^n x_i^2{p_i}} \right) = \frac{1}{2} + 3 + \frac{{25}}{6} = \frac{{23}}{3}\)

    \(var\left( X \right) = {\sigma ^2} = \;\mathop \sum \limits_{i = 1}^n x_i^2{p_i} - {\left( {\mathop \sum \limits_{i = 1}^n {x_i}{p_i}} \right)^2}\)

    \(var\left( X \right) = {\sigma ^2} = \frac{{23}}{3}\; - {\left( {\frac{7}{3}} \right)^2}\)

    \(var\left( X \right) = \frac{{20}}{9}\)

  • Question 7
    1 / -0
    A bolt is manufactured by 3 machines A, B and C. A turns out twice as many items as B, and machines B and C produce equal number of items. 2% of bolts produced by A and B are defective and 4% of bolts produced by C are defective. All bolts are put into 1 stock pile and 1 is chosen from the pile. What is the probability that it is defective?
    Solution

    Explanation:

    Let A = the event in which the item has been produced by machine A.

    B = the event in which the item has been produced by machine B.

    C = the event in which the item has been produced by machine C.

    Let D = the event of the item being defective

    \(P\left( A \right) = \frac{1}{2},\;P\left( B \right) = P\left( C \right) = \frac{1}{4}\)

    P(D/A) = (an item is defective, given that A has produced it)

    \({\rm{P}}\left( {\frac{{\rm{D}}}{{\rm{A}}}} \right){\rm{\;}} = \frac{2}{{100}} = P\left( {\frac{D}{B}} \right)\)

    \(P\left( {\frac{D}{C}} \right) = \frac{4}{{100}}\)

    By theorem of total probability,

    \(P\left( D \right) = P\left( A \right) \times P\left( {\frac{D}{A}} \right) + P\left( B \right) \times P\left( {\frac{D}{B}} \right) + P\left( C \right) \times P\left( {\frac{D}{C}} \right)\)

    \(P\left( D \right) = \frac{1}{2} \times \frac{2}{{100}} + \frac{1}{4} \times \frac{2}{{100}} + \frac{1}{4} \times \frac{4}{{100}}\)

    \(\therefore P\left( D \right) = \frac{1}{{40}}\)

    P (D) = 0.025

  • Question 8
    1 / -0
    A unbiased coin is tossed three times and the outcome of the 1st toss is head. The probability that a total of exactly two heads occur is ______
    Solution

    Concept:

    Let A and B be any two events associated with a random experiment. Then, the probability of occurrence of an event A under the condition that B has already occurred such that P(B) ≠ 0, is called the conditional probability and denoted by P(A | B)

    i.e \(P\;\left( {A|\;B} \right) = \frac{{P\;\left( {A\; ∩ B} \right)}}{{P\left( B \right)}}\)

    Similarly, \(P\left( {B\;|\;A} \right) = \frac{{P\left( {A\; ∩ B} \right)}}{{P\left( A \right)}},\;where\;P\left( A \right) \ne 0\)

    Calculation:

    Method I:

    Original sample space = [HHH, HHT, HTH, TTT, TTH, THT, HTT, THH] = 8 events

    Reduced sample space = [HHH, HHT, HTH, HTT]

    After assuming first head = 4 events

    Favourable cases = [HHT or HTH] = 2 events

    Required probability \(= \frac{{Favourable\;cases}}{{Reduced\;sample\;space}} = \frac{2}{4} = \frac{1}{2}\) 

    Tips and Tricks:

    The first toss outcome is head and it is given as a condition and hence the probability of first head becomes 1 as it is a sure event.

    Since the first outcome is head, the probability that exactly two heads occur is P[HHT] or P[HTH] \(= 1 \times \frac{1}{2} \times \frac{1}{2} + 1 \times \frac{1}{2} \times \frac{1}{2} = \frac{1}{2}\) 

  • Question 9
    1 / -0

    If a discrete random variable X has the following probability distribution

    X

    2

    -1

    p(x)

    \(\frac{1}{3}\)

    \(\frac{2}{3}\)


    Evaluate the Standard deviation

    Solution

    Concept:

    \(S.D = \sqrt {E\left( {{X^2}} \right) - {{\left\{ {E\left( X \right)} \right\}}^2}} \)

    Calculation:

    \(E\left( X \right) = 2\left( {\frac{1}{3}} \right) + \left( { - 1} \right)\left( {\frac{2}{3}} \right)\)

    E(X) = 0

    Now,

    \(E\left( {{X^2}} \right) = \sum x_i^2P\left( {{x_i}} \right)\)

    \(E\left( {{X^2}} \right) = {2^2}\left( {\frac{1}{3}} \right) + {\left( { - 1} \right)^2}\left( {\frac{2}{3}} \right)\)

    E(X2) = 2

    We know that,

    \(S.D\;\left( \sigma \right) = \sqrt {E\left( {{X^2}} \right) - {{\left\{ {E\left( X \right)} \right\}}^2}} \) 

    \(\therefore S.D\;\left( \sigma \right) = \sqrt {{2^2} - 2} \)

    σ = √2 = 1.414

  • Question 10
    1 / -0

    Consider the following probability mass function (p.m.f.) of a random variable X:

    \(p\left( {x,q} \right) = \left\{ {\begin{array}{*{20}{c}} q\\ {1 - q}\\ 0 \end{array}} \right.\begin{array}{*{20}{c}} {if\;X = 0}\\ {if\;X = 1}\\ {otherwise} \end{array}\)

    If q = 0.4, the variance of X is___________.

    Solution

    Concept:

    Mean:

    Let X is a discrete random variable having the possible values x1, x2, ……xn

    If P(X = xi) = f(xi), where i = 1, 2……n, then

    E(X) = mean = x1 f(x1) + x2 f(x2)+ …….xn f(xn)

    \({\rm{i}}.{\rm{e\;E}}\left( {\rm{x}} \right) = \mathop \sum \limits_{{\rm{i}} = 1}^{\rm{n}} {{\rm{X}}_{\rm{i}}}{\rm{\;f}}\left( {{{\rm{X}}_{\rm{i}}}} \right)\)

    \({\rm{E}}\left( {{{\rm{x}}^2}} \right) = \mathop \sum \limits_{{\rm{i}} = 1}^{\rm{n}} X_i^2{\rm{\;f}}\left( {{{\rm{X}}_{\rm{i}}}} \right)\)

    Variance:

    V(X) = E(X2) – E(X)2

    Calculation:

    Given q = 0.4

            X      

           0        

           1        

    p(X)

    0.4

    0.6

    Required value = V(X) = E(X2) – [E(X)]2

    \(\begin{array}{l} E\left( X \right) = \mathop \sum \limits_i {X_i}{p_i} = 0 \times 0.4 + 1 \times 0.6 = 0.6\\ E\left( {{X^2}} \right) = \mathop \sum \limits_i X_i^2{p_i} = {0^2} \times 0.4 + {1^2} \times 0.6 = 0.6\\ \therefore V\left( X \right) = E\left( {{X^2}} \right) - {\left[ {E\left( X \right)} \right]^2} = 0.6 - 0.36 = 0.24\; \end{array}\)

Self Studies
User
Question Analysis
  • Correct -

  • Wrong -

  • Skipped -

My Perfomance
  • Score

    -

    out of -
  • Rank

    -

    out of -
Re-Attempt Weekly Quiz Competition
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now