Question:

Let \( f(x) = 2x^n + \lambda \), where \( \lambda \in \mathbb{R} \) and \( n \in \mathbb{N} \) . Given that \( f(4) = 133 \) and \( f(5) = 255 \), What is the sum of all the positive integer divisors of \( f(3) - f(2) \)?

Updated On: Jan 8, 2025
  • 59
  • 60
  • 61
  • 58
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

We are given:

  • \( f(4) = 2 \cdot 4^n + \lambda = 133 \) (1)
  • \( f(5) = 2 \cdot 5^n + \lambda = 255 \) (2)

Subtract equation (1) from equation (2):

\( 2 \cdot 5^n + \lambda - (2 \cdot 4^n + \lambda) = 255 - 133 \)

\( 2(5^n - 4^n) = 122 \)

\( 5^n - 4^n = 61 \)

Testing integral values of \( n \):

For \( n = 3 \), we have:

\( 5^3 - 4^3 = 125 - 64 = 61 \)

Thus, \( n = 3 \). Substituting back into equation (1) to find \( \lambda \):

\( 2 \cdot 4^3 + \lambda = 133 \)

\( 128 + \lambda = 133 \)

\( \lambda = 5 \)

Now, compute \( f(3) - f(2) \):

\( f(3) = 2 \cdot 3^3 + 5 = 2 \cdot 27 + 5 = 54 + 5 = 59 \)

\( f(2) = 2 \cdot 2^3 + 5 = 2 \cdot 8 + 5 = 16 + 5 = 21 \)

\( f(3) - f(2) = 59 - 21 = 38 \)

Find the positive integer divisors of 38:

  • 1, 2, 19, 38

Sum of divisors:

\( 1 + 2 + 19 + 38 = 60 \)

Thus, the correct answer is option (2).

Was this answer helpful?
1
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The correct answer is (B) : 60



(1)
(2)




Now,
Number of Divisors is ; & their sum is
Was this answer helpful?
0
0

Concepts Used:

Permutations and Combinations

Permutation:

Permutation is the method or the act of arranging members of a set into an order or a sequence. 

  • In the process of rearranging the numbers, subsets of sets are created to determine all possible arrangement sequences of a single data point. 
  • A permutation is used in many events of daily life. It is used for a list of data where the data order matters.

Combination:

Combination is the method of forming subsets by selecting data from a larger set in a way that the selection order does not matter.

  • Combination refers to the combination of about n things taken k at a time without any repetition.
  • The combination is used for a group of data where the order of data does not matter.