Answer:
Tech A is correct
Explanation:
Tech A is right as its V- angle is identified by splitting the No by 720 °. Of the piston at the edge of the piston.
Tech B is incorrect, as the V-Angle will be 720/10 = 72 for the V-10 motor, and he says 60 °.
This question is incomplete, the complete question is;
For a steel alloy it has been determined that a carburizing heat treatment of 11.3 h duration at Temperature T1 will raise the carbon concentration to 0.44 wt% at a point 1.8 mm from the surface. A separate experiment is performed at T2 that doubles the diffusion coefficient for carbon in steel.
Estimate the time necessary to achieve the same concentration at a 4.9 mm position for an identical steel and at the same carburizing temperature T2.
Answer:
the required time to achieve the same concentration at a 4.9 is 83.733 hrs
Explanation:
Given the data in the question;
treatment time t₁ = 11.3 hours
Carbon concentration = 0.444 wt%
thickness at surface x₁ = 1.8 mm = 0.0018 m
thickness at identical steel x₂ = 4.9 mm = 0.0049 m
Now, Using Fick's second law inform of diffusion
/ Dt = constant
where D is constant
then
/ t = constant
/ t₁ =
/ t₂
t₂ = t₁
t₂ = t₁
/ 
t₂ = (
/
)t₁
t₂ =
/
× t₁
so we substitute
t₂ =
0.0049 / 0.0018
× 11.3 hrs
t₂ = 7.41 × 11.3 hrs
t₂ = 83.733 hrs
Therefore, the required time to achieve the same concentration at a 4.9 is 83.733 hrs
Answer:
The answer is below
Explanation:
Given that:
Diameter (D) = 0.03 mm = 0.00003 m, length (L) = 2.4 mm = 0.0024 m, longitudinal tensile strength
, Fracture strength

a) The critical length (
) is given by:

The critical length (4.5 mm) is greater than the given length, hence th composite can be produced.
b) The volume fraction (Vf) is gotten from the formula:

Answer:
- using System;
- public class Program
- {
- public static void Main()
- {
- Console.WriteLine("Enter number of students: ");
- int num = Convert.ToInt32(Console.ReadLine());
- string [] firstName = new string[num];
- string [] lastName = new string[num];
-
- for(int i=0 ; i < num; i++){
- Console.WriteLine("Enter first name: ");
- firstName[i] = Console.ReadLine();
-
- Console.WriteLine("Enter last name: ");
- lastName[i] = Console.ReadLine();
- }
-
- for(int j=0; j < num; j++){
- Console.WriteLine(lastName[j] + "," + firstName[j]);
- }
- }
- }
Explanation:
Firstly, prompt user to enter number of student to be stored (Line 6- 7). Next, create two array, firstName and lastName with num size (Line 8-9).
Create a for-loop to repeat for num times and prompt user to enter first name and last name and then store them in the firstName and lastName array, respectively (Line 11 - 17).
Create another for loop to traverse through the lastName and firstName array and display the last name and first name by following the format given in the question (Line 19 - 21).
Answer: The answer is four; four
Explanation: This is because of the mixture of material used and the number of directions it causes strain I directly proportional to the number of times it causes stress.