Can anyone help me with this problem?

Kellaybear

New member
Joined
May 8, 2012
Messages
1
X = 16745797561697357055333354515736371017786!
That's a factorial on the end.


Find the largest n for which (3^n)|X.
"3|12" means "12 is divisible by 3".

Any help is great thanks!
 
X = 16745797561697357055333354515736371017786!
That's a factorial on the end.


Find the largest n for which (3^n)|X.
"3|12" means "12 is divisible by 3".

Any help is great thanks!
Hint:

3|3!

32|6!

34|9!

35|12!

36|15!

38|18!
 
hELLO, Kellaybear!

X = 16745797561697357055333354515736371017786!
That's a factorial on the end.

Find the largest n for which (3^n)|X.
"3|12" means "12 is divisible by 3".
I don't know how they expect us to deal with a 42-digit number,
., . but here is an approach.

Note: is the "greatest integer function".


Calculate the following:

. . \(\displaystyle \begin{array}{cc}\left[\dfrac{x}{3}\right] \\ \left[\dfrac{x}{3^2}\right] \\ \left[\dfrac{x}{3^3}\right] \\ \left[\dfrac{x}{3^4}\right] \\ \vdots \\ \left[\dfrac{x}{3^k}\right] & \text{where }3^k\text{ is the largest power-of-3 that divides }x \end{array}\)


Then add the \(\displaystyle k\) integers.
 
Last edited:
Top