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.
Attached you will see the solution using the trig plane and general solutions.
Step-by-step explanation:
A is the correct answer of this question
Answer:
The company has to produce more than 92 guitars and sell them for making a profit.
Step-by-step explanation:
These are the cost and revenue functions, where x represents the number of guitars to be manufactured and sold: R(x) = 120x, and C(x) = 100x + 1840.
Therefore, the condition for no loss-no gain for manufacturing x number of guitars is
R(x) = C(x)
⇒ 120x = 100x + 1840
⇒ 20x = 1840
⇒ x = 92
Therefore, the company has to produce more than 92 guitars and sell them for making a profit. (Answer)