CUET UG Applied Mathematics Booster Test 2 - Advanced Arithmetic Functions
📌 Answers are locked once submitted — results and explanations appear at the end.
QUESTION 1 OF 20
How does the concept of gcd (greatest common divisor) apply directly to calculating φ(n)?
QUESTION 2 OF 20
Match the prime numbers to their correct sum of divisors sigma(p) and number of divisors tau(p).
| List 1 | List 2 |
|---|---|
| 1. p = 2 | a. tau = 2, sigma = 30 |
| 2. p = 5 | b. tau = 2, sigma = 18 |
| 3. p = 17 | c. tau = 2, sigma = 3 |
| 4. p = 29 | d. tau = 2, sigma = 6 |
QUESTION 3 OF 20
Which of the following evaluations hold true regarding the properties of simple arithmetic functions applied to prime numbers?
1. phi(5) = 4
2. tau(17) = 2
3. sigma(2) = 3
4. mu(7) = 0
QUESTION 4 OF 20
Consider the multiplicative functions and properties. Identify the incorrect statement.
QUESTION 5 OF 20
If n = 12 is decomposed into a mixture of its prime factors as 2^2 × 3, what is the evaluated value of φ(12) using the product formula?
QUESTION 6 OF 20
For evaluating φ(12) using the formula n(1 - 1/x)(1 - 1/y), what constraint values do x and y represent?
QUESTION 7 OF 20
The number of divisor function τ(n) equates the sum of evenly divided instances. If n = 12, what is τ(12)?
QUESTION 8 OF 20
Moving along the sequence of divisors for 12 {1, 2, 3, 4, 6, 12}, what does τ(12) correctly represent?
QUESTION 9 OF 20
When calculating σ(12), the probability of missing a divisor affects the sum. What is the correct calculated sum of positive divisors for 12?
QUESTION 10 OF 20
If evaluating the sum vector σ(n) for n = 3, which components strictly constitute the result?
QUESTION 11 OF 20
If the domain area is restricted to prime numbers, how is τ(p) defined for any prime p?
QUESTION 12 OF 20
Evaluate the integral sum of divisors σ(p) if the prime number p = 29.
QUESTION 13 OF 20
Evaluate the Mobius function μ(12) based on the repeated prime factor rule.
QUESTION 14 OF 20
Why does μ(12) = 0?
QUESTION 15 OF 20
Calculate the value of μ(70) given that 70 = 2 × 5 × 7.
QUESTION 16 OF 20
Determine the sum of arithmetic functions at n = 1: φ(1) + τ(1) + σ(1) + μ(1).
QUESTION 17 OF 20
The function log(xy) = log x + log y (where x and y are coprime) is a classic example of which type of Simple Arithmetic Function?
QUESTION 18 OF 20
Given that φ is a multiplicative function, calculate φ(35) using its prime factors.
QUESTION 19 OF 20
Given n = 2p, where p is an odd prime number less than 14, evaluate the terms for p = 3. What is n?
QUESTION 20 OF 20
For n = 6 (where p = 3), verify the relation n + φ(n) + τ(n) = σ(n). What is the value of both the LHS and RHS?
Test Complete!
Answer Review
1 How does the concept of gcd (greatest common divisor) apply directly to calculating φ(n)?
�� Euler's totient uses coprimality �� gcd(x,n)=1 defines coprime numbers �� φ(n) counts such integers up to n
Euler's totient function is defined as: This means φ(n) counts all positive integers less than or equal to n that are coprime to n. For example: because only 1 and 5 satisfy: Hence Option C correctly describes the role of gcd.
- �� Option A → φ(n) counts coprime numbers, not numbers with gcd greater than 1.
- �� Option B → φ(n) counts numbers; it does not sum them.
- �� Option D → No division by gcd occurs in the definition.
Used: Contextual/Tonal Matching
Application: Match the definition of coprimality with Euler's totient function.
Final Logic: Totient counts integers satisfying gcd(x,n)=1.
"Totient = total coprimes."
2 Match the prime numbers to their correct sum of divisors sigma(p) and number of divisors tau(p).
| List 1 | List 2 |
|---|---|
| 1. p = 2 | a. tau = 2, sigma = 30 |
| 2. p = 5 | b. tau = 2, sigma = 18 |
| 3. p = 17 | c. tau = 2, sigma = 3 |
| 4. p = 29 | d. tau = 2, sigma = 6 |
�� Every prime number has exactly two divisors. �� For any prime p, tau(p) = 2. �� For any prime p, sigma(p) = p + 1.
For every prime number, tau(p) = 2 sigma(p) = p + 1 Now evaluate each prime. • p = 2 sigma(2) = 1 + 2 = 3 Therefore, 1 → c. • p = 5 sigma(5) = 1 + 5 = 6 Therefore, 2 → d. • p = 17 sigma(17) = 1 + 17 = 18 Therefore, 3 → b. • p = 29 sigma(29) = 1 + 29 = 30 Therefore, 4 → a. Hence, the correct matching is: 1 → c 2 → d 3 → b 4 → a Therefore, Option A is correct.
- �� Option B → Incorrect because all four prime numbers are matched with incorrect divisor sums.
- �� Option C → Incorrect because the divisor sums for 2, 5, 17 and 29 are interchanged.
- �� Option D → Incorrect because sigma(5) = 6, not 30.
Used: Substitution
Application:
- Apply the formulas tau(p) = 2 and sigma(p) = p + 1 to each prime number and match the results.
Final Logic:
- Using sigma(p) = p + 1 gives the sequence 1-c, 2-d, 3-b, 4-a, which matches Option A.
Prime ⇒ tau = 2, sigma = p + 1.
3 Which of the following evaluations hold true regarding the properties of simple arithmetic functions applied to prime numbers?
1. phi(5) = 4
2. tau(17) = 2
3. sigma(2) = 3
4. mu(7) = 0
�� For a prime p, phi(p) = p - 1. �� Every prime has exactly two divisors. �� The Möbius function of a prime is -1, not 0.
Evaluate each statement. • Statement 1: phi(5) = 5 - 1 = 4. Hence, Statement 1 is correct. • Statement 2: The divisors of 17 are 1 and 17. Therefore, tau(17) = 2. Hence, Statement 2 is correct. • Statement 3: sigma(2) = 1 + 2 = 3. Hence, Statement 3 is correct. • Statement 4: Since 7 is a prime number, mu(7) = -1. Therefore, Statement 4 is incorrect. Thus, Statements 1, 2 and 3 are correct. Hence, Option B is correct.
- �� Option A → Incorrect because it omits Statement 3, which is also correct.
- �� Option C → Incorrect because it includes Statement 4, which is false.
- �� Option D → Incorrect because Statement 4 is false since mu(7) = -1.
Used: Option Grouping
Application:
- Evaluate each arithmetic function separately using the standard formulas for prime numbers.
Final Logic:
- Only Statements 1, 2 and 3 are true, giving Option B.
Prime ⇒ phi = p - 1, tau = 2, sigma = p + 1, mu = -1.
4 Consider the multiplicative functions and properties. Identify the incorrect statement.
�� Euler's totient function is multiplicative only for coprime integers. �� The condition gcd(x, y) = 1 is essential. �� Without coprimality, the formula does not hold.
Euler's Totient Function satisfies phi(xy) = phi(x) × phi(y) only when gcd(x, y) = 1. Evaluate each option. • Option A: phi(2) = 1 phi(3) = 2 Therefore, phi(6) = 1 × 2 = 2. This is correct because 2 and 3 are coprime. • Option B: 12 = 2^2 × 3 Using Euler's product formula, phi(12) = 12 × (1 - 1/2) × (1 - 1/3) = 12 × 1/2 × 2/3 = 4. Hence, Option B is correct. • Option C: phi(12) = 4. This is the correct numerical value. • Option D: This statement is incorrect because Euler's multiplicative property is valid only when x and y are coprime. Therefore, Option D is the incorrect statement.
- �� Option A → Correct because 2 and 3 are coprime.
- �� Option B → Correct application of Euler's product formula.
- �� Option C → Correct numerical evaluation of phi(12).
Used: Elimination
Application:
- Check whether the required coprime condition is satisfied before applying Euler's multiplicative property.
Final Logic:
- Euler's totient function is multiplicative only for coprime integers, making Option D incorrect.
Multiplicative ⇒ Coprime compulsory.
5 If n = 12 is decomposed into a mixture of its prime factors as 2^2 × 3, what is the evaluated value of φ(12) using the product formula?
�� Use Euler's product formula �� Distinct primes are 2 and 3 �� Final totient value is 4
Prime factorization: Apply Euler's formula: Simplifying: Hence Option B is correct.
- �� Option A → Incorrect multiplication.
- �� Option C → Too small for φ(12).
- �� Option D → Counts too many integers.
Used: Substitution
Application: Substitute distinct prime factors into Euler's formula.
Final Logic: Product formula gives 4.
"12 → halve then ×2/3."
6 For evaluating φ(12) using the formula n(1 - 1/x)(1 - 1/y), what constraint values do x and y represent?
�� Euler's formula uses distinct primes �� Repeated powers are ignored separately �� For 12, primes are 2 and 3
Euler's totient product formula is: Here p represents distinct prime factors of n. For 12: The distinct primes are 2 and 3. Hence x and y represent distinct prime factors.
- �� Option A → Composite factors are not used in Euler's formula.
- �� Option C → Powers do not appear directly in the product factors.
- �� Option D → Total divisors are unrelated here.
Used: Contextual/Tonal Matching
Application: Identify the meaning of variables in Euler's formula.
Final Logic: Product terms always use distinct primes.
"Totient product uses unique primes."
7 The number of divisor function τ(n) equates the sum of evenly divided instances. If n = 12, what is τ(12)?
�� τ(n) counts divisors �� Divisors of 12 are six in number �� Count, not sum, is required
The positive divisors of 12 are: Counting them: Hence Option C is correct.
- �� Option A → Misses several divisors.
- �� Option B → Incorrect divisor count.
- �� Option D → τ(n) is not equal to n itself.
Used: Substitution
Application: Explicitly list all divisors.
Final Logic: There are exactly six positive divisors.
"12 has 6 divisors."
8 Moving along the sequence of divisors for 12 {1, 2, 3, 4, 6, 12}, what does τ(12) correctly represent?
�� τ(n) measures count only �� Divisor values are not added �� Six divisors exist for 12
The divisor function τ(n) counts the number of positive divisors. For 12: There are six divisors, so: Hence Option C is correct.
- �� Option A → τ(n) does not calculate averages.
- �� Option B → Sum belongs to σ(n).
- �� Option D → Prime factors alone are insufficient.
Used: Option Grouping
Application: Distinguish divisor count from divisor sum.
Final Logic: τ(n) always counts divisors.
"τ → tally divisors."
9 When calculating σ(12), the probability of missing a divisor affects the sum. What is the correct calculated sum of positive divisors for 12?
�� σ(n) adds all divisors �� Divisors of 12 must all be included �� Total sum equals 28
The positive divisors of 12 are: Therefore: Hence Option B is correct.
- �� Option A → Misses several divisors.
- �� Option C → Uses only n itself.
- �� Option D → Incorrect total addition.
Used: Substitution
Application: Add all divisors directly.
Final Logic: Divisor sum equals 28.
"σ means sum divisors."
10 If evaluating the sum vector σ(n) for n = 3, which components strictly constitute the result?
�� σ(n) uses positive divisors �� Divisors of 3 are 1 and 3 �� 2 is not a divisor of 3
The positive divisors of 3 are: Thus σ(3) includes only these components: Hence Option B is correct.
- �� Option A → 2 is not a divisor of 3.
- �� Option C → Omits divisor 1.
- �� Option D → 2 again is incorrectly included.
Used: Elimination
Application: Remove options containing non-divisors.
Final Logic: Only 1 and 3 divide 3 exactly.
"Prime divisors: 1 and itself."
11 If the domain area is restricted to prime numbers, how is τ(p) defined for any prime p?
�� Prime numbers have exactly two divisors �� Divisors are 1 and p itself �� τ(p) counts total divisors
For any prime number p, the only positive divisors are: Hence the divisor counting function becomes: This is a standard property of prime numbers in number theory. Option C is therefore correct.
- �� Option A → τ(p) counts divisors, not the value of p itself.
- �� Option B → p−1 represents φ(p), not τ(p).
- �� Option D → A prime number always has divisors, so τ(p) cannot be zero.
Used: Contextual/Tonal Matching
Application: Use the defining property of prime numbers having exactly two divisors.
Final Logic: Since primes have only 1 and p as divisors, τ(p)=2.
"Prime → two divisors only."
12 Evaluate the integral sum of divisors σ(p) if the prime number p = 29.
�� σ(p)=1+p for primes �� Divisors of 29 are 1 and 29 �� Sum becomes 30
For a prime number p: Since: the divisors are 1 and 29. Therefore: Hence Option B is correct.
- �� Option A → Includes only the prime itself.
- �� Option C → Incorrect subtraction.
- �� Option D → Counts divisors instead of summing them.
Used: Substitution
Application: Substitute p=29 into σ(p)=1+p.
Final Logic: 1+29 gives 30.
"Sigma of prime = prime + 1."
13 Evaluate the Mobius function μ(12) based on the repeated prime factor rule.
�� Möbius function checks repeated primes �� 12 contains 2² �� Repeated prime factor gives zero
Prime factorization of 12: The Möbius function rule states: • μ(n)=0 if n contains any repeated prime factor. Since 12 contains: it is not square-free. Therefore: Hence Option C is correct.
- �� Option A → μ(n)=1 only for even count of distinct primes without repetition.
- �� Option B → μ(n)=−1 applies for odd count of distinct primes without repetition.
- �� Option D → Möbius values are only −1, 0, or 1.
Used: Elimination
Application: Check whether repeated prime factors exist.
Final Logic: Presence of 2² forces μ(12)=0.
"Repeated prime → Möbius zero."
14 Why does μ(12) = 0?
�� Möbius function depends on prime repetition �� 12 contains repeated factor 2² �� Repetition makes μ(n)=0
The Möbius function satisfies: • μ(n)=0 whenever n has a repeated prime factor. Since: the factor: shows repetition. Thus: Hence Option B is correct.
- �� Option A → Being even does not guarantee μ(n)=0.
- �� Option C → 12 is not a product of distinct primes only.
- �� Option D → Magnitude of number is irrelevant.
Used: Contextual/Tonal Matching
Application: Match Möbius definition with repeated prime factors.
Final Logic: Repeated prime square directly gives μ(n)=0.
"Square factor kills Möbius."
15 Calculate the value of μ(70) given that 70 = 2 × 5 × 7.
�� 70 has distinct prime factors �� Number of primes is 3 �� μ(n)=(-1)^k
Prime factorization: There are 3 distinct prime factors and no repetition. Möbius function rule: where k is the number of distinct primes. Thus: Hence Option C is correct.
- �� Option A → Would occur for even number of distinct primes.
- �� Option B → No repeated prime factor exists.
- �� Option D → Möbius values cannot equal 3.
Used: Substitution
Application: Count distinct prime factors and apply μ(n)=(-1)^k.
Final Logic: Odd number of distinct primes gives −1.
"Odd distinct primes → −1."
16 Determine the sum of arithmetic functions at n = 1: φ(1) + τ(1) + σ(1) + μ(1).
�� φ(1)=1 �� τ(1)=1 and σ(1)=1 �� μ(1)=1
Using standard arithmetic function values: Therefore: Hence Option D is correct.
- �� Option A → Ignores standard values at n=1.
- �� Option B → Adds only two functions correctly.
- �� Option C → Misses one function value.
Used: Substitution
Application: Substitute standard arithmetic function values for n=1.
Final Logic: Total sum equals 4.
"At n=1, all four equal 1."
17 The function log(xy) = log x + log y (where x and y are coprime) is a classic example of which type of Simple Arithmetic Function?
�� Additive functions convert products into sums �� Logarithm satisfies additive relation �� Multiplicative functions preserve products
An additive arithmetic function satisfies: The logarithm property is: Hence it behaves as an additive function. Therefore Option B is correct.
- �� Option A → Multiplicative functions satisfy f(xy)=f(x)f(y).
- �� Option C → Equivalence functions are unrelated here.
- �� Option D → Totient function is a specific arithmetic function, not logarithmic.
Used: Contextual/Tonal Matching
Application: Compare the given functional identity with definitions.
Final Logic: Product transforming into sum implies additivity.
"Log turns multiply into add."
18 Given that φ is a multiplicative function, calculate φ(35) using its prime factors.
�� 35=5×7 �� Use Euler product formula �� Final value becomes 24
Prime factorization: Apply Euler's formula: Simplifying: Hence Option C is correct.
- �� Option A → φ(n) is always less than n for n>1.
- �� Option B → Incorrect multiplication result.
- �� Option D → Too small for φ(35).
Used: Substitution
Application: Substitute prime factors into Euler's product formula.
Final Logic: Computation gives φ(35)=24.
"35 → ×4/5 ×6/7."
19
Given n = 2p, where p is an odd prime number less than 14, evaluate the terms for p = 3. What is n?
�� n=2p is given �� Substitute p=3 �� Result becomes 6
The relation is: Substitute: Thus: Hence Option C is correct.
- �� Option A → Uses only p.
- �� Option B → Incorrect arithmetic.
- �� Option D → Squares p incorrectly
Used: Substitution
Application: Directly replace p with 3.
Final Logic: 2×3=6.
"Double the prime."
20
For n = 6 (where p = 3), verify the relation n + φ(n) + τ(n) = σ(n). What is the value of both the LHS and RHS?
�� n=6 �� φ(6)=2, τ(6)=4 �� σ(6)=12
For: We calculate: since coprimes are 1 and 5. Also: because divisors are 1,2,3,6. Now: For divisor sum: Thus both LHS and RHS equal 12. Hence Option B is correct.
- �� Option A → Uses incomplete divisor information.
- �� Option C → Incorrect totient or divisor count.
- �� Option D → Adds extra values incorrectly.
Used: Substitution
Application: Evaluate each arithmetic function separately.
Final Logic: Both sides simplify to 12.
"6 + 2 + 4 = 12."
