hard Set 97 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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