easy Set 61 Form Exercise

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

Show answer

Answer: 43

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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