1. Try these:
- = ABS(-27) * FACT(3)
- = ROUND(ABS(-900)/SUMSQ(2;3);1)
- = ABS(-900)/SUMSQ(2;3)
- = INT(ABS(-900)/SUMSQ(2;3))
- = SUMSQ(SQRT(25);MOD(24;5))
3. Do these calculation:
(note: result must be absolute with no decimals)
- = 27*-5/4
- = 5+6^2*10%
- = 36+25-80*5^2/6


0 comments:
Post a Comment