Forum

> > Off Topic > [SOLVED] Simple I/O Math
Forums overviewOff Topic overviewLog in to reply

English [SOLVED] Simple I/O Math

4 replies
To the start Previous 1 Next To the start

old [SOLVED] Simple I/O Math

Apache uwu
User Off Offline

Quote
Here's a simple question that I just can't solve at the moment...

1
2
3
4
5
6
7
8
9
Input | Output
------------------
4 | 4
6 | 8
8 | 16
10 | 32
12 | 64
? | ?
------------------

Can I get the formula?

1
Output=func(Input)
edited 1×, last 06.09.11 09:13:12 pm

old Re: [SOLVED] Simple I/O Math

Unknown_Soldier
User Off Offline

Quote
Flacko is right

func(4) = 2^(4/2) = 2^2 = 4 √
func(6) = 2^(6/2) = 2^3 = 8 √
func(8) = 2^(8/2) = 2^4 = 16 √
func(10) = 2^(10/2) = 2^5 = 32 √
func(12) = 2^(12/2) = 2^6 = 64 √
To the start Previous 1 Next To the start
Log in to replyOff Topic overviewForums overview