hard Set 46 Form Exercise

Math Maze: Start at 7. Follow the path: ×4 → +10 → +2 → -14 → +4. What is the final value?

Show answer

Answer: 30

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"+","operand":10,"result":38}
  • {"op":"+","operand":2,"result":40}
  • {"op":"-","operand":14,"result":26}
  • {"op":"+","operand":4,"result":30}
FinalValue
30
PathDescription
Step 1: ×4 = 28; Step 2: +10 = 38; Step 3: +2 = 40; Step 4: -14 = 26; Step 5: +4 = 30

Math Maze: Start at 2. Follow the path: -1 → -1 → +2 → -1 → ×3. What is the final value?

Show answer

Answer: 3

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"-","operand":1,"result":1}
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":2,"result":2}
  • {"op":"-","operand":1,"result":1}
  • {"op":"\u00d7","operand":3,"result":3}
FinalValue
3
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: +2 = 2; Step 4: -1 = 1; Step 5: ×3 = 3

Math Maze: Start at 2. Follow the path: -1 → +2 → -1 → +3 → ×2. What is the final value?

Show answer

Answer: 10

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"-","operand":1,"result":1}
  • {"op":"+","operand":2,"result":3}
  • {"op":"-","operand":1,"result":2}
  • {"op":"+","operand":3,"result":5}
  • {"op":"\u00d7","operand":2,"result":10}
FinalValue
10
PathDescription
Step 1: -1 = 1; Step 2: +2 = 3; Step 3: -1 = 2; Step 4: +3 = 5; Step 5: ×2 = 10

Math Maze: Start at 6. Follow the path: +1 → +5 → -1 → ×2 → -12. What is the final value?

Show answer

Answer: 10

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"+","operand":1,"result":7}
  • {"op":"+","operand":5,"result":12}
  • {"op":"-","operand":1,"result":11}
  • {"op":"\u00d7","operand":2,"result":22}
  • {"op":"-","operand":12,"result":10}
FinalValue
10
PathDescription
Step 1: +1 = 7; Step 2: +5 = 12; Step 3: -1 = 11; Step 4: ×2 = 22; Step 5: -12 = 10

Math Maze: Start at 10. Follow the path: +9 → -14 → -4 → +3 → ×4. What is the final value?

Show answer

Answer: 16

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"-","operand":14,"result":5}
  • {"op":"-","operand":4,"result":1}
  • {"op":"+","operand":3,"result":4}
  • {"op":"\u00d7","operand":4,"result":16}
FinalValue
16
PathDescription
Step 1: +9 = 19; Step 2: -14 = 5; Step 3: -4 = 1; Step 4: +3 = 4; Step 5: ×4 = 16

Math Maze: Start at 1. Follow the path: -1 → +4 → +7 → ×3 → -27. What is the final value?

Show answer

Answer: 6

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":4,"result":4}
  • {"op":"+","operand":7,"result":11}
  • {"op":"\u00d7","operand":3,"result":33}
  • {"op":"-","operand":27,"result":6}
FinalValue
6
PathDescription
Step 1: -1 = 0; Step 2: +4 = 4; Step 3: +7 = 11; Step 4: ×3 = 33; Step 5: -27 = 6

Math Maze: Start at 9. Follow the path: +6 → +6 → -1 → -2 → -11. What is the final value?

Show answer

Answer: 7

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":6,"result":15}
  • {"op":"+","operand":6,"result":21}
  • {"op":"-","operand":1,"result":20}
  • {"op":"-","operand":2,"result":18}
  • {"op":"-","operand":11,"result":7}
FinalValue
7
PathDescription
Step 1: +6 = 15; Step 2: +6 = 21; Step 3: -1 = 20; Step 4: -2 = 18; Step 5: -11 = 7

Math Maze: Start at 1. Follow the path: +7 → +3 → ×4 → -19 → -12. What is the final value?

Show answer

Answer: 13

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"+","operand":7,"result":8}
  • {"op":"+","operand":3,"result":11}
  • {"op":"\u00d7","operand":4,"result":44}
  • {"op":"-","operand":19,"result":25}
  • {"op":"-","operand":12,"result":13}
FinalValue
13
PathDescription
Step 1: +7 = 8; Step 2: +3 = 11; Step 3: ×4 = 44; Step 4: -19 = 25; Step 5: -12 = 13