<span>is is 42 ok but try to see why and study =)</span>
<u>

</u>........................................<u>
</u>
Answer:
(6, 7)
Step-by-step explanation:
rotating a shape 180 degrees will create the same shape, with similar coordinates. Therefore, drawing a straight line through the origin, would make the coordinates of J (6, 7)
Answer:
Think about PEMDAS, Whatever is in parentheses you solve that first. (6-2) which will be 4, you'll do 7+65*4 and find your answer. And divide by 2 at the end.
Hope this help
Step-by-step explanation:
Y = |x| = x if x ≥ 0, -x if x < 0
absolute value can be interpreted as a function that does not allow negative real numbers, forcing them to be positive (leaving 0 alone). if the input x is more than or equal 0, then x stays positive so there is no need to do anything: "x if x ≥ 0".
if the input is less than 0, then it is an negative number and needs a negative coefficient to negate the negative: "-x if x < 0"
example: if x = -3, then it will take the "-x if x < 0" piece resulting in y = -(-3) = 3, which is what |-3| does
if x = 1, it will take the "x if x ≥ 0" piece and just have y = 1 which is what |1| does.
for x = 0, it will take the "x if x ≥ 0" and just have y = 0 which is what |0| does