How to solve factorial related problems

  • Thread starter Thread starter Thundagere
  • Start date Start date
  • Tags Tags
    Factorial
Thundagere
Messages
159
Reaction score
0
Hi all,
I know what factorials are, obviously, and permutations and combinations, but what I Don't know is, given a problem with factorials in it, is there a general format for solving?
For instance, an old AMC 10 problem:

10B-#11. What is the tens digit in the sum 7! + 8! + 9! +
. . . + 2006! ?
(A) 1 (B) 3 (C) 4 (D) 6 (E) 9

How would one go about solving this?
All help appreciated!
 
Mathematics news on Phys.org
Thundagere said:
Hi all,
I know what factorials are, obviously, and permutations and combinations, but what I Don't know is, given a problem with factorials in it, is there a general format for solving?
For instance, an old AMC 10 problem:

10B-#11. What is the tens digit in the sum 7! + 8! + 9! +
. . . + 2006! ?
(A) 1 (B) 3 (C) 4 (D) 6 (E) 9

How would one go about solving this?
All help appreciated!

Hey Thundagere and welcome to the forums.

This reminds me of a number theory problem.

For finding the final digit of the number (i.e. the lowest ranked digit in the number), then this reduces to finding the number N (mod 10).

Now based on this as well as other congruence arithmetic identities, do you have any new ideas that you can use to solve this?
 
Isn't every factorial above a certain number a multiple of 100, and therefore wouldn't add to the tens digit?
 
Char. Limit said:
Isn't every factorial above a certain number a multiple of 100, and therefore wouldn't add to the tens digit?

That's a great observation and makes the problem really easy :)
 
OK
So anything greater than or equal to 10 we can discount, since 2 * 5 * 10 is 100, which wouldn't matter.
So with that in mind, we're looking at
7! + 8! + 9!
=7!(1 + 8 + 8 * 9)
=5040(81)
=408,240
So it's then 4?
For these types of AMC 10 problems, could reasoning it out as above suffice? I'm not well versed in number theory, so...yeah.
Thanks for your help!
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top