Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Simplification Questions
Mixed operations with division inside the denominator Evaluate (48 − 12 × 3 + 9) / (12 − 9 ÷ 3).
Decimals with chained multiplication and division Evaluate 0.01 × 0.3 ÷ 0.4 × 0.5 (use left-to-right precedence for multiplication/division).
Decimal operations with order of operations Evaluate the expression precisely: 0.05 * 5 − 0.005 * 5. Show the simplified result.
Apply BODMAS/PEMDAS to mixed decimals Evaluate: 4 − 3.6 ÷ 4 + 0.2 * 0.5 (division and multiplication before addition/subtraction).
Decimals and mixed operations Evaluate: 0.5 * 0.5 + 0.5 ÷ 5 (apply multiplication/division before addition).
Implied multiplication with parentheses; follow left-to-right for * and ÷ Evaluate: 8 ÷ 4 (3 − 2) * 4 + 3 − 7.
Evaluate a sum of three rational subexpressions Compute: (20 ÷ 5) ÷ 2 + (16 ÷ 8) * 2 + (10 ÷ 5) * (3 ÷ 2).
Mixed operations with integer division and multiplication Evaluate: 3120 ÷ 26 + 13 * 30, applying division and multiplication before addition.
Respect left-to-right for multiplication/division Evaluate: 7 + 7 ÷ 7 * 7 (do division, then multiplication, then addition).
Subtraction after division with decimals Evaluate: 5005 − 5000 ÷ 10.00 (remember division before subtraction).
Chaining division and multiplication (left-to-right) Evaluate: 171 ÷ 19 * 9 exactly.
Recovery fix for ambiguous “of” usage; clarify intended operations Evaluate the clarified expression: 108 ÷ (36 of 1/3) + (2/5 of 3 3/4). (Here “of” means multiplication, and the grouping removes ambiguity.)
Compute the fractional expression with correct order of operations: Evaluate 1 3/5 − (2/3 ÷ 12/13) + (7/5 × 1/3). Express the final result as a single simplified fraction.
Fill the missing fraction to complete the sum: 3 1/4 + 4 1/6 + ? + 1/4 = 10. Determine the exact value of the missing term as a simplified fraction.
Apply multiplication and division of fractions carefully: Evaluate 48 ÷ 12 × ( (9/8 of 4/3) ÷ (3/4) of 2/3 ). Give the result as a simplified fraction.
Evaluate the nested brackets accurately: Compute 10 − [9 − {8 − (7 − 6)}] − 5 and choose the correct integer result.
Evaluate the layered fraction expression step by step: Compute 1 + 1 ÷ {1 + 1 ÷ (1 + 1/3)} and express the result as a simplified fraction.
Handle “of”, division, and addition correctly: Evaluate 2 of 3/4 ÷ 3/4 + 1/4, treating “of” as multiplication and following left-to-right rules for multiply/divide.
Apply division before addition as required: Calculate 1/2 + 1/2 ÷ 1/2 and provide the simplified fractional result.
Solve for the missing divisor using decimal arithmetic: (17.28 ÷ x) / (3.6 × 0.2) = 2. Find x.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63