Answer:
24 men will take 3 days to dig a 72 meter trench.
Step-by-step explanation:
If 16 workers dig an 80-meter long trench in five days, how long will it take 24 workers to dig a 72-meter long trench?
If 16 workers take 5 days to dig an 80 meter long trench,
24 workers will definitely take lesser time to dig a 72 meter long trench as both the length of the trench and the number of workers is more
Lets write these values down in order: Number of Workers, Length of Trench, Number of Days:
16 80 5
24 72 ?
Lets represent the ? as x:
We know that Ratio of Trench length to men = 80/16 : 72/24 or 5 : 3
Which means that the first set (16 men) will take 5 days to dig a trench of 80 meters.
And therefore from the above ratio (5: 3), 24 men will take 3 days to dig a 72 meter trench.
HOPE IT WILL DEFINITELY HELP YOU
The question is in the screenshot
Answer:
AC is about 4.29
Step-by-step explanation:
we need to use simple trigonometry for this problem
the tangent of an angle is the ratio between the opposite side and the adjacent side
so the tangent of the angle 35º is BC / AC
tan(35) is about 0.7
this means that BC / AC = 0.7
we know BC is 3
so 3 / AC = 0.7
3 = 0.7(AC)
AC is about 4.29
A sample tested the claim that heights of men and heights of women have difference variances, with s=7.42388 cm for women and 7.14974 cm for men. The sample sizes are n1=144 and n2=156. When using the F test with these data, is it correct to reason that there is no need to check for normality because n1>30 and n2>30?
No. The F test has a requirement that samples be from the normally distributed populations, regardless of how large the samples are.
The F-test simply shows whether the variances that are in the numerator and the denominator are equal. The F-test can be applied on a large sampled population.
One main assumption of the F test is that the populations where the two samples are drawn are normally distributed.
Regarding the question, it's important to note that when using the F test with these data, it's not correct to reason that there is no need to check for "normality".
It should be noted that the F test has a requirement that samples are from the normally distributed populations, regardless of how large such samples are.
Read related link on:
https://brainly.com/question/16786843
I don’t understand these 3 questions and I need help.
Answer:
1: A=1
2: -3
3: C
Step-by-step explanation:
1: If 3x+4 is a factor, then -4/3 is equal to x. Substitute it in for x and solve for a. This gives us A=1.
For the commenter not understanding how I got -4/3: 3x+4 being a factor means that it equals 0. It might help you understand this if you remember that after factoring, like I did for 38 in my photo, we take expressions like x-4 and set them equal to 0 to get x=4, a solution. So, subtract 4 from both sides to get 3x=-4, then divide both sides by 3 to get x alone. Thus, x=-4/3.
2: To find the sum, we first need to find the two solutions. We can factor to get (x+7)(x-4). This gives us x=-7 and x=+4. The solution of these two would be (-7)+4 is -3.
3: B is a close answer, but the signs are wrong on the bottom. Factoring the question would give us 2(x-2) / 2(x^2-x-2). Factoring that equation is 2(x-2) / 2(x+1)(x-2). Simplifying this gives us 1 / x+1.
Sorry for the bad penmanship, I wanted to make it a little clearer for you! I really hope I helped! :)
What is the surface area of this figure in square centimeters?
A.96
B.75
C.84
D.60
9514 1404 393
Answer:
A. 96
Step-by-step explanation:
The surface area is the sum of the areas of the two triangular bases and the areas of the three rectangular lateral faces.
A = 2(1/2)bh + PH
where b is the base of the triangle, h is its height, P is the perimeter of the triangle, and H is the height of the prism.
A = (3 cm)(4 cm) +(3 +4 +5 cm)(7 cm) = 12 cm² +84 cm²
A = 96 cm²
The surface area of the triangular prism is 96 square cm.
hello,can you answer this question asap thxs
9514 1404 393
Answer:
111 1/9 pounds
Step-by-step explanation:
The given relationship is ...
delivered = ground × (1 -10%)
Then ...
ground = delivered/0.90 = 100 lb/0.90 = 111 1/9 lb
It is necessary to grind 111 1/9 pounds of grain to have exactly 100 lb after a 10% payment.
Solve the initial-value problem using the method of undetermined coefficients.
y'' − y' = xe^x, y(0) = 6, y'(0) = 5
First check the characteristic solution. The characteristic equation to this DE is
r ² - r = r (r - 1) = 0
with roots r = 0 and r = 1, so the characteristic solution is
y (char.) = C₁ exp(0x) + C₂ exp(1x)
y (char.) = C₁ + C₂ exp(x)
For the particular solution, we try the ansatz
y (part.) = (ax + b) exp(x)
but exp(x) is already accounted for in the second term of y (char.), so we multiply each term here by x :
y (part.) = (ax ² + bx) exp(x)
Differentiate this twice and substitute the derivatives into the DE.
y' (part.) = (2ax + b) exp(x) + (ax ² + bx) exp(x)
… = (ax ² + (2a + b)x + b) exp(x)
y'' (part.) = (2ax + 2a + b) exp(x) + (ax ² + (2a + b)x + b) exp(x)
… = (ax ² + (4a + b)x + 2a + 2b) exp(x)
(ax ² + (4a + b)x + 2a + 2b) exp(x) - (ax ² + (2a + b)x + b) exp(x)
= x exp(x)
The factor of exp(x) on both sides is never zero, so we can cancel them:
(ax ² + (4a + b)x + 2a + 2b) - (ax ² + (2a + b)x + b) = x
Collect all the terms on the left side to reduce it to
2ax + 2a + b = x
Matching coefficients gives the system
2a = 1
2a + b = 0
and solving this yields
a = 1/2, b = -1
Then the general solution to this DE is
y(x) = C₁ + C₂ exp(x) + (1/2 x ² - x) exp(x)
For the given initial conditions, we have
y (0) = C₁ + C₂ = 6
y' (0) = C₂ - 1 = 5
and solving for the constants here gives
C₁ = 0, C₂ = 6
so that the particular solution to the IVP is
y(x) = 6 exp(x) + (1/2 x ² - x) exp(x)
f(x)=(2x+4)/(x^(2)+5x+6)
Step-by-step explanation:
Download gauthmath it will help
2.
Translate the following word phrase into an algebraic expression: six times four less than three
times x
Answer:
6 × ( 3x - 4)
Step-by-step explanation:
Not much to explain.
Hope this helps!
If there is something wrong, please let me know
Find the equation of the line through points (-5,-6) and (4,12)
9514 1404 393
Answer:
y = 2x +4
Step-by-step explanation:
The slope can be found using the slope formula:
m = (y2 -y1)/(x2 -x1)
m = (12 -(-6))/(4 -(-5)) = 18/9 = 2
The y-intercept can be found from ...
b = y -mx
b = 12 -(2)(4) = 4
Then the slope-intercept equation for the line is ...
y = mx +b
y = 2x +4
Answer:
y=2x+4
Step-by-step explanation:
Hi there!
We want to find the equation of the line that passes through the points (-5, -6) and (4, 12)
The most common way to write the equation of the line is in slope-intercept form, which is y=mx+b, where m is the slope and b is the y intercept
First, let's find the slope of the line
The formula for the slope calculated from two points is [tex]\frac{y_2-y_1}{x_2-x_1}[/tex], where ([tex]x_1[/tex], [tex]y_1[/tex]) and ([tex]x_2[/tex], [tex]y_2[/tex]) are points
We have everything needed to calculate the slope, but let's label the values of the points to avoid any confusion
[tex]x_1[/tex]=-5
[tex]y_1[/tex]=-6
[tex]x_2[/tex]=4
[tex]y_2[/tex]=12
Now substitute into the formula (remember: the formula has SUBTRACTION in it)
m=[tex]\frac{y_2-y_1}{x_2-x_1}[/tex]
m=[tex]\frac{12--6}{4--5}[/tex]
Simplify
m=[tex]\frac{12+6}{4+5}[/tex]
Add
m=[tex]\frac{18}{9}[/tex]
Divide
m=2
So the slope of the line is 2
Here is the equation so far:
y=2x+b
We need to find b
As the line will pass through both (-5, -6) and (4, 12), we can use the values of either one to solve for b
Let's take (4, 12) for instance
Substitute 4 as x and 12 as y
12=2(4)+b
Multiply
12=8+b
Subtract 8 from both sides
4=b
Substitute 4 as b in the equation
y=2x+4
Hope this helps!
Which table represents a proportional relationship?
9514 1404 393
Answer:
C)
Step-by-step explanation:
The table that has a constant ratio between y and x values is the one that represents a proportional relationship.
A) 2/4 ≠ 4/16
B) 1/1 ≠ 4/16
C) 6/8 = 12/16 = 18/24 = 30/40, a proportional relationship
For spring break you and some friends plan a road trip to a sunny destination that is 2215 miles away. If you drive a car that gets 38 miles per gallon and gas costs $3.119/gal, about how much will it cost to get to your destination
9514 1404 393
Answer:
$181.81
Step-by-step explanation:
(2215 mi)/(38 mi/gal)×($3.119/gal) = $181.8048
We round this up so that we have enough gas to get there. We don't want to have to walk the last 309 feet to the destination.
It will cost $181.81 to get to the destination.
Solve the following system of equations using the elimination method
8x + 2y= 30
7x+2y= 24
A) (3.-12)
B) (-53)
C) 1-6,-5)
D) 16,9)
Answer:
(6, -9)
Step-by-step explanation:
let: 8x + 2y = 30 be equation (a).
7x + 2y = 24 be equation (b).
[tex]{ \bf{equation \: (a) - equation \: (b) : }}[/tex]
[tex] (8 - 7)x + (2 - 2)y = (30 - 24) \\ x + 0y = 6 \\ x = 6[/tex]
substitute for x in equation (a):
[tex] (8 \times 6) + 2y = 30 \\ 48 + 2y = 30 \\ y = - 9[/tex]
The increased availability of light materials with high strength has revolutionized the design and manufacture of golf clubs, particularly drivers. One measure of drivers that result in much longer tee shots is known as the coefficient of restitution of the club. An experiment was performed in which 15 drivers produced by a particular club maker were selected at random and their coefficients of restitution measured. It is of interest to determine if there is evidence to support a claim that the mean coefficient of restitution exceeds 0.82. Assume values to be normally distributed. The following observations were obtained for the 15 drivers:
0.8411 0.8191 0.8182 0.8125 0.8750
0.8580 0.8532 0.8483 0.8272 0.7983
0.8042 0.8730 0.8282 0.8359 0.8660
Conduct the test using a significance level of 0.05.
Answer:
WE reject the Null and conclude that the mean coefficient of restitution exceeds 0.82
Step-by-step explanation:
This is a one sample t test :
The hypothesis :
H0 : μ = 0.82
H0 : μ > 0.82
Given the sample data:
0.8411 0.8191 0.8182 0.8125 0.8750
0.8580 0.8532 0.8483 0.8272 0.7983
0.8042 0.8730 0.8282 0.8359 0.8660
Sample size, n = 15
Sample mean = ΣX / n = 0.837
Sample standard deviation, s = 0.0246 (from calculator)
The test statistic :
T = (xbar - μ) ÷ (s/√(n))
T = (0.837 - 0.82) ÷ (0.0246/√(15))
T = 2.676
The critical value at α = 0.05
df = n - 1 ; 15 - 1 = 14
Tcritical(0.05, 14) = 1.761
Reject H0 if Test statistic > Tcritical
Since, 2.676 > 1.761 ; WE reject the Null and conclude that the mean coefficient of restitution exceeds 0.82
w^2+2w-42=0
what is the width and the length
Answer:
answers in the explanation cz I'm too lazy to type :(
not entirely sure tho
Step-by-step explanation:
w²+2w-42=0
*quadratic formula*
w= -1+ square root 43 m
or w= -1- square root 43 m
then since the length is 2m more than w
add 2 to both answers
l= 1+ square root 43 m
l=1- square root 43 m
9514 1404 393
Answer:
width: 5.557 mlength: 7.557 mStep-by-step explanation:
Given:
a rectangular patio of width w meters, length w+2 meters, and area 42 m²
Find:
width and length
Solution:
The area is ...
A = LW
42 = w(w +2)
43 = w² +2w +1 . . . . . . add 1 to complete the square
√43 = w+1
w = √43 -1 ≈ 5.557 . . . meters
l = w+2 = √43 +1 ≈ 7.557 . . . meters
The width and length of the patio are 5.557 m and 7.557 m, respectively.
PLEASE HELP, IGNORE ALL ANWSERS FILLED IN CURRENTLY I WILL GOVE BRAINLIST
Answer:
15.924 feets
Step-by-step explanation:
The height I'd the flagpole can be obtained using trigonometry ;
Solution triangle has been attached below,
The height, h of flagpole
Tan θ = opposite / Adjacent = h / 12
Tan 53 = h / 12
h = 12 * tan 53
h = 15.924
factorise: 30x^5+15x²y²+xy
Answer:
your answer calculated would be: x(30x^4 + 15xy^2 + y)
Step-by-step explanation:
i used math-way it's a really useful online calculator
The physical plant at the main campus of a large state university recieves daily requests to replace fluorescent lightbulbs. The distribution of the number of daily requests is bell-shaped and has a mean of 45 and a standard deviation of 3. Using the empirical rule, what is the approximate percentage of lightbulb replacement requests numbering between 42 and 45?
Do not enter the percent symbol.
ans = %
Answer:
34%
Step-by-step explanation:
Given that the distribution of daily light bulb request replacement is approximately bell shaped with ;
Mean , μ = 45 ; standard deviation, σ = 3
Using the empirical formula where ;
68% of the distribution is within 1 standard deviation from the mean ;
95% of the distribution is within 2 standard deviation from the mean
Lightbulb replacement numbering between ;
42 and 45
Number of standard deviations from the mean /
Z = (x - μ) / σ
(x - μ) / σ < Z < (x - μ) / σ
(42 - 45) / 3 = -1
This lies between - 1 standard deviation a d the mean :
Hence, the approximate percentage is : 68% / 2 = 34%
Use the ratio of a 45-45-90triangle to solve for the variables. Make sure to simplify radicals. Leave your answers as radicals in simplest form.
Answer:
Step-by-step explanation:
in this specific case the two legs are congruent:
b = 18
For the Pythagorean theorem
a = √ 2 * 18^2 = 18√2
Jose saves $22.45 a week which is 37% of his weekly pay. How much is Jose's weekly pay?
The ratio of the volumes of two similar solid polyhedra is equal to the square root of the ratio between their edges. True or False? HELP QUICK PLSSSSS
Answer:
FALSE.The ratio of the volumes of two similar solid polyhedra is equal to the square of the ratio between their edges. This statement is false. A polyhedron is a shape that has no gaps between their edges or vertices.
Answer:
it's false
~~~~~~~~~~~
Find the product and simplify your answer 6w(5w^2-5w+5)
Given that f(x) = 2x + 9, find the value that makes f(x) = 27.
Answer:
9
Step-by-step explanation:
f(x) = 2x+9
f(x) = 27
so, you get:
2x+9=27
2x=18
x=9
Find the value of x.
A. 85
B. 131
C. 73
D. 95
Answer:
b
Step-by-step explanation:
The value of x 85.
What is the arc of the circle?The arc period of a circle can be calculated with the radius and relevant perspective using the arc period method.
⇒angle= arc/radius
⇒ 107°=arc/7
⇒ arc =1o7°*7
⇒arc=107π/180° *7
⇒arc = 85
Learn more about circle here:-brainly.com/question/24375372
#SPJ2
I want to know how to solve this equation
Answer:
your answer will be Option D
Step-by-step explanation:
log 10
A projectile is fired from a cliff feet above the water at an inclination of 45° to the horizontal, with a muzzle velocity of feet per second. The height h of the projectile above the water is given by
where x is the horizontal distance of the projectile from the face of the cliff. Use this information to answer the following.
(a) At what horizontal distance from the face of the cliff is the height of the projectile a maximum?
(Simplify your answer.)
(b) Find the maximum height of the projectile.
(Simplify your answer.)
(c) At what horizontal distance from the face of the cliff will the projectile strike the water?
(d) Using a graphing utility, graph the function h, Which of the following shows the graph of h(x)?
In all graphs, the window is by
A.
A coordinate system has a horizontal axis labeled from 0 to 230 in increments of 20 and a vertical axis labeled from 0 to 260 in increments of 50. From left to right, a curve starts at (0, 180), rises to a maximum at (74, 230), and then falls to (230, 10). All coordinates are approximate.
B.
A coordinate system has a horizontal axis labeled from 0 to 230 in increments of 20 and a vertical axis labeled from 0 to 260 in increments of 50. From left to right, a curve starts at (0, 210), rises to a maximum at (40, 230), and then falls to (176, 0). All coordinates are approximate.
C.
A coordinate system has a horizontal axis labeled from 0 to 230 in increments of 20 and a vertical axis labeled from 0 to 260 in increments of 50. From left to right, a curve starts at (0, 210), rises to a maximum at (56, 240), and then falls to (220, 0). All coordinates are approximate.
D.
A coordinate system has a horizontal axis labeled from 0 to 230 in increments of 20 and a vertical axis labeled from 0 to 260 in increments of 50. From left to right, a curve starts at (0, 240), rises to a maximum at (28, 245), and then falls to (194, 0). All coordinates are approximate.
(e) When the height of the projectile is 100 feet above the water, how far is it from the cliff?
Answer:
$170 Feet
Step-by-step explanation:
It is very long process
A study was conducted to determine whether magnets were effective in treating pain. The values represent measurements of pain using the visual analog scale. Assume that both samples are independent simple random samples from populations having normal distributions. Use a 0.05 significance level to test the claim that those given a sham treatment have pain reductions that vary more than the pain reductions for those treated with magnets.
Sham n= 20 x=0.41 s=1.37
Magnet n= 20 x =0.46 s= 0.94
Identify the test statistic. F=
Identify P-Value=
What is the conclution for the hypothesis test?
A. Fail to reject the null hypothesis. There is insufficient evidence to to support the claim that those given a sham treatment have reductions that vary more than those treated with magnets
B. Reject the null hypothesis. There is insufficient evidence to to support the claim that those given a sham treatment have reductions that vary more than those treated with magnets
C.Fail to reject the null hypothesis. There is sufficient evidence to to support the claim that those given a sham treatment have reductions that vary more than those treated with magnets
D.Reject the null hypothesis. There is sufficient evidence to to support the claim that those given a sham treatment have reductions that vary more than those treated with magnets
Answer:
F statistic = 2.124
Pvalue = 0.0546
A. Fail to reject the null hypothesis. There is insufficient evidence to to support the claim that those given a sham treatment have reductions that vary more than those treated with magnets
Step-by-step explanation:
H0 : pain reduction is the same
H1 : pain reduction is varies more with sham.
Sham n= 20 x=0.41 s=1.37
Magnet n= 20 x =0.46 s= 0.94
α - level = 0.05
Using the Ftest statistic
Ftest = larger sample variance / smaller sample variance
Ftest = s1² / s2² = 1.37² / 0.94² = 1.8769 / 0.8836 = 2.124
The degree of freedom :
Numerator = n - 1 = 20 - 1 = 19
Denominator = n - 1 = 20 - 1 = 19
Pvalue(2.124, 19, 19) = 0.0546
Since ;
Pvalue > α ; WE fail to reject the Null ; Result is not significant
Based on a random sample of 50, a 95% confidence interval for the population proportion was computed. Holding everything else constant, which of the following will reduce the length of the confidence interval by half? (CHECK ALL THAT APPLY): A. Quadruple the sample size. B. Change the confidence level to 68%. C. Double the sample size. D. Change the confidence level to 99.7%. E. Decrease the sample proportion by half.
The length of the confidence interval is the margin of error, which is the ratio of the standard deviation and the square root of sample size. Hence, to reduce the length of confidence interval by half, Quadruple the sample size.
Recall :
Margin of Error = σ/√nEvaluating an hypothetical scenario :
Let standard deviation, σ = 2
Sample size = 50
Margin of Error = 2/√50 = 0.554
Using Quadruple of the sample size : (50 × 4) = 200 samples
Margin of Error = 2/√200 = 0.277(0.227 ÷ 0.554) = 0.5
Therefore, increasing the sample size, reduces the margin of error. Hence, using quadruple the sample size, will reduce the margin of error by half.
Learn more : https://brainly.com/question/13403969
Write the equation in slope-intercept form of a line is parallel to y=2x+5 and has a y-intercept of -7
Answer:
y = 2x - 7
Step-by-step explanation:
Parallel lines have the same slope so only the y-intercept is different. Therefore nothing is changed between the two equations except the y-intercept is -7.
Algebra help needed. Overwhelmed with other papers. See attached
Answer:
Step-by-step explanation:
whitch answer how do you want us to answer
The A&M Hobby Shop carries a line of radio-controlled model racing cars. Demand for the cars is assumed to be constant at a rate of 60 cars per month. The cars cost $70 each, and ordering costs are approximately $15 per order, regardless of the order size. The annual holding cost rate is 20%.
Required:
a. Determine the economic order quantity and total annual cost under the assumption that no backorders are permitted.
b. Using a $45 per-unit per-year backorder cost, determine the minimum cost inventory policy and total annual cost for the model racing cars.
c. What is the maximum number of days a customer would have to wait for a backorder under the policy in part (b)? Assume that the Hobby Shop is open for business 300 days per year.
d. Would you recommend a no-backorder or a backorder inventory policy for this product? Explain.
Answer:
Step-by-step explanation:
A) Demand per month= 40 cars
Annual Demand (D)= 12*40 = 480
Fixed Cost per order (K)= 15
Holding Cost= 20% of cost= 60 *0.2 = 12
a. Economic Order Quantity=
Q^{*}={\sqrt {{\frac {2DK}{h}}}}
= √(2*480*15)/12
=34.64 ~ 35
Total Cost =P*D+K(D/EOQ)+h(EOQ/2) P= Cost per unit
= 60*480+ 15(480/35) + 12(35/2)
= 28800+ 205.71+ 210
=$29215.71
B). Backorder Cost (b)= $45
Qbo= Q* × √( b+h/ h)
= 35*√(12+45/ 45)
= 35* 1.12
=39.28 ~ 39
Shortage (S)= Qbo * (K/K+b)
= 39* (15/15+45)
= 39* 0.25
= 9.75
Total Cost Minimum=( bS2/ 2Qbo) + P (Qbo- S)2/2Qbo + K(D/Qbo)
=45* 9.752 / 2* 392 + 60 (39-9.75)2/ 2* 392 + 15 ( 480/39)
= 1.40+ 21.9.+ 184.61
=$207.91
C)Length of backorder days (d) = Demand ÷ amount of working days
d = 480 ÷ 300
d = 1.6
Calculate the backorders as the maximum number of backorders divided by the demand per day
s/d = 9.75/1.6 = 6.09 days (answer)
D) Calculate the difference in total between not using backorder:
$207.85 + $207.85 - 207.91 = $207.79
The saving in using backorder is $207.79.
Therefore I would recommend using a backorder