9514 1404 393
Answer:
x = 2
Step-by-step explanation:
Using the scale factor, we have ...
x/8 = 0.25/1
x = 8(0.25) . . . . multiply by 8
x = 2
_____
<em>Additional comment</em>
I like to write proportions with the variable in the numerator. That way they are easily solved by a single multiplication. The trick is to get corresponding parts in the same positions. Here, the fractions are written ...
B/A = smaller part / larger part = x/8 = 0.25/1
Answer:
Chord.
Step-by-step explanation:
A chord us any line segment that joins two points on the circumference of a circle.
A diameter obeys that definition.
It's a special chord because it passes through the center of the circle.
Answer:
Explained below.
Step-by-step explanation:
The complete question is:
Find the value of the probability of the standard normal variable Z corresponding to this area for problems 1-3.
1. P(Z < 1.62)
2. P(Z > -1.57)
3. P(-1.41 < Z < 0.63)
Solution:
Use Excel to solve the problems.
(1)
P(Z < 1.62) =NORM.S.DIST(1.62,TRUE)
= 0.9474
(2)
P(Z > -1.57) = P (Z < 1.57)
=NORM.S.DIST(1.57,TRUE)
= 0.9418
(3)
P(-1.41 < Z < 0.63) = P (Z < 0.63) - P (Z < -1.41)
=NORM.S.DIST(0.63,TRUE) - NORM.S.DIST(-1.41,TRUE)
= 0.7357 - 0.0793
= 0.6564