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:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main ()
{
// Variable declaration
string name;
int numQuestions;
int numCorrect;
double percentage;
//Prompt to enter student's first and last name
cout<<"Enter student's first and last name";
cin>>name; // this line accepts input for variable name
cout<<"Number of question on test"; //Prompt to enter number of questions on test
cin>> numQuestions; //This line accepts Input for Variable numQuestions
cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers
cin>>numCorrect; //Enter number of correct answers
percentage = numCorrect * 100 / numQuestions; // calculate percentage
cout<<name<<" "<<percentage<<"%"; // print
return 0;
}
Explanation:
The code above calculates the percentage of a student's score in a certain test.
The code is extracted from the Question and completed after extraction.
It's written in C++ programming language
Answer:
D=41.48 ft

Explanation:
Given that
y=0.5 x²
Vx= 2 t
We know that

At t= 0 ,x=0

At t= 3 s

![x=[t^2\left\right ]_0^3](https://tex.z-dn.net/?f=x%3D%5Bt%5E2%5Cleft%5Cright%20%5D_0%5E3)
x= 9 ft
When x= 9 ft then
y= 0.5 x 9² ft
y= 40.5 ft
So distance from origin is
x= 9 ft ,y= 40.5 ft

D=41.48 ft

Vx= 2 t

At t= 3 s , x= 9 ft
y=0.5 x²

y=0.5 x²


Given that








Answer:
Q=0.95 W/m
Explanation:
Given that
Outer diameter = 0.3 m
Thermal conductivity of material

So the mean conductivity





So heat conduction through cylinder


Q=0.95 W/m
Explanation:
A schematic diagram is a picture that represents the components of a process, device, or other object using abstract, often standardized symbols and lines. ... Schematic diagrams do not include details that are not necessary for comprehending the information that the diagram was intended to convey.