No, because with the parentheses, you distribute the 2 to both the x and the 5, making that equation 2x-10
Answer:
44
Step-by-step explanation:
because you just 22 x 22 and you get 44
16.2-15.8/0.6=0.6667. Use normalcdf() to find the percentage from -999 to 0.6777 which is 0.7476*625=467
Answer:
R(16,-8)
Step-by-step explanation:
if (x1,y1) and (x2,y2) are coordinates of two points and (x,y) the coordinate of midpoint.
then x=(x1+x2)/2
and y=(y1+y2)/2
let coordinates of R are (x,y)
4=(-8+x)/2
8=-8+x
x=8+8=16
-3=(2+y)/2
-6=2+y
y=-6-2=-8
so R is (16,-8)