Answer:
b)false
Explanation:
Rolling is a process in which work piece passes through rolls to produce desired out put of the work piece.Rolling is a metal forming process.
We know that friction force is responsible for motion of work piece between rolls.If friction force is so small at the entrance side then work piece will not enter in the forming zone and forming process will not occurs.So the friction force should be high at the entrance side and low at the exit side.
So given statement is wrong.
Answer:
86 mm
Explanation:
From the attached thermal circuit diagram, equation for i-nodes will be
Equation 1
Similarly, the equation for outer node “o” will be
Equation 2
The conventive thermal resistance in i-node will be
Equation 3
The conventive hermal resistance per unit area is
Equation 4
The conductive thermal resistance per unit area is
Equation 5
Since is given as 100, is 40 is 300 is 25
Substituting the values in equations 3,4 and 5 into equations 1 and 2 we obtain
Equation 6
Equation 7
From equation 6 we can substitute wherever there’s with 3000L+40 as seen in equation 7 hence we obtain
The above can be simplified to be
-3000L=1.665-260
Therefore, insulation thickness is 86mm
The number of trays that should be prepared if the owner wants a service level of at least 95% is; 7 trays
<h3>How to utilize z-score statistics?</h3>
We are given;
Mean; μ = 15
Standard Deviation; σ = 5
We are told that the distribution of demand score is a bell shaped distribution that is a normal distribution.
Formula for z-score is;
z = (x' - μ)/σ
We want to find the value of x such that the probability is 0.95;
P(X > x) = P(z > (x - 15)/5) = 0.95
⇒ 1 - P(z ≤ (x - 15)/5) = 0.95
Thus;
P(z ≤ (x - 15)/5) = 1 - 0.95
P(z ≤ (x - 15)/5) = 0.05
The value of z from the z-table of 0.05 is -1.645
Thus;
(x - 15)/5 = -1.645
x ≈ 7
Complete Question is;
A bakery wants to determine how many trays of doughnuts it should prepare each day. Demand is normal with a mean of 15 trays and standard deviation of 5 trays. If the owner wants a service level of at least 95%, how many trays should he prepare (rounded to the nearest whole tray)? Assume doughnuts have no salvage value after the day is complete. 6 5 4 7 unable to determine with the above information.
Read more about Z-score at; brainly.com/question/25638875
#SPJ1
Answer:
for i in range(0,10):
if SimonPattern[i] == UserPattern[i]:
score = score + 1
i = i + 1
else:
break
if i == 9:
score = score + 1
print("Total Score: {}".format(score))
Explanation:
This for loop was made using Python. Full code attached.
- For loop requires a range of numbers to define the end points. For this Simon Says game, we are talking about 10 characters, so that must be the range for the for loop: from 0 to 10.
- Conditional if tests if Simon pattern matches User's one characheter by one and add point for each match.
- Break statement is ready to escape the for loop at first mismatch.
- As we are starting from index 0, if the users matched all the characters correctly, then we need to add 1, otherwise the maximun score would be 9 and it should be 10.
Answer:
Only Technician B is right.
Explanation:
The cylindrical braking system for a car works through the mode of pressure transmission, that is, the pressure applied to the brake pedals, is transmitted to the brake pad through the cylindrical piston.
Pressure applied on the pedal, P(pedal) = P(pad)
And the Pressure is the applied force/area for either pad or pedal. That is, P(pad) = Force(pad)/A(pad) & P(pedal) = F(pedal)/A(pedal)
If the area of piston increases, A(pad) increases and the P(pad) drops, Meaning, the pressure transmitted to the pad reduces. And for most cars, there's a pressure limit for the braking system to work.
If the A(pad) increases, P(pad) decreases and the braking force applied has to increase, to counter balance the dropping pressure and raise it.
This whole setup does not depend on the length of the braking lines; it only depends on the applied force and cross sectional Area (size) of the piston.