The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage
Warning [2] Undefined array key "fragment" - Line: 1492 - File: inc/class_parser.php PHP 8.3.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 1492 errorHandler->error_callback
/inc/class_parser.php 1638 postParser->mycode_parse_video
[PHP] postParser->mycode_parse_video_callback
/inc/class_parser.php 513 preg_replace_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key 0 - Line: 1585 - File: inc/class_parser.php PHP 8.3.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 1585 errorHandler->error_callback
/inc/class_parser.php 1638 postParser->mycode_parse_video
[PHP] postParser->mycode_parse_video_callback
/inc/class_parser.php 513 preg_replace_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



Omni Archive
Vote for Us! (July) - Printable Version

+- Omni Archive (https://omni.zulenka.com)
+-- Forum: Discussion Forums (https://omni.zulenka.com/forumdisplay.php?fid=3)
+--- Forum: The Staff Room (https://omni.zulenka.com/forumdisplay.php?fid=29)
+---- Forum: Bookkeeping Archive (https://omni.zulenka.com/forumdisplay.php?fid=32)
+---- Thread: Vote for Us! (July) (/showthread.php?tid=6485)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


RE: Vote for Us! (July) - Skeletor - 07-12-2017

vote 5 (199/172/2244/841)


RE: Vote for Us! (July) - Ash - 07-12-2017

Vote #1
Because I've been putting this off for too long.


RE: Vote for Us! (July) - Makoto Yuki - 07-12-2017

Voted: 16


RE: Vote for Us! (July) - Summer - 07-12-2017

Vote 11!


RE: Vote for Us! (July) - Freeza - 07-12-2017

12


RE: Vote for Us! (July) - Guu - 07-12-2017

Voted: 12


RE: Vote for Us! (July) - Arle Nadja - 07-12-2017

Vote 14


RE: Vote for Us! (July) - Tamsin Suzaku - 07-12-2017



Voted: 10 (208/179/2252/848)


RE: Vote for Us! (July) - Miranda Frost - 07-12-2017

5


RE: Vote for Us! (July) - Handsome Jack - 07-12-2017

Voted: 9


RE: Vote for Us! (July) - Ash - 07-12-2017

Vote #2


RE: Vote for Us! (July) - Jaixe Furiael - 07-12-2017

Voted 10


RE: Vote for Us! (July) - Ebonywood Hellscythe - 07-12-2017

Voted

A recursive function, f, is defined by f(x,n) = 2*f(x,n-1) where n≥2 and f(x,n) = x where n=1 (x is real and n is a positive integer).

What is the value of f(3,3)?
[spoiler]
12

f(3,3) = 2*f(3,2) = 2*2*f(3,1) = 2*2*3 = 12[/spoiler]


RE: Vote for Us! (July) - Cell - 07-13-2017

11


RE: Vote for Us! (July) - Amber Veritz - 07-13-2017

Voted 8


RE: Vote for Us! (July) - Arle Nadja - 07-13-2017

Vote 15


RE: Vote for Us! (July) - Summer - 07-13-2017

Vote 12!


RE: Vote for Us! (July) - Little Ghost - 07-13-2017

Voted 12!


RE: Vote for Us! (July) - Ebonywood Hellscythe - 07-13-2017

Voted

A group of 13 people are locked in a room by an evil genie. To leave the room, everyone must shake hands with every other person once. Sadly, everyone is really slow at shaking hands, and it takes a pair of people 1 minute to shake hands (two separate pairs can shake hands at the same time, but everyone's left hand is dysfunctional so no one can shake hands with two people at once). What's the minimum amount of time it would take for everyone to leave the room?
[spoiler]13.

Each minute, 12 of the people are able to shake one hand (6 pairs) while the last person has no partner and has to wait for the next minute. If everyone shakes a new hand each time, they'll spend 12 minutes shaking hands and 1 minute waiting. Hence 13 minutes total.[/spoiler]


RE: Vote for Us! (July) - Freeza - 07-13-2017

13