Consider all numbers which can be represented by the sum of different powers of 5. For eg:- 1(5^0), 6(5^0 + 5^1), 26(5^2 + 5^0) etc.. If we arrange them in ascending order, what will be the number of 16276 (given that it is the sum of different powers of 5).
Answers
Given :- Consider all numbers which can be represented by the sum of different powers of 5. For eg:- 1(5^0), 6(5^0 + 5^1), 26(5^2 + 5^0) etc.. If we arrange them in ascending order, what will be the number of 16276 (given that it is the sum of different powers of 5).
Answer :-
→ first number = 1 = 5⁰
→ second number = 6 = 5⁰ + 5¹
→ Third number = 26 = 5⁰ + 5²
→ fourth number = 5⁰ + 5³ = 126
→ fifth number = 5⁰ + 5⁴ = 626
→ sixth number = 5⁰ + 5⁵ = 3126
→ seventh number = 5⁰ + 5⁶ = 15626
conclusion :-
- nth number = 5⁰ + 5^(n - 1) or 1 + 5^(n - 1) { Except for first number . }
then,
→ (16276)th number in ascending order = 5⁰ + 5^(16276 - 1) = (5⁰ + 5¹⁶²⁷⁵) or (1 + 5¹⁶²⁷⁵) .
Learn more :-
if a nine digit number 260A4B596 is divisible by 33, Then find the number of possible values of A.
https://brainly.in/question/32686002
if n is an integer such that 1nn352 is a six digit number
https://brainly.in/question/26617043
Step-by-step explanation: