🔢 Binary Math Challenge

Master binary numbers and arithmetic operations!

🎯 How to Play:

  • Convert: Transform numbers between binary (base-2) and decimal (base-10)
  • Add/Subtract: Perform arithmetic with binary numbers
  • Multiply/Divide: Advanced binary operations
  • Timer: You have 60 seconds per game session
  • Scoring: Correct answers earn points, wrong answers subtract points

💡 Binary Basics:

  • Binary uses only 0s and 1s (like computer language!)
  • Each position represents a power of 2: 1, 2, 4, 8, 16, 32...
  • Example: 1011₂ = 1×8 + 0×4 + 1×2 + 1×1 = 11₁₀
  • To convert decimal to binary, divide by 2 repeatedly