((36 % 6) * 3) - 9 + 1 (0*3)-9+1 -9+1 =-8(answer)
Note- X%Y will result the value of remainder after dividing X by Y . X%Y means X Modulo Y .
in this case the remainder after dividing 36 by 6 is zero .
(36%6)*3-9+1 (6 * 3) -9 +1 (18 -9) +1 (9+1) 10
Answer=10
Using 1, 2, 3, 4 & 5 in any order and the operators + - % * each exactly once what is the greatest possible value that you can make?
IF 1 + 2 + 3 = 18 2 + 3 + 4 = 27 3 + 4 + 5 = 36 4 + 5 + 6 = 45 THEN: 5 + 6 + 7 = ??
Calculate the number of ordered triples (A1, A2, A3) such that:
A1 ∪ A2 ∪ A3 = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} A1 ∩ A2 ∩ A3 = ∅
Write your answer as 2a3b5c7d where a, b, c, d are non-negative integers.