I don’t know how to speak the laungue or know this language
Answer:
a)
b)
Explanation:
From the question we are told that:
Cast-iron block Dimension:
Length
Width
Feed
Depth
Diameter
Number of cutting teeth
Rotation speed
Generally the equation for Approach is mathematically given by
Therefore
Effective length is given as
a)
Generally the equation for Machine Time is mathematically given by
Where
Therefore
b)
Generally the equation for Material Removal Rate. is mathematically given by
Answer:
6.37 inch
Explanation:
Thinking process:
We need to know the flow rate of the fluid through the cross sectional pipe. Let this rate be denoted by Q.
To determine the pressure drop in the pipe:
Using the Bernoulli equation for mass conservation:
thus
The largest pressure drop (P1-P2) will occur with the largest f, which occurs with the smallest Reynolds number, Re or the largest V.
Since the viscosity of the water increases with temperature decrease, we consider coldest case at T = 50⁰F
from the tables
Re= 2.01 × 10⁵
Hence, f = 0.018
Therefore, pressure drop, (P1-P2)/p = 2.70 ft
This occurs at ae presure change of 1.17 psi
Correlating with the chart, we find that the diameter will be D= 0.513
= <u>6.37 in Ans</u>
Answer & Explanation:
function Temprature
NYC=[33 33 18 29 40 55 19 22 32 37 58 54 51 52 45 41 45 39 36 45 33 18 19 19 28 34 44 21 23 30 39];
DEN=[39 48 61 39 14 37 43 38 46 39 55 46 46 39 54 45 52 52 62 45 62 40 25 57 60 57 20 32 50 48 28];
%AVERAGE CALCULATION AND ROUND TO NEAREST INT
avgNYC=round(mean(NYC));
avgDEN=round(mean(DEN));
fprintf('\nThe average temperature for the month of January in New York city is %g (F)',avgNYC);
fprintf('\nThe average temperature for the month of January in Denvar is %g (F)',avgDEN);
%part B
count=1;
NNYC=0;
NDEN=0;
while count<=length(NYC)
if NYC(count)>avgNYC
NNYC=NNYC+1;
end
if DEN(count)>avgDEN
NDEN=NDEN+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in New York city was above the average',NNYC);
fprintf('\nDuring %g days, the temprature in Denvar was above the average',NDEN);
%part C
count=1;
highDen=0;
while count<=length(NYC)
if NYC(count)>DEN(count)
highDen=highDen+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in Denver was higher than the temprature in New York city.\n',highDen);
end
%output
check the attachment for additional Information
Answer:
The Bailey family has flourished during its business’ 110-year history. But Bailey Nurseries’ leaders still operate with the belief that the family doesn’t always know best. The company has grown from a one-man operation selling fruit trees and ornamental shrubs to one of the largest wholesale nurseries in the United States, thanks to insights from those who are family and those who aren’t.
“For a business to thrive, you have to ask for outside help,” says Terri McEnaney, president of the Newport-based company and a fourth-generation family member. “We get an outside perspective through family business programs, advisors and our board, because you can get a bit ingrained in your own way of thinking.”
When Bailey Nurseries chose its current leader in 2000, it brought in a facilitator who gathered insights from key employees, board members and owners. Third-generation leaders (and brothers) Gordie and Rod Bailey picked Rod’s daughter McEnaney, who had experience both inside and outside the company.
Explanation: