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: So you are dealing with maximum and minimum weights and you want to know what MINIMUM number of supporting strands for this block and tackle system are needed I believe. If so you are dealing with economic imbalances Though we are not worrying about money Right? Right we need physics which Physics study matter and how it moves You would need 8 STRANDS
Explanation: Step By Step
Answer:
MIS HIEVOSTES bbbbbbbbbbbb MIS HUEVOTES
Answer:
work is 50 kj
Explanation:
Given data
heat (Q) = 50 kj
To find out
work input for the compression stroke per kilogram of air
Solution
we will apply here "first law of thermodynamics" i.e.
The First Law of Thermodynamics states that heat is a form of energy, subject to the principle of conservation of energy, that heat energy cannot be created or destroyed. It can be transferred from one location to another location. i.e.
ΔU = Q – W ................1
here ΔU is change in internal energy, Q is heat and W is work done
here U = 0 because air compressor the compression takes place at a constant internal energy in question
so that by equation 1
Q = W
and Q = 50
so work will be 50 kj