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) 31 / 5 6.2
2) 5783 + 60 5843
3) -98 + -167 -265
4) -107 + 8 -99
5) 51.7 + -0.2 51.5
6) 1.9 + -89.3 -87.4
7) -0.01 - -9.68 9.67
8) 84 + 0.2 84.2
9) 17.1 - 1.45 15.65
10) 5083 - -871 5954
11) -4 + 6 2
12) 97 - 8.76 88.24
13) 7.8 + 4 11.8
14) -7.65 - 0.63 -8.28
15) 48 + 60.6 108.6
16) 0.003 * 17 0.051
17) 0.092 - -4 4.092
18) 56.3 * 5 281.5
19) 1 - -0.03 1.03
20) 5 - 0.73 4.27
21) -69 + -1 -70
22) 0.009 * 2 0.018
23) -306 / -4 76.5
24) 89.15 - 75 14.15
25) -57 - 39 -96
26) 0.67 + 87 87.67
27) 7377 - -90 7467
28) 32 * 0.005 0.16
29) 485 - 8 477
30) -0.7 + 9 8.3
31) 0.03 - 0.002 0.028
32) 0.9 + 94 94.9
33) -9 - 60 -69
34) 82 - 92 -10
35) 5 - 0.08 4.92
36) 95.6 + 59 154.6
37) 8 - -80 88
38) 740 + -748 -8
39) -11.43 + 3 -8.43
40) 6.2 + 67.86 74.06
41) -0.8 - 89 -89.8
42) -412 + -580 -992
43) -8 - -97 89
44) -0.8 * 8.3 -6.64
45) 298 + -6 292
46) 63 * 8 504
47) -2.24 + 42 39.76
48) 37 * 127 4699
49) -9 / 3 -3
50) 0.03 + 0.4 0.43
51) -21 * -0.38 7.98
52) 0.008 + 9 9.008
53) 4 + 4154 4158
54) 0.012 - 0.009 0.003
55) 0.002 * 215 0.43
56) 812 + 5 817
57) 145 * 0.004 0.58
58) -1 + 87 86
59) 998 + -78 920
60) 70 - -4 74
61) 9 * 6 54
62) 5488 + 610 6098
63) -5 / 1 -5
64) 6.42 - 0.1 6.32
65) 0.93 - 1 -0.07
66) 986 - 27 959
67) 4.1 * -2 -8.2
68) 653 + 677 1330
69) 66 - 7 59
70) 47.6 - -0.59 48.19
71) 0.4 + 46 46.4
72) 269 - 7 262
73) 1 - 78 -77
74) 3827 + -8 3819
75) 90.7 + 0.6 91.3
76) -7 + -2.7 -9.7
77) 85 + 73 158
78) 7 - 400 -393
79) 6159 + -44 6115
80) 0.04 * 5.4 0.216


Quick links:

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