hard Set 86 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 147

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":2,"result":7}
  • {"op":"+","operand":8,"result":15}
  • {"op":"\u00d7","operand":4,"result":60}
  • {"op":"-","operand":11,"result":49}
  • {"op":"\u00d7","operand":3,"result":147}
FinalValue
147
PathDescription
Step 1: +2 = 7; Step 2: +8 = 15; Step 3: ×4 = 60; Step 4: -11 = 49; Step 5: ×3 = 147

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

Show answer

Answer: 19

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