Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / Simple math question

Author
Message
Jeku
Moderator
21
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Vancouver, British Columbia, Canada
Posted: 2nd Feb 2005 04:39
I've totally forgotten how to do this, and if someone could help me out I'd be much obliged.

20 = 3log2(1 + X)

How can I solve for X? The 2 is small, by the way.

Thanks


--[GameBasic - Coming Soon]-- ^^^ banner generously designed by TheBigBabou
Osiris
20
Years of Service
User Offline
Joined: 6th Aug 2004
Location: Robbinsdale, MN
Posted: 2nd Feb 2005 05:29
use a graphing calculator, lol, hey whats this for

Jeku
Moderator
21
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Vancouver, British Columbia, Canada
Posted: 2nd Feb 2005 05:29 Edited at: 2nd Feb 2005 05:30
This is for my assignment, and I don't have a calculator And I have to show my work, so no, I can't just use PHP to solve it.

There has to be a way to flip the equation around--- something to do with exponents, but I completely forgot.


--[GameBasic - Coming Soon]-- ^^^ banner generously designed by TheBigBabou
Osiris
20
Years of Service
User Offline
Joined: 6th Aug 2004
Location: Robbinsdale, MN
Posted: 2nd Feb 2005 05:31
oh have fun... lol, i have no idea what that is

TravisP
20
Years of Service
User Offline
Joined: 30th Jun 2004
Location: Behind you, with a knife!
Posted: 2nd Feb 2005 05:32
18=3log2x
Is some of it I think.

Note: The above I didn't say, your just crazy.

Not a ripoff of The Twilight Zone
Luke B
19
Years of Service
User Offline
Joined: 13th Nov 2004
Location: Exeter, UK
Posted: 2nd Feb 2005 06:01
X is 86.856210703539267105289682438964

Working:

First of all I do 3log
Then I square that
Then I divide 20 by that answer
Then take 1 off that answer because that answer is X + 1 and you want X

Just round your answer and enjoy

"THE OPPRESSION"

PC: Athlon XP 2400, 512mb, 120gb, XP Pro, DX 9.0c, GForce 2
TKF15H
21
Years of Service
User Offline
Joined: 20th Jul 2003
Location: Rio de Janeiro
Posted: 2nd Feb 2005 06:05 Edited at: 2nd Feb 2005 06:45
20 = 3log2(1 + X)

gonna flip it around just because...

3log2(1 + X) = 20

log2( (1 + X)^3 ) = 20

2^20 = (1 + X)^3

1048576 = (1 + X)^3

find the cubic root of 1048576 to the power of 3:

101.59366^3 = (1 + X)^3

cut out the ^3 on both ends:

101.59366 = 1 + X

X = 100.59366

[edit] fixed a silly mistake. So much for being awake

AphoticVM status: 80% AphoticBasic status: 10%
Neofish
20
Years of Service
User Offline
Joined: 7th Apr 2004
Location: A swimming pool of coke
Posted: 2nd Feb 2005 06:07 Edited at: 2nd Feb 2005 06:09
EDIT: TKs answer makes no sense to me

Luke B
19
Years of Service
User Offline
Joined: 13th Nov 2004
Location: Exeter, UK
Posted: 2nd Feb 2005 06:07
damn TKF15H, your awake

"The Oppression" (See

PC: Athlon XP 2400, 512mb, 120gb, XP Pro, DX 9.0c, GForce 2
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 2nd Feb 2005 06:25 Edited at: 2nd Feb 2005 06:36
I make it slightly different:

20 = 3log2(1+x) -> divide by 3

(20/3) = log2(1+x) -> 2 raised to (20/3) = (1+x), so lets rearrange

(1+x) = 2^(20/3) -> Solve 2^(20/3)

(1+x) = 101... -> Subtract 1 to get x

x = 100.59

You can check it with Excel if you wish

Quote: "
log2( (1 + X)^3 ) = 20

2^20 = 3.(1 + X)
"


You can't do that! - I think you mean 2^20=(1+x)^3


BlueGUI Windows Plugin
TKF15H
21
Years of Service
User Offline
Joined: 20th Jul 2003
Location: Rio de Janeiro
Posted: 2nd Feb 2005 06:42
That's right, Rob. I noticed the mistake and you posted while I was editing.

AphoticVM status: 80% AphoticBasic status: 10%
Peter H
20
Years of Service
User Offline
Joined: 20th Feb 2004
Location: Witness Protection Program
Posted: 2nd Feb 2005 09:27
do you mean the log of 2*(1+x) or a log with a base of 2???

if it's a base of 10 (default) then x=2.32079e6

or 500000*(10^2/3)-1

"We make the worst games in the universe."

Jeku
Moderator
21
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Vancouver, British Columbia, Canada
Posted: 2nd Feb 2005 19:25
Thank you all for your help--- much obliged I suck at math and I don't want to ever mess with it again.


--[GameBasic - Coming Soon]-- ^^^ banner generously designed by TheBigBabou
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 2nd Feb 2005 22:19
Quote: " do you mean the log of 2*(1+x) or a log with a base of 2???"


He means log to the base 2. Also written as:

(log to the base 10 of X)
-------------------------
(log to the base 10 of 2)


BlueGUI Windows Plugin
Coding Fodder
20
Years of Service
User Offline
Joined: 25th Sep 2003
Location: Somewhere in my cerebralcortex
Posted: 3rd Feb 2005 00:14
Shucks, I always get to the math questions to late. Good work Rob K.

Quote: "I suck at math and I don't want to ever mess with it again.
"


As a mathematician I cringe when people say that. Especially if they are into a hobby like programming. Learn to like it, Math is your friend. Besides being just so beautiful. *sob*

Something really catchy that makes people stop and think about the meaning of life and say to themselves "My but thats clever"
David T
Retired Moderator
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: England
Posted: 3rd Feb 2005 00:40
Only on a programming forum does this sort of question get described as "simple"

Get 15 new commands, all the date / time commands left out of DBPro for free!
DOWNLOAD PLUGINS HERE: http://www.davidtattersall.me.uk/ and select "DarkBasic"
Coding Fodder
20
Years of Service
User Offline
Joined: 25th Sep 2003
Location: Somewhere in my cerebralcortex
Posted: 3rd Feb 2005 00:44
umm it is

Something really catchy that makes people stop and think about the meaning of life and say to themselves "My but thats clever"
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 3rd Feb 2005 01:30
Agreed. Years ago it would have been 3rd form (ie. for 13yr olds) maths. Now it doesn't feature in the syllabus until 6th form (16-18yr olds).


BlueGUI Windows Plugin
Peter H
20
Years of Service
User Offline
Joined: 20th Feb 2004
Location: Witness Protection Program
Posted: 3rd Feb 2005 03:53
Quote: "Agreed. Years ago it would have been 3rd form (ie. for 13yr olds) maths. Now it doesn't feature in the syllabus until 6th form (16-18yr olds).
"

yeah it seems they are teaching stuff waaayy too slowly in 1st-8th grades..then go an ok speed in high school...then speed up like crazy for colledge

i skipped 4th, 5th and 7th grade math lol...i was so annoyed with doing the same stuff over and over again (i could multiply at age 5)...I.E. Addition, Subtraction and Multiplication...that's all you do in 1st-5th grades it seems...

Quote: " Math is your friend. Besides being just so beautiful. *sob*"

amen (yeah i'm a math nerd also...15 and taking...well...calculus at teh colledge )

"We make the worst games in the universe."

Jeku
Moderator
21
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Vancouver, British Columbia, Canada
Posted: 3rd Feb 2005 06:47
Well we learned this stuff in the later grades, but truly I don't enjoy it one bit. However since I'm graduating with my computer science degree in April, you should know that I've taken my fair share of difficult math courses


--[GameBasic - Coming Soon]-- ^^^ banner generously designed by TheBigBabou

Login to post a reply

Server time is: 2024-09-23 10:25:25
Your offset time is: 2024-09-23 10:25:25