easy Set 84 Form Exercise

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

Show answer

Answer: 288

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":4,"result":72}
  • {"op":"\u00d7","operand":4,"result":288}
FinalValue
288
PathDescription
Step 1: ×2 = 18; Step 2: ×4 = 72; Step 3: ×4 = 288

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

Show answer

Answer: 18

SubType
math-maze
Difficulty
easy
StartValue
5
Steps
  • {"op":"+","operand":5,"result":10}
  • {"op":"+","operand":10,"result":20}
  • {"op":"-","operand":2,"result":18}
FinalValue
18
PathDescription
Step 1: +5 = 10; Step 2: +10 = 20; Step 3: -2 = 18

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

Show answer

Answer: 9

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

SubType
math-maze
Difficulty
easy
StartValue
7
Steps
  • {"op":"-","operand":2,"result":5}
  • {"op":"-","operand":3,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -2 = 5; Step 2: -3 = 2; Step 3: -1 = 1

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

Show answer

Answer: 1

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