Problem 46057. Find the last non-zero digit in a primorial
Cody Problem 45251 asked us to find the last non-zero digit in a factorial. For this problem consider the primorial  #, the product of primes up to and including the nth prime
#, the product of primes up to and including the nth prime  . For example, for n = 12, the primorial is 7420738134810, whose last non-zero digit is 1.
. For example, for n = 12, the primorial is 7420738134810, whose last non-zero digit is 1.
Find the last non-zero digit in the primorial  #.
#.
See also Cody Problems 46054 "Count trailing zeros in a primorial" and 46060 "Identify primorial primes".
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers18
Suggested Problems
- 
         
         2312 Solvers 
- 
         How to find the position of an element in a vector without using the find function 2775 Solvers 
- 
         Check if number exists in vector 13195 Solvers 
- 
         Given a matrix, swap the 2nd & 3rd columns 1211 Solvers 
- 
         
         15706 Solvers 
More from this Author314
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!