1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Gennadij [26K]
4 years ago
11

Manufacturing

Engineering
1 answer:
Andre45 [30]4 years ago
5 0

Answer: B. Chest Harness

Explanation: Safety belts, lifelines, lanyards, and chest harness are all things necessary. The answer to your question is chest harness. Without the chest harness, think about what would happen if someone were to fall. I hope I've helped!

You might be interested in
Refer to Figure 9-18. A #_____ electrode lead and workpiece lead should be used to carry 150 amperes of electricity 75 feet to t
Anni [7]

Answer:

AC or

Explanation:

BC

8 0
2 years ago
A civil engineer is analyzing the compressive strength of concrete. The compressive strength is approximately normal distributed
hram777 [196]

Answer:

See explanation

Explanation:

Solution:-

- A study on compressive strength of a concrete was made. The distribution of compressive strength ( experimental testing ) was normally distributed with variance ( σ^2 ).

- A random sample of n = 12 specimens were taken and the mean compressive strength ( μ ) of 3500 psi was claimed.

- We are to test the claim made by the civil engineer regarding the mean compressive strength of the concrete. The data of compressive strength of each specimen from the sample is given below:

            3273, 3229, 3256, 3272, 3201, 3247, 3267, 3237,

                          3286, 3210, 3265, 3273

- We will conduct the hypothesis whether the mean compressive strength of the concrete conforms to the claimed value.

      Null hypothesis: μ = 3500 psi

      Alternate hypothesis: μ ≠ 3500 psi

- The type of test performed on the sample data will depend on the application of Central Limit Theorem.

- The theorem states that the sample can be assumed to be normally distributed if drawn from a normally distributed population. ( We are given the population is normally distributed; hence, theorem applies )

- We will approximate the mean of the population ( μ ) with the sample mean ( x ), as per the implication specified by the theorem.

- The mean of the sample ( x ) is calculated as follows:

    x = \frac{Sum ( x_i )}{n} \\\\x = \frac{Sum ( 3273+ 3229+ 3256+ 3272+ 3201+ 3247+ 3267+ 3237+ 3286+ 3210+ 3265+3273 )}{12} \\\\x = \frac{39016}{12} \\\\x = 3251.3333

 

- Since, we are testing the average compressive strength of a concrete against a claimed value. Any value that deviates significantly from the claimed value is rejected. This corroborates the use of one sample two tailed test.

- The test value may be evaluated from either z or t distribution. The conditions for z-test are given below:

  • The population variance is known OR sample size ( n ≥ 30 )    

- The population variance is known; hence, we will use z-distribution to evaluate the testing value as follows:

              Z-test = \frac{x - u}{\sqrt{\frac{sigma^2}{n} } } \\\\Z-test = \frac{3251.333 - 3500}{\sqrt{\frac{1000^2}{12} } } \\\\Z-test = -27.24      

- The rejection region for the hypothesis is defined by the significance level ( α = 0.01 ). The Z-critical value ( limiting value for the rejection region ) is determined:

           Z-critical = Z_α/2 = Z_0.005

- Use the list of correlation of significance level ( α ) and critical values of Z to determine:

          Z-critical = Z_0.005 = ± 2.576

- Compare the Z-test value against the rejection region defined by the Z-critical value.

     Rejection region: Z > 2.576 or Z < -2.576

- The Z-test value lies in the rejection region:

            Z-test < Z-critical

           -27.24 < -2.576 .... Null hypothesis rejected

Conclusion: The claim made by the civil engineer has little or no statistical evidence as per the sample data available; hence, the average compressive strength is not 3500 psi.

- To construct a confidence interval for the mean compressive strength ( μ ) we need to determine the margin of error for the population.

- The margin of error (ME) is defined by the following formula:

              ME = Z^*. \frac{sigma}{\sqrt{n} }

Where,

- The ( Z* ) is the critical value for the defined confidence level ( CI ):

- The confidence interval and significance level are related and critical value Z* is as such:

   

            α = 1 - CI , Z* = Z_α/2

- The critical values for ( CI = 99% & 95% ) are evaluated:

           α = 1 - 0.99 = 0.01 , α = 1 - 0.95 = 0.05

           Z* = Z_0.005        ,   Z* = Z_0.025

           Z* = ± 2.58            ,   Z* = ± 1.96

- The formulation of Confidence interval is given by the following inequality:

                 [ x - ME  <    μ    <   x + ME ]

                 [ x - Z*√σ^2 / n   <    μ    <   x + Z*√σ^2 / n ]

- The CI of 95% yields:

   [ 3251.33 - 1.96*√(1000 / 12)   <    μ    <   3251.33 + 1.96*√(1000 / 12) ]

                [ 3251.333 - 17.89227 <    μ    <   3251.33 + 17.89227 ]

                              [ 3233.44  <    μ    <  3269.23  ]

- The CI of 99% yields:

   [ 3251.33 - 2.58*√(1000 / 12)   <    μ    <   3251.33 + 2.58*√(1000 / 12) ]

                [ 3251.333 - 23.552 <    μ    <   3251.33 + 23.552 ]

                              [ 3227.78  <    μ    <  3274.88  ]

                 

- We see that the width of the confidence interval increases as the confidence level ( CI ) increases. This is due to the increase in critical value ( Z* ) associated with the significance level ( α ) increases.    

7 0
3 years ago
4. The outer end of a control arm is attached to the steering knuckle through a
arlik [135]
Is attached to the spring
3 0
3 years ago
Read 2 more answers
Finally you will implement the full Pegasos algorithm. You will be given the same feature matrix and labels array as you were gi
Diano4ka-milaya [45]

Answer:

In[7] def pegasos(feature_matrix, labels, T, L):

   """

   .

   let learning rate = 1/sqrt(t),

   where t is a counter for the number of updates performed so far       (between 1   and nT inclusive).

Args:

       feature_matrix - A numpy matrix describing the given data. Each row

           represents a single data point.

       labels - A numpy array where the kth element of the array is the

           correct classification of the kth row of the feature matrix.

       T -  the maximum number of times that you should iterate through the feature matrix before terminating the algorithm.

       L - The lamba valueto update the pegasos

   Returns: Is defined as a  tuple in which the first element is the final value of θ and the second element is the value of θ0

   """

   (nsamples, nfeatures) = feature_matrix.shape

   theta = np.zeros(nfeatures)

   theta_0 = 0

   count = 0

   for t in range(T):

       for i in get_order(nsamples):

           count += 1

           eta = 1.0 / np.sqrt(count)

           (theta, theta_0) = pegasos_single_step_update(

               feature_matrix[i], labels[i], L, eta, theta, theta_0)

   return (theta, theta_0)

In[7] (np.array([1-1/np.sqrt(2), 1-1/np.sqrt(2)]), 1)

Out[7] (array([0.29289322, 0.29289322]), 1)

In[8] feature_matrix = np.array([[1, 1], [1, 1]])

   labels = np.array([1, 1])

   T = 1

   L = 1

   exp_res = (np.array([1-1/np.sqrt(2), 1-1/np.sqrt(2)]), 1)

   

   pegasos(feature_matrix, labels, T, L)

Out[8] (array([0.29289322, 0.29289322]), 1.0)

Explanation:

In[7] def pegasos(feature_matrix, labels, T, L):

   """

   .

   let learning rate = 1/sqrt(t),

   where t is a counter for the number of updates performed so far       (between 1   and nT inclusive).

Args:

       feature_matrix - A numpy matrix describing the given data. Each row

           represents a single data point.

       labels - A numpy array where the kth element of the array is the

           correct classification of the kth row of the feature matrix.

       T -  the maximum number of times that you should iterate through the feature matrix before terminating the algorithm.

       L - The lamba valueto update the pegasos

   Returns: Is defined as a  tuple in which the first element is the final value of θ and the second element is the value of θ0

   """

   (nsamples, nfeatures) = feature_matrix.shape

   theta = np.zeros(nfeatures)

   theta_0 = 0

   count = 0

   for t in range(T):

       for i in get_order(nsamples):

           count += 1

           eta = 1.0 / np.sqrt(count)

           (theta, theta_0) = pegasos_single_step_update(

               feature_matrix[i], labels[i], L, eta, theta, theta_0)

   return (theta, theta_0)

In[7] (np.array([1-1/np.sqrt(2), 1-1/np.sqrt(2)]), 1)

Out[7] (array([0.29289322, 0.29289322]), 1)

In[8] feature_matrix = np.array([[1, 1], [1, 1]])

   labels = np.array([1, 1])

   T = 1

   L = 1

   exp_res = (np.array([1-1/np.sqrt(2), 1-1/np.sqrt(2)]), 1)

   

   pegasos(feature_matrix, labels, T, L)

Out[8] (array([0.29289322, 0.29289322]), 1.0)

6 0
3 years ago
Joe, a technician, is attempting to connect two hubs to add a new segment to his local network. He uses one of his CAT5 patch ca
mart [117]

Answer:

Option D. is correct

Explanation:

Joe uses one of his CAT5 patch cables to connect two hubs to add a new segment to his local network. As he can only connect to it from a workstation within that segment,  he is not able to reach the new network segment from his workstation.

The most problem is that the technician used a straight-through cable.

Option D. is correct.

3 0
3 years ago
Other questions:
  • What can you do to prepare for a long distance trip
    5·2 answers
  • Consider a cubic workpiece of rigid perfect plastic material with side length lo. The cube is deformed plastically to the shape
    10·1 answer
  • Assume that light of wavelength 6000A is coming from a star. What is the limit of resolution of a telescope whose objective has
    7·1 answer
  •  Question 1. CVP exercises. The Doral Company manufactures and sells pens. Currently, 5,000,000 units are sold per year at $0.5
    8·1 answer
  • Which of the following reveals the most common obstacle that engineers must overcome?
    11·2 answers
  • La osteoporosis puede presentarse en la epoca de el embaraso y la lactancia
    9·1 answer
  • A O.1m³ rigid tank contains steam initially as 500k pa and 200°C. The steam is now allowed to cool until the temperature drops t
    7·1 answer
  • A structural member that has a straight longitudinal axis and constant cross section is best described as _______.
    8·1 answer
  • The A/C compressor will not engage when the A/C is turned on. The static refrigerant pressure is 75 psi and the outside temperat
    8·1 answer
  • A pressure-temperature curve shows that pressure and temperature are ____ in a refrigeration system.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!