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) 52 + 1.78 53.78
2) 3 + -9 -6
3) 1 + 8 9
4) 6.357 - 0.09 6.267
5) 6 * 3.2 19.2
6) 0.79 - 3 -2.21
7) 5 / 0.01 500
8) 74 / 0.8 92.5
9) 3 + -0.9 2.1
10) -6 * -157 942
11) 1 * -5 -5
12) 0.004 / -0.08 -0.05
13) 0.58 * -6 -3.48
14) 891 + 66 957
15) 165.1 + 8 173.1
16) 9.9 / -6 -1.65
17) 3448 - 3 3445
18) -4 * 0.56 -2.24
19) 45 - 6 39
20) 0.091 * 76 6.916
21) -7.5 / 0.2 -37.5
22) 5 * -0.19 -0.95
23) 27.4 - -242 269.4
24) -0.05 + 53 52.95
25) 885 / 0.6 1475
26) -41 - 5 -46
27) -29 + 2754 2725
28) 0.688 * 3 2.064
29) -705 + -2 -707
30) 0.9 / 0.05 18
31) 0.4 - 0.6 -0.2
32) 0.098 + 0.096 0.194
33) 0.3 - -6 6.3
34) -51.6 - 0.6 -52.2
35) 0.3 - -6.431 6.731
36) 0.53 - -3 3.53
37) 71 - -461 532
38) 1.47 + 14.76 16.23
39) 1 - 2 -1
40) 65 + 7.6 72.6
41) 1 - -76 77
42) 5 - 6 -1
43) 0.2 + 0.024 0.224
44) 9102 + -9 9093
45) 614 - 871 -257
46) 1 - -0.5 1.5
47) 0.09 + 21 21.09
48) 9 - -63 72
49) 99 - 6 93
50) 59 * 5 295
51) -3 + 38.4 35.4
52) 3 + 0.9 3.9
53) 9 / -0.36 -25
54) 44.9 * 12 538.8
55) -2 + 0.27 -1.73
56) 1 - 232 -231
57) -402 - 8 -410
58) -2 + 1454 1452
59) 15 - -7 22
60) 1.6 + -4.67 -3.07
61) 7110 - 5 7105
62) -5 * 0.1 -0.5
63) 1578 * 4 6312
64) 76 + 131.6 207.6
65) -27 - -6 -21
66) -5287 / -34 155.5
67) -5 + 1 -4
68) 21.2 + -2 19.2
69) 2 + 59 61
70) -97.8 + 5 -92.8
71) 977.7 - 695 282.7
72) 23 * 9 207
73) -7 - -94 87
74) -0.8 + 0.03 -0.77
75) 8 - 7.72 0.28
76) -77.8 + 2 -75.8
77) 60 + -0.98 59.02
78) -3 - 290 -293
79) -0.83 + -5 -5.83
80) 986.1 - 1.4 984.7


Quick links:

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