For every point A = (x,y) in your figure, a 180 degree counterclockwise rotation about the origin will result in a point A' = (x', y') where:
x' = x * cos(180) - y * sin(180)
y' = x * sin(180) + y * cos(180)
Happy-fun time fact: This is equivalent to using a rotation matrix from Linear Algebra!
Because a rotation is an isometry, you only have to rotate each vertex of a polygon, and then connect the respective rotated vertices to get the rotated polygon.
You can rotate a closed curve as well, but you must figure out a way to rotate the infinite number of points in the curve. We are able to do this with straight lines above due to the property of isometries, which preserves distances between points.
Submarine: -730
Airplane: 9,144
|-730-9,144|=|-9,874|=9,874
|d|: absolute value
The vertical distance between the submarine and airplane is 9,874 meters.








_________________________________
And we're done.
Thanks for watching buddy good luck.
♥️♥️♥️♥️♥️
Let events
A=Nathan has allergy
~A=Nathan does not have allergy
T=Nathan tests positive
~T=Nathan does not test positive
We are given
P(A)=0.75 [ probability that Nathan is allergic ]
P(T|A)=0.98 [probability of testing positive given Nathan is allergic to Penicillin]
We want to calculate probability that Nathan is allergic AND tests positive
P(T n A)
From definition of conditional probability,
P(T|A)=P(T n A)/P(A)
substitute known values,
0.98 = P(T n A) / 0.75
solving for P(T n A)
P(T n A) = 0.75*0.98 = 0.735
Hope this helps!!
He can divide by 2,3,4,6,8,12,16,24,32, and 48 but