Answer:
7.5
Step-by-step explanation:
If we look at the 4 by 4 square around the triangle we can just do the area of the square minus the area of the 3 little triangles which is:
4 * 4 - 4 * 1 / 2 - 3 * 3 / 2 - 4 * 1 / 2
= 16 - 2 - 4.5 - 2
= 16 - 8.5
= 7.5
A survey of 132 students is selected randomly on a large university campus. They are asked if they use a laptop in class to take notes. The result of the survey is that 66 of the 132 students responded "yes.". An approximate 98% confidence interval is (0.399, 0.601). How would the confidence interval change if the confidence level had been 90% instead of 98%
Answer:
For 90% CI = (0.428, 0.572)
For 98% CI = (0.399, 0.601)
The confidence interval (and Margin of error) reduces when 90% confidence level is used compared to when 98% confidence level is used.
Step-by-step explanation:
Confidence interval can be defined as a range of values so defined that there is a specified probability that the value of a parameter lies within it.
The confidence interval of a statistical data can be written as.
p+/-z√(p(1-p)/n)
Given that;
Proportion p = 66/132 = 0.50
Number of samples n = 132
Confidence level = 90%
z(at 90% confidence) = 1.645
Substituting the values we have;
0.50 +/- 1.645√(0.50(1-0.50)/132)
0.50 +/- 1.645√(0.001893939393)
0.50 +/- 0.071589436011
0.50 +/- 0.072
(0.428, 0.572)
The 90% confidence level estimate of the true population proportion of students who responded "yes" is (0.428, 0.572)
For 90% CI = (0.428, 0.572)
For 98% CI = (0.399, 0.601)
The confidence interval (and Margin of error) reduces when 90% confidence level is used compared to when 98% confidence level is used.
oe has a cube shaped box that needs to be filled with package materials. if the length of one side is 2 feet, then what is the volume of the box
Step-by-step explanation:
use length x width x height
A line whose slope is 4 and passes through the point (0, -9) lies on the line whose equation is:
Answer:
y = 4x - 9
Step-by-step explanation:
Use the formula:
y = mx + b
Where m is the slope, b is the y-intercept.
The slope is 4.
y = 4x + b
The y-intercept is -9 because it passes through (0, -9).
y = 4x - 9
Need help What is 30% of 45?
Answer: 13.5
Step-by-step explanation:
30% = 0.3.
Thus, simply do 0.3*45 to get 13.5.
Hope it helps <3
When plotting points on the coordinate plane below, which point would lie on the y-axis? A coordinate plane. (0, 1) (7, 0) (6, 8) (8, 2)
Answer:
Numbers 1,0,8,2 would lie on y-axis.
Step-by-step explanation:
This is because for example, (0,1)
we must prefer 0 as x-axis and 1 as y-axis. That's means left number or side will always be x-axis and right side will always be y-axis.
Answer: (0, 1)
Step-by-step explanation:
When the x is 0 is lies on the y axis.
Select the correct answer for the blank: If everything else stays the same, the required sample size ____ as the confidence level decreases to reach the same margin of error. Answer:
Answer:
The required sample size increases.
Step-by-step explanation:
The margin of error of a confidence interval is given by:
[tex]M = z*\frac{\sigma}{\sqrt{n}}[/tex]
In which z is related to the confidence level(the higher the confidence level the higher z), [tex]\sigma[/tex] is the standard deviation of the population and n is the size of the sample.
In this question:
The confidence level decreases, so z decreases.
For the margin of error to stay the same, the sample size also has to decrease.
The required sample size increases.
Find the mass and center of mass of the lamina that occupies the region D and has the given density function rho. D is the triangular region with vertices (0, 0), (2, 1), (0, 3); rho(x, y) = 2(x + y)
The mass of the lamina is 6 units.
The center of mass of the lamina is (X,Y) = (-3/2, 9/2).
Here,
To find the mass and center of mass of the lamina, we need to integrate the density function ρ(x, y) over the triangular region D.
The mass (M) of the lamina is given by the double integral of the density function over the region D:
M = ∬_D ρ(x, y) dA
where dA represents the differential area element.
The center of mass (X,Y) of the lamina can be calculated using the following formulas:
X = (1/M) ∬_D xρ(x, y) dA
Y = (1/M) ∬_D yρ(x, y) dA
Now, let's proceed with the calculations:
The triangular region D has vertices (0, 0), (2, 1), and (0, 3). We can define the limits of integration for x and y as follows:
0 ≤ x ≤ 2
0 ≤ y ≤ 3 - (3/2)x
Now, let's calculate the mass (M):
M = ∬_D ρ(x, y) dA
M = ∬_D 2(x + y) dA
We need to set up the double integral over the region D:
M = ∫[0 to 2] ∫[0 to 3 - (3/2)x] 2(x + y) dy dx
Now, integrate with respect to y first:
M = ∫[0 to 2] [x(y²/2 + y)] | [0 to 3 - (3/2)x] dx
M = ∫[0 to 2] [x((3 - (3/2)x)²/2 + (3 - (3/2)x))] dx
M = ∫[0 to 2] [(3x - (3/2)x²)²/2 + (3x - (3/2)x²)] dx
Now, integrate with respect to x:
[tex]M = [(x^3 - (1/2)x^4)^2/6 + (3/2)x^2 - (1/4)x^3)] | [0 to 2]\\M = [(2^3 - (1/2)(2^4))^2/6 + (3/2)(2^2) - (1/4)(2^3)] - [(0^3 - (1/2)(0^4))^2/6 + (3/2)(0^2) - (1/4)(0^3)]\\M = [(8 - 8)^2/6 + 6 - 0] - [0]\\M = 6[/tex]
So, the mass of the lamina is 6 units.
Next, let's calculate the center of mass (X,Y):
X = (1/M) ∬_D xρ(x, y) dA
X = (1/6) ∬_D x * 2(x + y) dA
We need to set up the double integral over the region D:
X = (1/6) ∫[0 to 2] ∫[0 to 3 - (3/2)x] x * 2(x + y) dy dx
Now, integrate with respect to y first:
X = (1/6) ∫[0 to 2] [x(y² + 2xy)] | [0 to 3 - (3/2)x] dx
X = (1/6) ∫[0 to 2] [x((3 - (3/2)x)² + 2x(3 - (3/2)x))] dx
X = (1/6) ∫[0 to 2] [x(9 - 9x + (9/4)x² + 6x - (3/2)x²)] dx
X = (1/6) ∫[0 to 2] [(9/4)x³ - (3/2)x⁴ + 15x - (3/2)x³] dx
Now, integrate with respect to x:
[tex]X = [(9/16)x^4 - (3/8)x^5 + (15/2)x^2 - (3/8)x^4] | [0 to 2]\\X = [(9/16)(2)^4 - (3/8)(2)^5 + (15/2)(2)^2 - (3/8)(2)^4] - [(9/16)(0)^4 - (3/8)(0)^5 + (15/2)(0)^2 - (3/8)(0)^4]\\X = [9/2 - 12 + 15 - 0] - [0]\\X = 15/2 - 12\\X = -3/2[/tex]
Next, let's calculate Y:
Y = (1/M) ∬_D yρ(x, y) dA
Y = (1/6) ∬_D y * 2(x + y) dA
We need to set up the double integral over the region D:
Y = (1/6) ∫[0 to 2] ∫[0 to 3 - (3/2)x] y * 2(x + y) dy dx
Now, integrate with respect to y first:
Y = (1/6) ∫[0 to 2] [(xy² + 2y²)] | [0 to 3 - (3/2)x] dx
Y = (1/6) ∫[0 to 2] [x((3 - (3/2)x)²) + 2((3 - (3/2)x)²)] dx
Y= (1/6) ∫[0 to 2] [x(9 - 9x + (9/4)x²) + 2(9 - 9x + (9/4)x²)] dx
Y = (1/6) ∫[0 to 2] [(9x - 9x² + (9/4)x³) + (18 - 18x + (9/2)x²)] dx
Now, integrate with respect to x:
[tex]Y= [(9/2)x^2 - 3x^3 + (9/16)x^4) + (18x - 9x^2 + (9/6)x^3)] | [0 to 2]\\Y = [(9/2)(2)^2 - 3(2)^3 + (9/16)(2)^4) + (18(2) - 9(2)^2 + (9/6)(2)^3)] - [(9/2)(0)^2 - 3(0)^3 + (9/16)(0)^4) + (18(0) - 9(0)^2 + (9/6)(0)^3)]\\Y = [18 - 24 + 9/2 + 36 - 36 + 12] - [0]\\Y= 9/2[/tex]
So, the center of mass of the lamina is (X,Y) = (-3/2, 9/2).
Learn more about mass here
brainly.com/question/17137444
#SPJ4
The larger of two numbers is 33 more than the smaller. When added together, the sum of the larger number and five times the smaller number is 129. What are the two numbers? larger number = ___ smaller number = ____ Please Help!
Step-by-step explanation:
let the larger number be x and smaller number be y
according to this question
x=y+33----------(1)
y+33+5y=129----------(2)
6y+33=129
y=16
x=16+33(takimg equation (1)
x=49
Answer:
Larger number: 49.
Smaller number: 16.
Step-by-step explanation:
Let's say that the larger number is represented by y, and the smaller is represented by x.
y = 33 + x
y + 5 * x = 129
(33 + x) + 5x = 129
6x + 33 = 129
6x = 96
x = 16
y = 33 + 16
y = 49
Check our work...
49 + 5 * 16 = 49 + 80 = 129
49 = 33 + 16 = 49
Since it all works out, the larger number is 49 and the smaller number is 16.
Hope this helps!
Triangle L M N is shown. Angle L M N is a right angle. Angles N L M and L M N are 45 degrees. The length of L N is x. Which statements are true regarding triangle LMN? Check all that apply. NM = x NM = LM = x StartRoot 2 EndRoot tan(45°) = StartFraction StartRoot 2 EndRoot Over 2 EndFraction tan(45°) = 1
Answer:
A.) NM= x
C.) LM = x√2
E.) tan (45°) = 1
Step-by-step explanation:
If the legs are both x, then the hypotenuse is equal to [tex]x\sqrt{2[/tex]
Therefore, LM= [tex]x\sqrt{2[/tex] is correct and MN= x
Disclaimer: The sum is done according to the picture attached as the question given is wrong.
The true statements regarding the given isosceles right triangle ΔLMN are:
NM = xLM = x√2tan 45° = 1.What are isosceles right triangles?An isosceles triangle is a triangle where two sides and their corresponding angles are equal.
A right triangle is a triangle with one angle = 90°.
An isosceles right triangle is a right-angled triangle with two legs including the right angle are equal. Their corresponding angles are equal and each of them = 45°. So, the three angles of an isosceles right triangle are 45°, 45°, and 90°, always.
How do we solve the given question?In the figure, we can see that we have a ΔLMN, with ∠L = 45°, ∠M = 45°, and ∠N = 90°. Also, we can see that LN = x.
The given angles of ΔLMN determine that it is an isosceles right triangle with a right angle at N.
Since, the two legs involving the right angle, that is N, are equal, we can say that, NM = LN = x.
The hypotenuse of the ΔLMN, that is the side opposite to ∠N, that is LM, can be found using the Pythagoras theorem, by which in a right-angled triangle,
Hypotenuse² = Base² + Perpendicular².
∴ LM² = LN² + NM² = x² + x² = 2x².
or, LM = √(2x²) = x√2.
The tangent of an angle ∅, that is, tan ∅ is computed using the formula,
tan ∅ = Perpendicular/Base.
To calculate tan 45°, that is, tangent to ∠L, we take Perpendicular = NM and Base = LN.
∴ tan 45° = NM/LN = x/x = 1.
Now, we check all the given options:
NM = x. TRUE (computed)NM = x√2. FALSE (∵ NM = x)LM = x√2. TRUE (computed)tan 45° = √2/2. FALSE (∵ tan 45° = 1)tan 45° = 1. TRUE (computed)∴ The true statements regarding the given isosceles right triangle ΔLMN are:
NM = xLM = x√2tan 45° = 1.Learn more about isosceles right triangle at
https://brainly.com/question/691225
#SPJ2
What is the nth term rule of the quadratic sequence below? 4,15,30,49,72,99,130,...
Answer:
The nth term rule of the quadratic sequence is [tex]2n^{2} +5n-3[/tex].
Step-by-step explanation:
We are given the following quadratic sequence below;
4, 15, 30, 49, 72, 99, 130,...
As we know that the formula for the nth term of the quadratic sequence is given by = [tex]an^{2}+bn+c[/tex]
Firstly, we will find the difference between the term of the given sequence;
1st difference of the given sequence;
(2nd term - 1st term), (3rd term - 2nd term), (4th term - 3rd term), (5th term - 4th term), (6th term - 5th term), (7th term - 6th term)
= (15 - 4), (30 - 15), (49 - 30), (72 - 49), (99 - 72), (130 - 99),....
= (11, 15, 19, 23, 27, 31,.....)
Now, we will find the second difference of the given sequence, i.e;
= (15 - 11), (19 - 15), (23 - 19), (27 - 23), (31 - 27),....
= (4, 4, 4, 4, 4)
Since the differences are same now, so to find the value of a we have to divide the value of second difference by 2, i.e;
The value of a = [tex]\dfrac{4}{2}[/tex] = 2
SO, the first term of the nth term rule equation is [tex]an^{2}[/tex] = [tex]2n^{2}[/tex].
Now, in the term [tex]2n^{2}[/tex], put the value of n = 1, 2, 3, 4 and 5 and then form the sequence, i.e;
If n = 1, then [tex]2n^{2}[/tex] = [tex]2 \times (1)^{2}[/tex] = 2
If n = 2, then [tex]2n^{2}[/tex] = [tex]2 \times (2)^{2}[/tex] = 8
If n = 3, then [tex]2n^{2}[/tex] = [tex]2 \times (3)^{2}[/tex] = 18
If n = 4, then [tex]2n^{2}[/tex] = [tex]2 \times (4)^{2}[/tex] = 32
If n = 5, then [tex]2n^{2}[/tex] = [tex]2 \times (5)^{2}[/tex] = 50
SO, the sequence formed is (2, 8, 18, 32, 50).
Now, find the difference of this sequence and the original quadratic sequence, i.e;
= (4 - 2), (15 - 8), (30 - 18), (49 - 32), (72 - 50)
= (2, 7, 12, 17, 22)
Now, as we can see that the above sequence resembles the general form of (5n - 3) because:
If we put n = 1, then (5n - 3) = 5 - 3 = 2
If we put n = 2, then (5n - 3) = 10 - 3 = 7 and so on....
From this, we concluded that the value of b and c are 5 and (-3) respectively.
Hence, the nth term rule for the given quadratic sequence is [tex]2n^{2} +5n-3[/tex].
Which choice is a solution to the system of equations?
To solve this system, I would use substitution.
Since our first equation tells us that y = 2x - 3, we can substitute a
2x - 3 in for the y in our second equation to get 2x - 3 - 9 = -x.
Simplifying on the left we get 2x - 12 = -x.
Moving the 2x to the right, we have -12 = -3x.
Now divide both sides by -3 and we have 4 = x.
To find y, plug 4 back into either one of the original equations.
I'll go with the first one.
So we have y = 2(4) - 3.
Solving from here, we find that y = 5.
So the solution to this system is (4,5).
a passenger train can travel 245 miles in the same amount of time it takes a freight train to travel 200 miles. If the raye of the passenger train is 15 MPH faster than the rate of the frieght train find the rate of each
Set up a table and solve using an algebraic equation.
Answer:
Step-by-step explanation:
Let x represent the rate of the freight train. If the rate of the passenger train is 15 MPH faster than the rate of the frieght train, it means that the rate of the passenger train is x + 15
Time = distance/speed
Time that it will take a passenger train to travel 245 miles is
245/(x + 15)
Time that it will take a fright train to travel 200 miles is
200/x
Since both times are the same, it means that
245/(x + 15) = 200/x
Cross multiplying, it becomes
245x = 200(x + 15)
245x = 200x + 3000
245x - 200x = 3000
45x = 3000
x = 3000/45 = 66.67 mph
Rate of freight train is 66.67 mph
Rate of passenger train is 66.67 + 15 = 81.67 mph
What is the difference?
StartFraction x Over x squared + 3 x + 2 EndFraction minus StartFraction 1 Over (x + 2) (x + 1) EndFraction
StartFraction x minus 1 Over 6 x + 4 EndFraction
StartFraction negative 1 Over 4 x + 2 EndFraction
StartFraction 1 Over x + 2 EndFraction
StartFraction x minus 1 Over x squared + 3 x + 2 EndFraction
Answer:
The answer is option D.Step-by-step explanation:
First we must first find the LCM
The LCM of x² + 3x + 2 and (x + 2)(x + 1 ) is
x² + 3x + 2
So we have
[tex] \frac{x}{ {x}^{2} + 3x + 2 } - \frac{1}{(x + 2)(x + 1)} \\ \\ = \frac{x - 1}{ {x}^{2} + 3x + 2 } [/tex]
Hope this helps you
Answer:
The answer is OPTION D!
Step-by-step explanation:
HoPe ThIs HeLpS!
Please answer this correctly
Answer:
50 %
Step-by-step explanation:
p not greater than 5 means 5 or <5
so half of spinner means probability 50 %
Divide and answer in simplest form: 1/5 ÷ 7
Answer: 1/35
Step-by-step explanation:
1/5 = 0.2
0.2/7= 1/35
Answer:
[tex] \frac{1}{35} [/tex]Step by step explanation
[tex] \frac{1}{5} \div 7[/tex]
Dividing is equivalent to multiplying with the reciprocal:
[tex] \frac{1}{5} \times \frac{1}{7} [/tex]
Multiply the fraction
[tex] \frac{1 \times 1}{5 \times 7} [/tex]
[tex] = \frac{1}{35} [/tex]
Hope this helps...
Good luck on your assignment.
Which of these equations, when solved, gives a different value of x than the other three? 1. 9.1 = -0.2x + 10 2. 10 = 9.1 + 0.2x 3. 10 – 0.2x = 9.1 4. 9.1 – 10 = 0.2x
Answer:
4. 9.1 – 10 = 0.2x
X= -4.5
Step-by-step explanation:
Let's solve for x in the equations given below
1. 9.1 = -0.2x + 10
9.1 - 10 = -0.2x
-0.9= -0.2x
-0.9/-0.2= x
4.5 = x
2. 10 = 9.1 + 0.2x
10-9.1 = 0.2x
0.9= 0.2x
0.9/0.2 = x
4.5 = x
3. 10 – 0.2x = 9.1
10-9.1= 0.2x
0.9= 0.2x
0.9/0.2= x
4.5 = x
4. 9.1 – 10 = 0.2x
-0.9 = 0.2x
-0.9/0.2= x
-4.5 = x
The different equation is equation 4
Reason because it's answer gave a negative value of x while others gave a positive value of x.
But in magnitude they all have same value of x
Answer:Its D
Step-by-step explanation:
I just did it on ed
What is the measure of ea
Answer:
u forgot picture
Step-by-step explanation:
if not then define ea
werido modz... up for a laugh? I can't answer a question that is measure ea with no picture nor any info
69/8 as a mixed number
Answer:
Hey!
69/8 as a mixed number is...
8 5/8!
To get this answer, simply divide 69 by 8, then subtract the WHOLE NUMBER from 69 and then the left over number is the numerator over 8
Hope this helps!
Answer:
8 5/8
Step-by-step explanation:
When individuals in a sample of 150 were asked whether or not they supported capital punishment, the following information was obtained. Do you support capital punishment? Number of individuals Yes 40 No 60 No Opinion 50 We are interested in determining whether or not the opinions of the individuals (as to Yes, No, and No Opinion) are uniformly distributed. The calculated value for the test statistic equals a. 20. b. 4. c. 2. d. -2.
Answer:
[tex]\chi^2 = \sum_{i=1}^n \frac{(O_i -E_i)^2}{E_i}[/tex]
The expected values for all the categories is :
[tex] E_i =\frac{150}{3}=50[/tex]
And then the statistic would be given by:
[tex]\chi^2 = \frac{(40-50)^2}{50}+\frac{(60-50)^2}{50}+\frac{(50-50)^2}{50}=4[/tex]
And the best option would be:
b. 4
Step-by-step explanation:
For this problem we have the following observed values:
Yes 40 No 60 No Opinion 50
And we want to test the following hypothesis:
Null hypothesis: All the opinions are uniformly distributed
Alternative hypothesis: Not All the opinions are uniformly distributed
And for this case the statistic would be given by:
[tex]\chi^2 = \sum_{i=1}^n \frac{(O_i -E_i)^2}{E_i}[/tex]
The expected values for all the categories is :
[tex] E_i =\frac{150}{3}=50[/tex]
And then the statistic would be given by:
[tex]\chi^2 = \frac{(40-50)^2}{50}+\frac{(60-50)^2}{50}+\frac{(50-50)^2}{50}=4[/tex]
And the best option would be:
b. 4
An electrician earns $50 per hour, and expects to earn $5 additional per hour as each year passes. Find the electrician’s hourly wage after 8 years have elapsed.
If x − √a is a factor of 2x4 − 2a 2x 2 − 3x + 2a3 − 2a2 + 3 , find the value of a.
Answer:
[tex]\boxed{\sf \ \ \ a = 1 \ \ \ }[/tex]
Step-by-step explanation:
Hello,
saying that [tex]x-\sqrt{a}[/tex] is a factor means that [tex]\sqrt{a}[/tex] is a zero which means
[tex]2(\sqrt{a})^4-2a^2(\sqrt{a})^2-3*\sqrt{a}+2a^3-2a^2+3=0\\\\<=> 2a^2-2a^3-3*\sqrt{a}+2a^3-2a^2+3=0\\\\<=>3-3*\sqrt{a}=0\\\\<=>\sqrt{a}=\dfrac{3}{3}=1\\\\<=> a = 1[/tex]
so the solution is a = 1
Do not hesitate if you have any question
Find two paths of approach from which one can conclude that the function has no limit as (x, y) approaches (0, 0).
Answer:
for us to be able to ascertain whether a function has no limit we approach from two points which are from zero and infinity.
Step-by-step explanation:
the two best path to approach a function is to approach from zero and approach from infinity, literary what we are trying to do is approach from the smallest to the greatest and it each point we can conclude with certainty whether the function has a limit or not.
Not sure about this.. please help!!
Answer:
Cube
Step-by-step explanation:
A cube is a 3-D shape that consists of 6 squares. A cube is the correct following shape that must have a square base or a square bottom since all of it's sides are the shape of a square.
Hope this helps!!! PLZ MARK BRAINLIEST!!!
Answer:
Step-by-step explanation:
The cube is the only one there that must have a square base.
The rectangular prism might have a square base, but most likely it does not. T
The pyramid can have a square base like the ones in Egypt but it can also have a triangular base.
A cone has a circular base.
The parabola x = y2 - 9 opens:
Answer:
To the RIGHT
Step-by-step explanation:
The parabola will open right if the y^2 is positive and will open left if the y^2 is negative.
Simplify the square root of 2 times the cube root of 2.
two to the one sixth power
two to the two thirds power
two to the five sixths power
two to the seven sixths power
Answer:
2 to the 1/6 th power
Step-by-step explanation:
square root = 1/2
Cube root = 1/3
so 1/3 x 1/2= 1/6
can i please have brainlest
Answer:
2 to the 1/6 th power
Step-by-step explanation:
square root = 1/2
Cube root = 1/3
so 1/3 x 1/2= 1/6
can i please have brainlest
The Greatest Common Factor (GCF) of 4x3 - 2x2 + 8x is:
A. 2x
B. 2.
C. X
D.None of these choices are correct.
Answer:
A. 2x
Step-by-step explanation:
Step 1: Factor out a 2
2(2x³ - x² + 4x)
Step 2: Factor out an x
2x(2x² - x + 4)
So our answer is B.
Which statement about √2x+3= √2x+3 is true? A.X=1/2 is an extraneous solution. B.X=1/2 is a true solution. C.X=2 is an extraneous solution. D.X=2 is a true solution
Answer:
B and DStep-by-step explanation:
This equation is true in either case, because the expression [tex]\sqrt{2x} +3[/tex] is equivalent to itself, that means the equation is true for all positive real numbers including the zero.
Therefore, the right answers are B and D, both numbers are true solutions of the expression.
Answer:
A: x=1/2 is an extraneous solution.
Step-by-step explanation:
mohsin is writing a 2400 words essay for his school project he writes 1/5 of the essay on the first day 2/3 of the remainder on the second day 220 words on third day now he has to write the conclusion how long was his conclusion
Answer: 420 words
Step-by-step explanation:
First find how much he did the first day by doing 1/5*2400=480.
Then find out how much he did the second day by doing 2400-480=1920, then doing 1920*(2/3)=1280.
Then, because he did 220 words the third day, simply do 2400-480-1280-220=420.
Hope it helps <3
Ans420 words per min
Step-by-step explanation:
Delicious Candy markets a two-pound box of assorted chocolates. Because of imperfections in the candy making equipment, the actual weight of the chocolate has a uniform distribution ranging from 31 to 32.5 ounces. What is the probability that a box weighs more than 32.2 ounces?
Answer:
20% probability that a box weighs more than 32.2 ounces
Step-by-step explanation:
An uniform probability is a case of probability in which each outcome is equally as likely.
For this situation, we have a lower limit of the distribution that we call a and an upper limit that we call b.
The probability that we find a value X higher than x is given by the following formula.
[tex]P(X > x) = \frac{b-x}{b-a}[/tex]
Uniform distribution ranging from 31 to 32.5 ounces.
This means that [tex]a = 31, b = 32.5[/tex]
What is the probability that a box weighs more than 32.2 ounces?
[tex]P(X > 32.2) = \frac{32.5 - 32.2}{32.5 - 31} = 0.2[/tex]
20% probability that a box weighs more than 32.2 ounces
a) calculate the effects on Cook’s operating profit before and after the closure. Should the Eastern Division be closed? Show calculations.
b) the manager of Cook believes that if the Easter Division is closed, the Western Division will have an increase of $20,000 in sales. If this prediction proved to be true, should the company close the Eastern Division? Show calculations.