Solution :
Given :
The number of blows is given as :
0 - 6 inch = 4 blows
6 - 12 inch = 6 blows
12 - 18 inch = 6 blows
The vertical effective stress 


Now,

corrected N - value of overburden
effective stress at level of test
0 - 6 inch, 
= 9.86
6 - 12 inch, 
= 14.8
12 - 18 inch, 
= 14.8

= 13.14
= 13
Answer:
d. all of the statements are correct.
Explanation:
WiMAX Broadband Wireless Access has the capacity to provide service up to 50 km for fixed stations. It has capacity of up to 15 km for mobile stations. WiMAX BWA describes both of 4G mobile WiMAX and fixed stations WiMAX. OFMD is used to increase spectral efficiency of WiMAX and to improve noise performance.
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;
}
There must be a photo for me to answer!
Answer:
metals, composite, ceramics and polymers.
Explanation:
The four categories of engineering materials used in manufacturing are metals, composite, ceramics and polymers.
i) Metals: Metals are solids made up of atoms held by matrix of electrons. They are good conductors of heat and electricity, ductile and strong.
ii) Composite: This is a combination of two or more materials. They have high strength to weight ratio, stiff, low conductivity. E.g are wood, concrete.
iii) Ceramics: They are inorganic, non-metallic crystalline compounds with high hardness and strength as well as poor conductors of electricity and heat.
iv) Polymers: They have low weight and are poor conductors of electricity and heat