Skip to main content
Chapter 1 of 10
Flashcards

Numbers, Quantification and Numerical Applications

CBSE · Class 12 · Applied Mathematics

Flashcards for Numbers, Quantification and Numerical Applications — CBSE Class 12 Applied Mathematics. Quick Q&A cards covering key concepts, definitions, and formulas.

44 questions24 flashcards5 concepts
24 Flashcards
Card 1Modular Arithmetic

What is Modular Arithmetic and what does X mod Y represent?

Answer

Modular Arithmetic is a system of arithmetic for integers that deals with remainders only. X mod Y = R means when X is divided by Y, the remainder is R. For example: 29 mod 3 = 2 (since 29 = 3 × 9 + 2

Card 2Modular Arithmetic

State the three main properties of modulo operations for addition, subtraction, and multiplication.

Answer

1. Addition: (A + B) mod C = (A mod C + B mod C) mod C 2. Subtraction: (A - B) mod C = (A mod C - B mod C) mod C 3. Multiplication: (A × B) mod C = (A mod C × B mod C) mod C These properties allow us

Card 3Congruence Modulo

What does a ≡ b (mod m) mean and what are the two conditions for congruence modulo?

Answer

a ≡ b (mod m) means 'a is congruent to b modulo m'. Two conditions must be satisfied: 1. (a - b) is divisible by m 2. a mod m = b mod m For example: 41 ≡ 21 (mod 5) because 41 - 21 = 20 is divisible b

Card 4Simple Arithmetic Functions

Define Euler's Totient Function φ(n) and calculate φ(12).

Answer

Euler's Totient Function φ(n) counts the number of positive integers ≤ n that are coprime to n (gcd = 1 with n). For φ(12): Since 12 = 2² × 3 Using the formula: φ(n) = n(1 - 1/p₁)(1 - 1/p₂)... φ(12)

Card 5Simple Arithmetic Functions

What are the Number of Divisors function τ(n) and Divisor Sum function σ(n)? Find both for n = 12.

Answer

τ(n) = number of positive divisors of n σ(n) = sum of all positive divisors of n For n = 12: Positive divisors of 12: 1, 2, 3, 4, 6, 12 τ(12) = 6 (count of divisors) σ(12) = 1 + 2 + 3 + 4 + 6 + 12 =

Card 6Simple Arithmetic Functions

Define the Mobius Function μ(n) and find μ(12) and μ(35).

Answer

μ(n) = { 0, if n has repeated prime factors 1, if n = 1 (-1)^k, if n is product of k distinct primes } μ(12): Since 12 = 2² × 3 (has repeated prime factor 2²), μ(12) = 0 μ(35): Since 35 = 5 × 7 (prod

Card 7Alligation and Mixture

What is the Rule of Alligation and its formula?

Answer

Alligation helps find the ratio in which ingredients of different costs should be mixed to produce a mixture of desired mean price. Rule: The ratio of quantities is inversely proportional to differen

Card 8Alligation and Mixture

In mixture problems, if a container has x liters and y liters are removed and replaced with water n times, what is the formula for remaining original liquid?

Answer

Remaining original liquid = x(1 - y/x)ⁿ liters Where: - x = total capacity of container - y = amount removed each time - n = number of times operation is repeated Example: 40L milk, remove 4L and re

+16 more flashcards available

Practice All

Get detailed flashcards for Numbers, Quantification and Numerical Applications

Super Tutor gives you interactive content for every chapter of CBSE Class 12 Applied Mathematics — summaries, quizzes, flashcards, and more.

Try Super Tutor — It's Free

Frequently Asked Questions

What are the important topics in Numbers, Quantification and Numerical Applications for CBSE Class 12 Applied Mathematics?

Numbers, Quantification and Numerical Applications covers several key topics that are frequently asked in CBSE Class 12 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.

Start by understanding all key concepts. Practise previous year questions from this chapter. Revise formulas and definitions regularly. Use flashcards for quick revision before the exam.

There are 24 flashcards for Numbers, Quantification and Numerical Applications covering key definitions, formulas, and concepts. Use them daily for 10–15 minutes for best results.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.