hard Set 71 Form Exercise

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

Show answer

Answer: 54

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 108

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