Answer:
This question is comprising many parts (a to r). That is impossible to answer in one sheet. Following are attached images having answers to most of the parts.
I hope it will help you a lot.
Explanation:
Answer:
Following are the proving to this question:
Explanation:
using the energy equation for entry and exit value
:

where




L.H.S = R.H.S
Answer:
it is not possible to place the wires in the condui
Explanation:
given data
total area = 2.04 square inches
wires total area = 0.93 square inches
maximum fill conduit = 40%
to find out
Can it is possible place wire in conduit conduit
solution
we know maximum fill is 40%
so here first we get total area of conduit that will be
total area of conduit = 40% × 2.04
total area of conduit = 0.816 square inches
but this area is less than required area of wire that is 0.93 square inches
so we can say it is not possible to place the wires in the conduit
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;
}
The true statement about the dot plot is 1 has 4 and 0 dots.
Explanation:
- after creating a Bar chart 4 is the right answer.
- The highest among st all the other plots is 1 but 4 shows 3.
- Taking an average from all the data points 3 comes to the right answer.
- Median the central Mid-point is 3.
- Mode also comes to 3.
- It is skewed on the right due to the 1st one.
- Skewed shows the data point either increasing or in decreasing.
- There a to Bi- histograms which has two ups and downs.
- The true statement has to be as Mean=Median=Mode is 3.