Find n if lo g ( 2 2 5 ! ) − lo g ( 2 2 3 ! ) = 1 + lo g ( n ! )
Note : The log is taken to base 10 and n! is the product of first n natural numbers.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Good job @Athiyaman Nallathambi . Did the same way. Upvoted!
Log in to reply
Thanks @Nelson Mandela .The question was easy anyway.
Good solution, but I did it in other way .
Log in to reply
Its pretty much the same way. lo g ( 2 2 5 × 2 2 4 ) = lo g ( 1 0 × n ! ) ⇒ n ! = 1 0 5 0 4 0 0 ⇒ n ! = 5 0 4 0 so n = 7 I like your solution more than mine btw ;)
Log in to reply
Thanks, I feel mine is easier, but yours is much clear.
Using the rules of logarithms and observing that
lo
g
(
1
0
)
to base 10 is 1, we have
2
2
5
×
2
2
4
=
1
0
×
n
!
and so
n
!
=
5
0
4
0
.
Since
7
!
=
5
0
4
0
, n = 7 .
Problem Loading...
Note Loading...
Set Loading...
We have, lo g ( 2 2 3 ! 2 2 5 ! ) = lo g ( 2 2 5 × 2 2 4 ) = lo g ( 5 0 4 0 × 1 0 ) which can be simplified to, lo g ( 7 ! × 1 0 ) = lo g ( 7 ! ) + lo g ( 1 0 ) = 1 + lo g ( 7 ! ) Comparing with 1 + lo g ( n ! ) , we get, ⇒ n = 7