Answer:

Explanation:
Given that:
The direction of the applied tensile stress =[001]
direction of the slip plane = [
01]
normal to the slip plane = [111]
Now, the first thing to do is to calculate the angle between the tensile stress and the slip by using the formula:
![cos \lambda = \Big [\dfrac{d_1d_2+e_1e_2+f_1f_2}{\sqrt{(d_1^2+e_1^2+f_1^2)+(d_2^2+e_2^2+f_2^2) }} \Big]](https://tex.z-dn.net/?f=cos%20%5Clambda%20%3D%20%5CBig%20%5B%5Cdfrac%7Bd_1d_2%2Be_1e_2%2Bf_1f_2%7D%7B%5Csqrt%7B%28d_1%5E2%2Be_1%5E2%2Bf_1%5E2%29%2B%28d_2%5E2%2Be_2%5E2%2Bf_2%5E2%29%20%7D%7D%20%5CBig%5D)
where;
= directional indices for tensile stress
= slip direction
replacing their values;
i.e
= 0 ,
= 0
= 1 &
= -1 ,
= 0 ,
= 1
![cos \lambda = \Big [\dfrac{(0\times -1)+(0\times 0) + (1\times 1) }{\sqrt{(0^2+0^2+1^2)+((-1)^2+0^2+1^2) }} \Big]](https://tex.z-dn.net/?f=cos%20%5Clambda%20%3D%20%5CBig%20%5B%5Cdfrac%7B%280%5Ctimes%20-1%29%2B%280%5Ctimes%200%29%20%2B%20%281%5Ctimes%201%29%20%7D%7B%5Csqrt%7B%280%5E2%2B0%5E2%2B1%5E2%29%2B%28%28-1%29%5E2%2B0%5E2%2B1%5E2%29%20%7D%7D%20%5CBig%5D)

Also, to find the angle
between the stress [001] & normal slip plane [111]
Then;
![cos \ \phi = \Big [\dfrac{d_1d_3+e_1e_3+f_1f_3}{\sqrt{(d_1^2+e_1^2+f_1^2)+(d_3^2+e_3^2+f_3^2) }} \Big]](https://tex.z-dn.net/?f=cos%20%5C%20%20%5Cphi%20%3D%20%5CBig%20%5B%5Cdfrac%7Bd_1d_3%2Be_1e_3%2Bf_1f_3%7D%7B%5Csqrt%7B%28d_1%5E2%2Be_1%5E2%2Bf_1%5E2%29%2B%28d_3%5E2%2Be_3%5E2%2Bf_3%5E2%29%20%7D%7D%20%5CBig%5D)
replacing their values;
i.e
= 0 ,
= 0
= 1 &
= 1 ,
= 1 ,
= 1
![cos \ \phi= \Big [ \dfrac{ (0 \times 1)+(0 \times 1)+(1 \times 1)} {\sqrt {(0^2+0^2+1^2)+(1^2+1^2 +1^2)} } \Big]](https://tex.z-dn.net/?f=cos%20%5C%20%20%5Cphi%3D%20%5CBig%20%5B%20%5Cdfrac%7B%20%280%20%5Ctimes%201%29%2B%280%20%5Ctimes%201%29%2B%281%20%5Ctimes%201%29%7D%20%7B%5Csqrt%20%7B%280%5E2%2B0%5E2%2B1%5E2%29%2B%281%5E2%2B1%5E2%20%2B1%5E2%29%7D%20%7D%20%5CBig%5D)

However, the critical resolved SS(shear stress)
can be computed using the formula:

where;
applied tensile stress
13.9 MPa
∴


Answer:
//Program was implemented using C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
unsigned int second_a(unsigned int n)
{
int r,sum=0,temp;
int first;
for(int i= 1; I<=n; i++)
{
first = n;
//Check if first digit is 3
// Remove last digit from number till only one digit is left
while(first >= 10)
{
first = first / 10;
}
if(first == 3) // if first digit is 3
{
//Check if n is palindrome
temp=n; // save the value of n in a temporary Variable
while(n>0)
{
r=n%10; //getting remainder
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
cout<<n<<" is a palindrome";
else
cout<<n<<" is not a palindrome";
}
}
}
Explanation:
The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.
The program was coded using C++ programming language.
The main method of the program is omitted.
Comments were used for explanatory purpose.
Q:What velocity does the boy attain if he throws the bricks one at a time?
Answer:Linear velocity since it moves back and firth and does not rotate like angular velocity.
Answer:
275 Kelvin
Explanation:
Coefficient of Performance=11


