Answer:
A battery changes chemical energy to <u>electrical</u> energy
A drum changes mechanical energy to <u>sound</u> energy
Explanation:
A battery is a device that stores chemical energy and converts it to electrical energy.
Beating a drum represents a mechanical to sound energy conversion.
Liquefied Natural Gas (LNG) can be defined as a natural gas which in liquid form appear clear and colorless. It is odorless, non-toxic, and non-corrosive. Therefore, the given statement is A) True.
- LNG or Liquified Natural Gas is a fossil fuel that is produced after the compression of organic matter in the form of algae and phytoplankton.
- LNG consists of 95% methane gas.
- The combustion of LNG produces carbon dioxide and water vapors.
- It burns with a least pollution thus called as cleanest fossil fuel.
- The liquefaction of the natural gas takes place at -160 degree Celsius. The liquefaction of the gas causes it to transport easily in gas tanks.
- LNG is colorless, and clear.
- LNG does not possess any smell and it is non-corrosive to metallic tanks.
- LNG is also non-toxic.
Learn more about natural gas:
brainly.com/question/12200462
Answer:
Technician b is correct
Explanation:
Before adjusting drive-belt tension, it is very important to check the vehicle workshop manual for specified belt tension, so that you can match your reading against the specification in the vehicle's service manual. If the tension reading you have matches the suggested reading in the vehicle's service manual and the belt is not damaged then you do not need to proceed any further. But if the reading does not match, then you can adjust the belt tension.
Therefore, technician b is correct.
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;
}
Answer:
minimum factor of safety for fatigue is = 1.5432
Explanation:
given data
AISI 1018 steel cold drawn as table
ultimate strength Sut = 63.800 kpsi
yield strength Syt = 53.700 kpsi
modulus of elasticity E = 29.700 kpsi
we get here
=
...........1
here kb and kt = 1 combined bending and torsion fatigue factor
put here value and we get
=
= 12 kpsi
and
=
...........2
put here value and we get
=
= 17.34 kpsi
now we apply here goodman line equation here that is
...................3
here Se = 0.5 × Sut
Se = 0.5 × 63.800 = 31.9 kspi
put value in equation 3 we get
solve it we get
FOS = 1.5432