The answer is .107 by working left to right
Sure, what do you want to talk about??
Alright, so in PEMDAS, we first do exponents. 3^2=9, and we then have 5(9)-3(3)+2. After that, we have multiplication, where we have 5*9 =45 and 3*3=9, resulting in 45-9+2 and eventually 38
Answer:
18, 19, 20
-18,-19,-20
Step-by-step explanation:
x + 15 ≤ 35
x ≤ 35 - 15
x ≤ 20
x must be 20 or less than it
Answer:
1
Step-by-step explanation:
You can do this two ways:
(13 -6) mod 6 = 7 mod 6 = 1
(13 -6) mod 6 = (13 mod 6) -(6 mod 6) = 1 - 0 = 1
____
"mod 6" means you are interested in the remainder after division by 6. For some number n, it can be computed as ...
n mod 6 = n - 6×Floor(n/6)