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.
Answer:
The mean is defining the average length(2.5in) of the 100 measured screws.
Step-by-step explanation:
The mean is usually calculated in order to determine the average of a set of values.
To solve this problem you must apply the proccedure shown below:
1. You have to r<span>ewrite x=12 in polar form. Then, you have:
12=rCos</span><span>θ
2. Then, you must solve for r, as following:
r=12/Cos</span><span>θ
</span> 3. You have that 1/Cosθ=Sec<span>θ, therefore:
</span> r=12(1/Cos<span>θ)
</span> r=12Sec<span>θ
</span> Therefore, as you can see, the answer is: r=12Secθ<span>
</span>
Denise is constructing A square.
Note: A square has all sides equal.
We already given two vertices M and N of the square.
And another edge of the square is made by from N.
Because a square has all sides of equal length, the side NO should also be equal to MN side of the square.
Therefore, <em>Denise need to place the point of the compass on point N and draw an arc that intersects N O, using MN as the width for the opening of the compass. That would make the NO equals MN.</em>
Therefore, correct option is :
D) place the point of the compass on point N and draw an arc that intersects N O, using MN as the width for the opening of the compass.
Answer:
probability that all of the sprinklers will operate correctly in a fire: 0.0282
Step-by-step explanation:
In order to solve this question we will use Binomial probability distribution because:
- In the question it is given that the sprinklers activate correctly or not independently.
- The number of outcomes are two i.e. sprinklers activate correctly or not.
A binomial distribution is a probability of a success or failures outcomes in an repeated multiple or n times.
Number of outcomes of this distributions are two.
The formula is:
b(x; n, P) = 
b = binomial probability also represented as P(X=x)
x =no of successes
P = probability of a success on a single trial
n = no of trials
is calculated as:
= n! / x!(n – x)!
= 10! / 10!(10-10)!
= 1
According to given question:
probability of success i.e. p = 0.7 i.e. probability of a sprinkler to activate correctly.
number of trials i.e. n = 10 as number of sprinklers are 10
To find: probability that all of the sprinklers will operate correctly in a fire
X = 10 because we have to find the probability that "all" of the sprinklers will operate correctly and there are 10 sprinklers so all 10 of them
So putting these into the formula:
P(X=x) = 
= C₁₀,₁₀ * 0.7¹⁰ * (1-0.7)¹⁰⁻¹⁰
= 1 * 0.0282 * (0.3) ⁰
= 1 * 0.0282 * 1
P(X=x) = 0.0282