Answer:
the required minimum fiber length is 0.80365 mm
Explanation:
Given the data in the question;
Diameter D = 6.90 microns = 6.90 × 10⁻⁶ m
Bond strength ζ = 17 MPa
Shear yield strength ζ
= 68 Mpa
tensile strength of carbon fibers
= 3960 MPa.
To determine the minimum fiber length we make use of the following relation;
L = (
× D) / 2ζ
we substitute our given values into the equation;
L = ( 3960 × 6.90 × 10⁻⁶) / (2 × 17 )
L = 0.027324 / 34
L = 0.000803647 m
L = 0.000803647 × (1000) mm
L = 0.80365 mm
Therefore, the required minimum fiber length is 0.80365 mm
Answer:
import java.util.Scanner;
public class FindMatchValue {
public static void main (String [] args) {
Scanner scnr = new Scanner(System.in);
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i;
int matchValue;
int numMatches = -99; // Assign numMatches with 0 before your for loop
matchValue = scnr.nextInt();
for (i = 0; i < userValues.length; ++i) {
userValues[i] = scnr.nextInt();
}
/* Your solution goes here */
numMatches = 0;
for (i = 0; i < userValues.length; ++i) {
if(userValues[i] == matchValue) {
numMatches++;
}
}
System.out.println("matchValue: " + matchValue + ", numMatches: " + numMatches);
}
}
Answer:
0.008
Explanation:
From the question, the parameters given are:
Velocity V = 5 m/s
Pressure = 10 pa
But pressure = F/A
10 = F/A
F = 10A
Substitute all the parameters into the formula below
Coefficient of viscosity (η) = F × r /[AV]
Where
F = tangential force,
r = distance between layers,
A = Area, and
V = velocity
(η) = 10A × 0.004 /[A × 5]
The A will cancel out
(η) = 10 × 0.004 /[5]
(η) = 0.04 /5
(η) = 0.008
Therefore, the coefficient of viscosity of the fluid is 0.008
It may be an engine cooler, or it may be for the boats speed
But I think it is for cooling the engine down
engineering approach their work by finding new solutions to their problems. like if two things dont go together in an invention, they will find another way