All about
flooble
|
fun stuff
|
Get a free chatterbox
|
Free JavaScript
|
Avatars
perplexus
dot
info
Home
>
Just Math
Log of Log equation (
Posted on 2025-02-22
)
Find the unique positive integer 𝑥 > 1 satisfying
log
2
log
5
x + log
5
log
2
x = log
2
(10/log
2
5)
No Solution Yet
Submitted by
Danish Ahmed Khan
No Rating
Comments: (
Back to comment list
| You must be logged in to post comments.
)
solution
| Comment 1 of 2
clearvars
rhs=log2(10/log2(5))
for x=2:50
l5=log(x)/log(5);
l52=log2(l5);
l2=log2(x);
l25=log(l2)/log(5);
lhs=l52+l25;
fprintf('%4.2f %10.8f %10.8f %10.8f \n',[x lhs rhs lhs-rhs])
end
find the LHS = RHS at x = 32.
Posted by
Charlie
on 2025-02-22 12:03:31
Please log in:
Login:
Password:
Remember me:
Sign up!
|
Forgot password
Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ
|
About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On
Chatterbox:
blackjack
flooble's webmaster puzzle
Copyright © 2002 - 2025 by
Animus Pactum Consulting
. All rights reserved.
Privacy Information