Math Test

Easy level

This level has a single operation per question and the terms are at most 4 digits (including decimals). All answers have 4 digits or less. This is (much) simpler than a real trading test. If you want you can also try this level as a test (posts to !) or set up a custom exercise.

Medium level

This level has a maximum of 4 operations per question and all terms are at most 5 digits including the decimal part. All answers have 5 digits or less. This is about the level of some trading tests. If you want you can also try this level as a test (posts to !) or set up a custom exercise.

Hard level

This level has a maximum of 6 operations per question and all terms are at most 6 digits including the decimal part. All answers have 5 digits or less. This is beyond the level of most trading tests. If you want you can also try this level as a test (posts to !) or set up a custom exercise.

250 ) { $_GET['questionCount'] = 80; } if( ! isset( $_GET['maxTermLength'] ) || ! is_numeric( $_GET['maxTermLength'] ) || $_GET['maxTermLength'] <= 0 || $_GET['maxTermLength'] > 20 ) { $_GET['maxTermLength'] = 6; } if( ! isset( $_GET['maxTermDecimalLength'] ) || ! is_numeric( $_GET['maxTermDecimalLength'] ) || $_GET['maxTermDecimalLength'] <= 0 || $_GET['maxTermDecimalLength'] > 20 ) { $_GET['maxTermDecimalLength'] = 3; } if( ! isset( $_GET['maxAnswerLength'] ) || ! is_numeric( $_GET['maxAnswerLength'] ) || $_GET['maxAnswerLength'] <= 0 || $_GET['maxAnswerLength'] > 20 ) { $_GET['maxAnswerLength'] = 4; } if( ! isset( $_GET['maxAnswerDecimalLength'] ) || ! is_numeric( $_GET['maxAnswerDecimalLength'] ) || $_GET['maxAnswerDecimalLength'] < 0 || $_GET['maxAnswerDecimalLength'] > 20 ) { $_GET['maxAnswerDecimalLength'] = 3; } if( ! isset( $_GET['minOperations'] ) || ! is_numeric( $_GET['minOperations'] ) || $_GET['minOperations'] <= 0 || $_GET['minOperations'] > 9 ) { $_GET['minOperations'] = 1; } if( ! isset( $_GET['maxOperations'] ) || ! is_numeric( $_GET['maxOperations'] ) || $_GET['maxOperations'] <= 0 || $_GET['maxOperations'] > 9 ) { $_GET['maxOperations'] = 4; } if( $_GET['minOperations'] > $_GET['maxOperations'] ) { $_GET['minOperations'] = 1; $_GET['maxOperations'] = 4; } if( ! isset( $_GET['mode'] ) || ( //$_GET['mode'] != 'exam' && $_GET['mode'] != 'test' && $_GET['mode'] != 'practice' ) ) { $_GET['mode'] = 'practice'; } if( ! isset( $_GET['useVariableInteger'] ) && ! isset( $_GET['useVariableDouble'] ) ) { $_GET['useVariableInteger'] = 'on'; $_GET['useVariableDouble'] = 'on'; } if( ! isset( $_GET['useOperatorAdd'] ) && ! isset( $_GET['useOperatorSubtract'] ) && ! isset( $_GET['useOperatorMultiply'] ) && ! isset( $_GET['useOperatorDivide'] ) ) { $_GET['useOperatorAdd'] = 'on'; $_GET['useOperatorSubtract'] = 'on'; $_GET['useOperatorMultiply'] = 'on'; $_GET['useOperatorDivide'] = 'on'; } // FIXME this prevent do..while deadlocks below but it's not nice if( ! isset( $_GET['useVariableInteger'] ) && isset( $_GET['useVariableDouble'] ) && ! isset( $_GET['useVariableFactor'] ) && ! isset( $_GET['useOperatorAdd'] ) && ! isset( $_GET['useOperatorSubtract'] ) && isset( $_GET['useOperatorMultiply'] ) && ! isset( $_GET['useOperatorDivide'] ) && ! isset( $_GET['optimizeSolvability'] ) ) { die( 'Impossible combination to guarantee easy exercises, disable optimizeSolvability if you really want this.' ); } // Show setup? if( isset( $_GET['showSetup'] ) ) { ?> Set up exercise

In practice mode the answers are selectable on the same page and no scoring will be done. In test mode you need to click a "Finished" button and your score will be calculated.

Term & answer sizes
(total # of digits, including fraction)
(# of digits after ., if variable is a double)
(total # of digits)
(# of digits after ., if used)

Operations

Variables
(This includes floats)

Operators

Optimizations
Limits complexity in some situations.
Guarantee operator changing & no arbitragable values.


Scoring

You get one point for every correct answer. Deduct one point for each error. If you skip a question or run out of time in a timed test, all following questions are not used in your score. Time yourself to 6 seconds per question. Generally you need to pass 55 out of 80 questions or ~70% of the maximum score, but higher is always better.

Manual

The answer to the test will be printed right next to it in the site's background color. You can use CTRL+A, Command+A or use the mouse to select all text on this page.

Questions
1) 1554 - -2017 3571
2) 94 + -1 93
3) 85.5 + 0.02 85.52
4) -3 * 0.05 -0.15
5) -796 - 2 -798
6) 2836 - -6164 9000
7) 728 + -2 726
8) 32.7 + 297 329.7
9) 98.3 - -0.05 98.35
10) 0.05 * 0.24 0.012
11) -0.8 + 702 701.2
12) -3.6 - 5 -8.6
13) 35 + 604 639
14) 526 * 2 1052
15) 93 - 71 22
16) 1.4 - 0.007 1.393
17) -91.65 / -3 30.55
18) -9.4 * 75 -705
19) -12.4 - 68 -80.4
20) 0.77 - -8 8.77
21) -19 + 5 -14
22) -8 + 8169 8161
23) 5 - 7 -2
24) 2 - -0.003 2.003
25) 4 + 90 94
26) 6.37 - -0.06 6.43
27) 35 + 81 116
28) -0.01 - 9.1 -9.11
29) 516 - 8 508
30) 470 + -5 465
31) 4 * 82.8 331.2
32) 6 - -294 300
33) -9.39 - -105 95.61
34) -194 + 19 -175
35) -9 + 87.7 78.7
36) 0.009 + 0.046 0.055
37) 4 - -0.09 4.09
38) -296 + 219.9 -76.1
39) 0.99 - -0.3 1.29
40) -9 * -3.27 29.43
41) 35 - 91.1 -56.1
42) 97 * 0.06 5.82
43) 3 - 2 1
44) 392 - -85 477
45) 5 * 8.7 43.5
46) 8.7 - 9 -0.3
47) 3 / 0.8 3.75
48) 2 / 0.004 500
49) 6 + 0.24 6.24
50) -50 * 17 -850
51) -8767 + 8441 -326
52) 49 + 38 87
53) 67 + 216 283
54) 0.1 * 51 5.1
55) -48 - 42 -90
56) -8.44 - -0.3 -8.14
57) 0.07 + 76 76.07
58) 413 + 4 417
59) 1 * 24 24
60) 8.15 - 0.09 8.06
61) 700 / 4 175
62) -25.1 - 9.3 -34.4
63) 30 - 964 -934
64) 3 * -64 -192
65) 7.9 - 46 -38.1
66) -2.87 * -1 2.87
67) -6 / 2 -3
68) 7.577 - 4.4 3.177
69) 588 - 9 579
70) -584.4 + 0.4 -584
71) 7.858 + -0.367 7.491
72) 3.8 - -0.001 3.801
73) 7 + -3 4
74) -1 * 9 -9
75) 6 + 14.8 20.8
76) 30 - 40 -10
77) 6230 + 829 7059
78) -30.72 - -55 24.28
79) 1 * 0.092 0.092
80) -6 + 409 403


Quick links:

Practice: Easy | Medium | Hard
Test: Easy | Medium | Hard
Customized