easy Set 13 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 28

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

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

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 13

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