Express number
1 by
two distinct digits in as many ways as possible, using
no mathematical signs.
The only ways I know to express a number without any
mathematical signs are using concatenation, exponent as a superscript, and combination using parentheses and no fraction bar.
Concatenation: 01 = 1
Exponents:
10=20=30=40=50=60=70=80=90
= 1
Combination is hard to render without big parentheses:
1
( ) = C(1,0) = 1 etc...
0
Whether any of these counts is a matter of interpretation.
|
Posted by Jer
on 2014-10-22 10:38:08 |