The question is incomplete. The complete question is :
The solid rod shown is fixed to a wall, and a torque T = 85N?m is applied to the end of the rod. The diameter of the rod is 46mm .
When the rod is circular, radial lines remain straight and sections perpendicular to the axis do not warp. In this case, the strains vary linearly along radial lines. Within the proportional limit, the stress also varies linearly along radial lines. If point A is located 12 mm from the center of the rod, what is the magnitude of the shear stress at that point?
Solution :
Given data :
Diameter of the rod : 46 mm
Torque, T = 85 Nm
The polar moment of inertia of the shaft is given by :


J = 207.6 
So the shear stress at point A is :



Therefore, the magnitude of the shear stress at point A is 4913.29 MPa.
Answer:
Enthalpy at outlet=284.44 KJ
Explanation:


We need to Find enthalpy of outlet.
Lets take the outlet mass m and outlet enthalpy h.
So from mass conservation

m=1+1.5+2 Kg/s
m=4.5 Kg/s
Now from energy conservation

By putting the values

So h=284.44 KJ
Answer:
See explaination
Explanation:
#include <iostream>
#include<string.h>
using namespace std;
bool isPalindrome(string str, int lower, int upper){
if(str.length() == 0 || lower>=upper){
return true;
}
else{
if(str.at(lower) == str.at(upper)){
return isPalindrome(str,lower+1,upper-1);
}
else{
return false;
}
}
}
int main(){
string input;
cout<<"Enter string: ";
cin>>input;
if(isPalindrome(input,0,input.length()-1)){
cout<<input<<" is a palindrome"<<endl;
}
else{
cout<<input<<" is NOT a palindrome"<<endl;
}
return 0;
}
If your accelerator gets stuck down, do the following: Shift to neutral. Apply the brakes. Keep your eyes on the road and look for a way out.If your accelerator gets stuck down, do the following:
Shift to neutral.
Apply the brakes.
Keep your eyes on the road and look for a way out.
Warn other drivers by blinking and flashing your hazard lights.
Try to drive the car safely off the road.
Turn off the ignition when you no longer need to change direction.
Answer:
How must used oil storage containers be marked? Containers and aboveground tanks used to store used oil at generator facilities must be labeled or marked clearly with the words “Used Oil" (40 CFR Section 279.22(c)).
Explanation:
i think it will help you