Let S = number of small yogurts ($2 each).
Let M = number of medium yogurts ($3 each)
Let L = number of large yogurts ($5 each)
Total yogurts is 27, therefore
S + M + L = 27
Total revenue generated is $98, therefore
2S + 3M +5L = 98
There are five more large yogurts than small yogurts, therefore
L = S + 5, or
-S + L = 5
These three equations may be written as the matrix equation
[ 1 1 1 | |S| |27|
| 2 3 5 | |M| = |98|
| -1 0 1 | |L| | 5|
The determinant of the matrix is
D = 3 - (2+5) + 3 = -1.
Solve with Cramer's Rule to obtain
S = -[27*3) - (98-25) - 15]
= 7
M = -[(98-25) - 27(2+5) + (10+98)]
= 8
L = -[15 - (10+98) + 27(3)]
= 12
Answer: 7 small, 8 medium, 12 large yogurts.
Answer:
Kindly check explanation
Step-by-step explanation:
The alpha level set at the beginning of of an experiment is used by the researcher to the limit the probability if making a type 1 error. The type 1 error is committed when a true null hypothesis is incorrectly rejected.
The type 2 error on the other hand is committed when fail to reject a false null hypothesis.
Hence, in other to forestall the risk of incorrectly rejecting a true null hypothesis, the alpha level is set.
When critical region is split across both tails of the distribution, The z-score boundaries at an alpha level α = .05
α = .05 (95% confidence level)
When region is split into 2:
α/2 = .05/2
α/2 = 0.025
Loooking up the z table for the Zscore with probability of 0.025
Zscore = ±1.96
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:
4 inches per second
Step-by-step explanation:
Speed = distance/time
Given
Distance = 20 feet
12 inches = 1 foot
X inches = 20 feet
X = 20 x 12 = 240 inches
Time = 1 minute = 60 secs
Therefore
Speed = 240/60
= 4 inches per second
9514 1404 393
Answer:
96 cubic feet
Step-by-step explanation:
A volume that is 16 ft by 18 ft by 1/3 ft will be ...
V = LWH
V = (16 ft)(18 ft)(1/3 ft) = 96 ft³
96 cubic feet of concrete are needed.