Let x be a random variable representing the number of skateboards produced
a.) P(x ≤ 20,555) = P(z ≤ (20,555 - 20,500)/55) = P(z ≤ 1) = 0.84134 = 84.1%
b.) P(x ≥ 20,610) = P(z ≥ (20,610 - 20,500)/55) = P(z ≥ 2) = 1 - P(z < 2) = 1 - 0.97725 = 0.02275 = 2.3%
c.) P(x ≤ 20,445) = P(z ≤ (20,445 - 20,500)/55) = P(z ≤ -1) = 1 - P(z ≤ 1) = 1 - 0.84134 = 0.15866 = 15.9%
Answer:
The probability that a randomly selected person is not color blind is 0.958
Step-by-step explanation:
Given,
C represents red-green color blindness,
Also, the probability that a randomly selected person is color blind,
P(C) = 0.042,
Thus, probability that a randomly selected person is not color blind,
P(C') = 1 - P(C) = 1 - 0.042 = 0.958
Each child will get 1/4 of the sandwich.
(1/2)/2 = 1/4
First of all, a bit of theory: since the area of a square is given by

where s is the length of the square. So, if we invert this function we have
.
Moreover, the diagonal of a square cuts the square in two isosceles right triangles, whose legs are the sides, so the diagonal is the hypothenuse and it can be found by

So, the diagonal is the side length, multiplied by the square root of 2.
With that being said, your function could be something like this:
double diagonalFromArea(double area) {
double side = Math.sqrt(area);
double diagonal = side * Math.sqrt(2);
return diagonal;
}
Answer:
X=80°
Step-by-step explanation:
Bc it’s in the same place as angle F