Thursday, August 31, 2017

mathematics - Make numbers 33-100 using only digits 2,0,1,8


Use the numbers 2, 0, 1, and 8 (ALL of them...only ONE time each) to make every integer from 33 to 100.



  • Allowed operations: +, -, x, ÷, ! (factorial), exponentiation, square root and Parentheses

  • No specific order is needed

  • The modulus operator is not allowed

  • Rounding is not allowed (e.g. 201/8=25)




No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...