Forum

> > Off Topic > [SOLVED] Simple I/O Math
ForenübersichtOff Topic-ÜbersichtEinloggen, um zu antworten

Englisch [SOLVED] Simple I/O Math

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt [SOLVED] Simple I/O Math

Apache uwu
User Off Offline

Zitieren
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)
1× editiert, zuletzt 06.09.11 21:13:12

alt Re: [SOLVED] Simple I/O Math

Unknown_Soldier
User Off Offline

Zitieren
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 √
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenOff Topic-ÜbersichtForenübersicht