Upcoming-ExamsFinance-Account-AssistantFAA-MATHSFAA Mathematics — All 12 PYQs Solved & Tagged

✅ FAA MATHEMATICS — Every PYQ Solved

12 questions — 2024 Q81–Q90 (all ten) and 2022 Q32, Q37. Each is tagged by syllabus topic and worked step by step. Companion: Maths-Analysis-and-Mapping

The answer keys in the paper files are AI-generated, not official JKSSB keys.

I re-solved all 12 from scratch. Eleven agree with the key. Q89 does not — the paper has no correct option (see below).


2024 PAPER — Q81 to Q90

Q81 · Topic (i) — Simple / Compound Interest

The interest on ₹54,000 loan for nine months at 8% interest per year is A) 1340 · B) 2430 · C) 3240 · D) 4230

Answer: C

SI=P×R×T100=54000×8×912100SI = \frac{P \times R \times T}{100} = \frac{54000 \times 8 \times \frac{9}{12}}{100} =54000×0.08×0.75=3240= 54000 \times 0.08 \times 0.75 = \mathbf{3240} ⚠️ The trap is the 9 months. Time must be in years → 9/12 = 0.75. Forgetting this gives 4320 (a full year), which is close to the decoy D) 4230.

Q82 · Topic (ii) — Linear Equations in Two Variables

Tom ordered 2 hamburgers + 1 soft drink = ₹70. Jerry ordered 1 hamburger + 2 soft drinks = ₹50. Cost of one of each? A) H 10, D 30 · B) H 30, D 10 · C) H 15, D 25 · D) H 25, D 15

Answer: B

Let hamburger = h, soft drink = s: 2h+s=70h+2s=502h + s = 70 \qquad h + 2s = 50 Multiply the first by 2: 4h+2s=1404h + 2s = 140. Subtract the second: 3h=90h=30s=7060=103h = 90 \Rightarrow h = 30 \Rightarrow s = 70 - 60 = 10Faster on exam day: just test the options. B gives 2(30)+10 = 70 ✓ and 30+2(10) = 50 ✓. Substitution beats elimination when four options are handed to you.

Q83 · Topic (iii) — Permutations / Combinations & Binomial Theorem

Which statements are correct? a. Arrangements of "PEPPER" = 60 · b. Committee of 3 from 20 = C(20,3) · c. (2+x)³ = 8+6x+12x²+x³ · d. 3 boys and 3 girls in a row = 360 A) c and d · B) b and c · C) a and b · D) d and a

Answer: C

  • a ✅ PEPPER has 6 letters: P×3, E×2, R×1 → 6!3!2!=72012=60\frac{6!}{3!\,2!} = \frac{720}{12} = \mathbf{60}
  • b ✅ Order doesn't matter → a combination, (203)=1140\binom{20}{3} = 1140
  • c ❌ (2+x)3=8+12x+6x2+x3(2+x)^3 = 8 + 12x + 6x^2 + x^3. The statement swaps the 6 and the 12
  • d ❌ 6 people in a row = 6!=7206! = \mathbf{720}, not 360. (360 would be the answer if boys and girls had to alternate: 2 × 3! × 3!)
Q84 · Topic (iv) — Limits & Derivatives

Which statements are correct? a. lim(x²−1)/(x−1) at x→1 is 0 · b. f(x)=1/x ⇒ f′(x)=1/x² · c. lim(eˣ−1)/x at x→0 is 1 · d. derivative = lim(h→0)[f(x+h)−f(x)]/h A) b and c · B) a and b · C) d and a · D) c and d

Answer: D

  • a ❌ x21x1=(x1)(x+1)x1=x+12\frac{x^2-1}{x-1} = \frac{(x-1)(x+1)}{x-1} = x+1 \to \mathbf{2}, not 0
  • b ❌ ddx(x1)=x2=1x2\frac{d}{dx}\left(x^{-1}\right) = -x^{-2} = \mathbf{-\frac{1}{x^2}} — the statement drops the minus sign
  • c ✅ limx0ex1x=1\lim_{x\to0}\frac{e^x-1}{x} = 1 — a standard limit worth memorising
  • d ✅ The first-principles definition of the derivative
Q85 · Topic (v) — Set Theory

A = {x ∈ ℝ : |x| < 1}, B = {x ∈ ℝ : |x−1| ≥ 1}, and A ∪ B = ℝ \ D. Find D. A) {x : 1 ≤ x < 2} · B) {x : 1 < x ≤ 2} · C) {x : 0 ≤ x ≤ 2} · D) {x : 1 ≤ x ≤ 2}

Answer: A

Step 1 — unpack the modulus sets: A: |x| &lt; 1 \Rightarrow -1 &lt; x &lt; 1 B:x11x11 or x11x2 or x0B: |x-1| \ge 1 \Rightarrow x-1 \ge 1 \text{ or } x-1 \le -1 \Rightarrow x \ge 2 \text{ or } x \le 0 Step 2 — union: AB=(,0](1,1)[2,)=(,1)[2,)A \cup B = (-\infty, 0] \cup (-1, 1) \cup [2, \infty) = (-\infty, 1) \cup [2, \infty) Step 3 — D is what is left out: D = \mathbb{R} \setminus (A \cup B) = [1, 2) = \mathbf{\{x : 1 \le x &lt; 2\}} ⚠️ The whole question turns on the brackets. 1 is included (A stops just before 1); 2 is not (B starts at 2). Options A and D differ only there.

Q86 · Topic (vi) — Relations and Functions

Match the relations to their properties. A) a-1,b-2,c-3,d-5 · B) a-2,b-1,c-5,d-4 · C) a-3,b-4,c-1,d-2 · D) a-4, b-5, c-1, d-2

Answer: D

  • b → 5 x2+y2=25x^2+y^2=25 is a circle; one x gives two y values → not a function
  • c → 1 y=2x+1y = 2x+1, so FF(x)=2(2x+1)+1=4x+3F \circ F(x) = 2(2x+1)+1 = \mathbf{4x+3}
  • d → 2 y=x2y = x^2 is increasing on (0, ∞) but not on ℝ
  • a → 4 by elimination ⚠️ Paper error in pair (a). x2+y=2x^2 + y = 2 means y=2x2y = 2 - x^2, whose range is (−∞, 2]not the [−2, ∞) in statement 4. That is the range of y=x22y = x^2 - 2, almost certainly what was intended. D is still correct, because b, c and d are all certain.
Q87 · Topic (vii) — Matrices & Determinants

Match each matrix to its determinant. A) a-3, b-1, c-4, d-5 · B) a-3,b-2,c-5,d-1 · C) a-4,b-1,c-2,d-5 · D) a-1,b-2,c-3,d-4

Answer: A

MatrixRuleDet
aSquare matrix with two identical rows⭐ identical rows ⇒ determinant is 00 (3)
b3×3 identity matrix⭐ det(I) = 11 (1)
c3×3 diagonal, entries 1, 2, 3⭐ diagonal ⇒ product of the diagonal6 (4)
ddet(P)=2, det(Q)=4, find det(PQᵀ)⭐ det(AB)=det(A)det(B) and det(Qᵀ)=det(Q)8 (5)
Five determinant rules in one question — all pure recall. This is the highest-value single thing to memorise in the maths section.
Q88 · Topic (viii) — Probability

Arrange in increasing order of probability: a. a diamond from 52 cards · b. a King from 52 cards · c. rolling a number between 1 and 6 on a die · d. heads on a fair coin A) a,b,d,c · B) c,a,d,b · C) b, a, d, c · D) d,a,c,b

Answer: C

EventProbabilityValue
b King4/52 = 1/130.077
a Diamond13/52 = 1/40.250
d Heads1/20.500
c A number 1–6 on a die6/61.000 (certain)
Increasing → b, a, d, c
The key insight is c. "A number between 1 and 6" on a six-sided die is a certain event, probability 1 — so it must be last. That alone eliminates A, B and D.
This same topic is worth another mark in the Statistics section — see Notes-Statistics.md Topic (vi).
Q89 · Topic (ix) — Coordinate & 3-D Geometry — ⚠️ NO CORRECT OPTION

Area of the triangle with A(1,2,3), B(3,2,1), C(2,4,5) A) √20 · B) √23 · C) √26 · D) √29

Correct working gives √17 — which is not on the list

AB=(2,0,2)AC=(1,2,2)\vec{AB} = (2, 0, -2) \qquad \vec{AC} = (1, 2, 2) AB×AC=(02(2)2,  (2)122,  2201)=(4,6,4)\vec{AB} \times \vec{AC} = (0\cdot2 - (-2)\cdot2,\; (-2)\cdot1 - 2\cdot2,\; 2\cdot2 - 0\cdot1) = (4, -6, 4) AB×AC=16+36+16=68|\vec{AB} \times \vec{AC}| = \sqrt{16+36+16} = \sqrt{68} Area=1268=174.123\text{Area} = \tfrac{1}{2}\sqrt{68} = \sqrt{17} \approx \mathbf{4.123} Options are 4.472, 4.796, 5.099, 5.385 — none is √17. The key in 2024-paper.md says "D) √29" but admits it is "as per matching patterns … approximations" — it was guessed. ⭐ Learn the method, not this answer: Area = ½ |AB × AC|. If this shape appears in 2026, compute it and take the nearest option.

Q90 · Topic (x) — Vectors

The unit vector having the opposite direction of the vector (1, −1) is A) (1/√2)(1,−1) · B) (−1/√2)(1,−1) · C) (−1, 1) · D) (1, −1)

Answer: B

(1,1)=12+(1)2=2|(1,-1)| = \sqrt{1^2 + (-1)^2} = \sqrt{2} a^=(1,1)2opposite=a^=12(1,1)\hat{a} = \frac{(1,-1)}{\sqrt{2}} \quad\Rightarrow\quad \text{opposite} = -\hat{a} = \mathbf{\frac{-1}{\sqrt{2}}(1,-1)} ⚠️ C is the trap. (−1, 1) does point the opposite way, but its magnitude is √2 — it is not a unit vector. The question asks for a unit vector, so it must be divided by √2.


2022 PAPER — the only two maths questions

Q32 · Topic (v) — Set Theory

A = {1,2,3,4}, B = {3,4,5,6,7}. Find the symmetric difference. A) {1,2,3,4,5,6,7} · B) {5,6,7} · C) {1,2,3,4} · D) {1,2,5,6,7}

Answer: D

AB=(AB)(AB)A \triangle B = (A \cup B) \setminus (A \cap B) AB={1,2,3,4,5,6,7},AB={3,4}A \cup B = \{1,2,3,4,5,6,7\}, \qquad A \cap B = \{3,4\} AB={1,2,5,6,7}A \triangle B = \{1, 2, 5, 6, 7\}In words: everything in exactly one of the two sets — throw away the overlap. Equivalent form: (AB)(BA)={1,2}{5,6,7}(A \setminus B) \cup (B \setminus A) = \{1,2\} \cup \{5,6,7\}

Q37 · Topic (ix) — Coordinate Geometry

Length of the line segment from A(2,2) to B(9,11) A) 9.4 · B) 11.4 · C) 13.4 · D) 15.4

Answer: B

d=(x2x1)2+(y2y1)2=(92)2+(112)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} = \sqrt{(9-2)^2 + (11-2)^2} =49+81=13011.40= \sqrt{49 + 81} = \sqrt{130} \approx \mathbf{11.40}Estimating beats computing. √121 = 11 and √144 = 12, so √130 sits just above 11 — only B is in range.


📋 ANSWER KEY

QTopicAnsQTopicAns
81(i) InterestC86(vi) Relations & FunctionsD
82(ii) Linear equationsB87(vii) Matrices & DeterminantsA
83(iii) P&C / BinomialC88(viii) ProbabilityC
84(iv) Limits & DerivativesD89(ix) Coordinate & 3-D⚠️ void
85(v) Set TheoryA90(x) VectorsB
2022 Q32(v) Set TheoryD
2022 Q37(ix) CoordinateB

Distribution (11 valid): A = 2 · B = 4 · C = 3 · D = 2


🪤 The traps, in one place

QTrap
81Time must be in years — 9 months = 9/12
83(2+x)3(2+x)^3 coefficients are 12 then 6, not 6 then 12
84Derivative of 1/x is negative — 1/x²
85Bracket types: 1 is included, 2 is not
87det(Qᵀ) = det(Q) — the transpose changes nothing
88"A number between 1 and 6" on a die is certain (P = 1)
90(−1, 1) points the right way but is not a unit vector
2022 Q32Symmetric difference removes the intersection
Built with LogoFlowershow