easy Set 63 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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