GSEB 2022 Mathematics Question Paper with Answer and Solution

57 QuestionsEnglishWith Solutions

MathematicsQ5157 of 57 questions

Page 2 of 2 · English

51
MathematicsEasyMCQGSEB · 2022
Value of the objective function $Z = -50x + 20y$ subject to the constraints $2x - y \geq -5$,$3x + y \geq 3$,$2x - 3y \leq 12$,$x \geq 0$,$y \geq 0$. The corner points of the feasible region are $(0, 5)$,$(0, 3)$,$(1, 0)$,and $(6, 0)$. At which point is the value of $Z$ minimum?
A
$(0, 3)$
B
$(6, 0)$
C
$(0, 5)$
D
$(1, 0)$

Solution

(B) To find the minimum value of the objective function $Z = -50x + 20y$,we evaluate $Z$ at each corner point of the feasible region:
$1$. At $(0, 5)$: $Z = -50(0) + 20(5) = 100$
$2$. At $(0, 3)$: $Z = -50(0) + 20(3) = 60$
$3$. At $(1, 0)$: $Z = -50(1) + 20(0) = -50$
$4$. At $(6, 0)$: $Z = -50(6) + 20(0) = -300$
Comparing the values $100, 60, -50$,and $-300$,the minimum value is $-300$,which occurs at the point $(6, 0)$.
52
MathematicsEasyMCQGSEB · 2022
The corner points of the feasible region determined by the system of linear constraints are $(2, 72)$,$(15, 20)$,and $(40, 15)$. Let $Z = 6x + 3y$ be the objective function. The minimum value of $Z$ occurs at:
A
$(15, 20)$
B
$(2, 72)$
C
$(40, 15)$
D
$(0, 11)$

Solution

(A) To find the minimum value of the objective function $Z = 6x + 3y$,we evaluate $Z$ at each corner point of the feasible region:
$1$. At point $(2, 72)$: $Z = 6(2) + 3(72) = 12 + 216 = 228$
$2$. At point $(15, 20)$: $Z = 6(15) + 3(20) = 90 + 60 = 150$
$3$. At point $(40, 15)$: $Z = 6(40) + 3(15) = 240 + 45 = 285$
Comparing the values $228$,$150$,and $285$,the minimum value is $150$,which occurs at the point $(15, 20)$.
53
MathematicsEasyMCQGSEB · 2022
The probability that a student is not a swimmer is $\frac{1}{5}$. Then,the probability that out of $5$ students,$4$ are swimmers is . . . . . . .
A
$^5C_4 \left(\frac{4}{5}\right)^4 \left(\frac{1}{5}\right)^1$
B
$\left(\frac{4}{5}\right)^4 \frac{1}{5}$
C
$5\left(\frac{4}{5}\right)^4$
D
None of these

Solution

(D) Let $p$ be the probability that a student is a swimmer and $q$ be the probability that a student is not a swimmer.
Given $q = \frac{1}{5}$,so $p = 1 - q = 1 - \frac{1}{5} = \frac{4}{5}$.
We need to find the probability that out of $n = 5$ students,$x = 4$ are swimmers.
Using the Binomial Distribution formula: $P(X = x) = ^nC_x \cdot p^x \cdot q^{n-x}$.
Substituting the values: $P(X = 4) = ^5C_4 \cdot \left(\frac{4}{5}\right)^4 \cdot \left(\frac{1}{5}\right)^{5-4}$.
$P(X = 4) = 5 \cdot \left(\frac{4}{5}\right)^4 \cdot \frac{1}{5} = \left(\frac{4}{5}\right)^4$.
Since this value is not explicitly listed in the options $A, B, C$,the correct choice is $D$.
54
MathematicsEasyMCQGSEB · 2022
If $A$ and $B$ are two events such that $A \subset B$ and $P(B) \neq 0$,then which of the following is correct?
A
$P(A \mid B) = \frac{P(B)}{P(A)}$
B
$P(A \mid B) < P(A)$
C
$P(A \mid B) \geq P(A)$
D
None of these

Solution

(C) Given that $A \subset B$,it implies that $A \cap B = A$.
By the definition of conditional probability,$P(A \mid B) = \frac{P(A \cap B)}{P(B)}$.
Substituting $A \cap B = A$,we get $P(A \mid B) = \frac{P(A)}{P(B)}$.
Since $A \subset B$,we have $P(A) \leq P(B)$,which implies $\frac{1}{P(B)} \leq \frac{1}{P(A)}$.
Multiplying both sides by $P(A)$ (assuming $P(A) > 0$),we get $\frac{P(A)}{P(B)} \leq 1$.
Also,since $P(B) \leq 1$,we have $\frac{P(A)}{P(B)} \geq P(A)$.
Thus,$P(A \mid B) \geq P(A)$.
55
MathematicsEasyMCQGSEB · 2022
For two events $A$ and $B$,$P(B) \neq 0$ and $P(A \mid B) = 1$,then which of the following is true?
A
$A = B$
B
$B \subset A$
C
$A \subset B$
D
$A = \phi$

Solution

(B) By the definition of conditional probability,$P(A \mid B) = \frac{P(A \cap B)}{P(B)}$.
Given $P(A \mid B) = 1$,we have $\frac{P(A \cap B)}{P(B)} = 1$,which implies $P(A \cap B) = P(B)$.
Since $A \cap B$ is a subset of $B$ $(A \cap B \subseteq B)$,and their probabilities are equal,it follows that all outcomes in $B$ must be contained within $A$.
Therefore,$B \subseteq A$ (or $B \subset A$ in the context of the given options).
56
MathematicsEasyMCQGSEB · 2022
For independent events $A$ and $B$,$P(A) = \frac{1}{3}$,$P(A \cup B) = \frac{2}{5}$,and $P(B) = p$. Find the value of $p$.
A
$\frac{1}{20}$
B
$\frac{2}{5}$
C
$\frac{1}{10}$
D
$\frac{1}{5}$

Solution

(C) Given that $A$ and $B$ are independent events,we have $P(A \cap B) = P(A) \cdot P(B)$.
We know the formula $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Substituting the given values: $\frac{2}{5} = \frac{1}{3} + p - (\frac{1}{3} \cdot p)$.
$\frac{2}{5} = \frac{1}{3} + p(1 - \frac{1}{3})$.
$\frac{2}{5} = \frac{1}{3} + p(\frac{2}{3})$.
Subtracting $\frac{1}{3}$ from both sides: $\frac{2}{5} - \frac{1}{3} = p(\frac{2}{3})$.
$\frac{6 - 5}{15} = p(\frac{2}{3})$.
$\frac{1}{15} = p(\frac{2}{3})$.
$p = \frac{1}{15} \cdot \frac{3}{2} = \frac{3}{30} = \frac{1}{10}$.
Thus,the correct option is $C$.
57
MathematicsEasyMCQGSEB · 2022
$3 P(A) = P(B) = \frac{5}{13}$ and $P(A \mid B) = \frac{3}{5}$,then $P(A \cup B) = $ . . . . . . .
A
$\frac{15}{39}$
B
$\frac{11}{39}$
C
$\frac{17}{39}$
D
$\frac{13}{39}$

Solution

(B) Given: $3 P(A) = \frac{5}{13} \implies P(A) = \frac{5}{39}$.
$P(B) = \frac{5}{13} = \frac{15}{39}$.
$P(A \mid B) = \frac{P(A \cap B)}{P(B)} = \frac{3}{5}$.
Therefore,$P(A \cap B) = P(A \mid B) \times P(B) = \frac{3}{5} \times \frac{5}{13} = \frac{3}{13} = \frac{9}{39}$.
We know that $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
$P(A \cup B) = \frac{5}{39} + \frac{15}{39} - \frac{9}{39} = \frac{11}{39}$.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real GSEB style covering Mathematics with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D Mathematics papers from 7.5L+ questions in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Run live GSEB mock exams with unlimited students, 360° analytics & white-label branding.

See Demo

Frequently Asked Questions

How many Mathematics questions are in GSEB 2022?

There are 57 Mathematics questions from the GSEB 2022 paper on Vedclass, each with a detailed step-by-step solution in English.

Are GSEB 2022 Mathematics solutions available in English?

Yes. All solutions on this page are in English. You can also switch to English or Hindi using the language buttons above the questions.

Can I practice GSEB 2022 Mathematics as a timed test?

Yes. Use the Vedclass Test Series to attempt a full GSEB mock test covering Mathematics with time limits and instant score analysis.

Can teachers create Mathematics papers from GSEB previous year questions?

Yes. The Vedclass Exam Paper Generator lets teachers mix GSEB Mathematics questions and generate Set A/B/C/D papers in minutes.

For Teachers & Institutes

Build a Custom Mathematics Paper

Pick GSEB 2022 Mathematics questions, set difficulty, and generate Set A/B/C/D in 2 minutes.