Answer:
41
Step-by-step explanation:
So basically you need to use the pythagorean thrm. Essentially, the diagonal and the width and length create a triangle, the diagonal being the hypothenuse. So the formula goes as
. the variable "a" being the length and the variable "b" being the width. So plug it in and there you have your answer!
Answer:
x = 60
Step-by-step explanation:
The sum of the angles in a triangle is 180
40 + x+20 + x = 180
Combine like terms
2x+60 =180
Subtract 60 from each side
2x+60-60 =180-60
2x =120
Divide by 2
2x/2 =120/2
x = 60
I honestly don't know, but I think it is 63
Answer:
Pre image of B' is B
Step-by-step explanation:
Given:
ABC is a triangle
A transformation is done on ABC so that the image is A'B'C'.
Note that transformations are of various types such as dilation, vertical shift, horizontal shift, rotation about a point, reflection on a line, etc.
In any type of transformation, corresponding vertices will be matched. In other words, A will become A', B will become B' and C will become C'.
Because of the property of the transformation to keep images similar and also transforming correspondingly the vertices we get preimage of B' would be nothing but B itself.
Answer:
1,082
Step-by-step explanation:
The sample size n in Simple Random Sampling is given by

where
z = 1.645 is the critical value for a 90% confidence level (*)
s = 2 is the estimated population standard deviation
e = 0.1 mm points is the margin of error
so

rounded up to the nearest integer.
So the manufacturer should test 1,083 parts.
---------------------------------------------------------------------------------------
(*)This is a point z such that the area under the Normal curve N(0,1) outside the interval [-z, z] equals 10% = 0.1
It can be obtained in Excel with
NORMINV(1-0.05,0,1)
and in OpenOffice Calc with
NORMINV(1-0.05;0;1)