Answer:
minimum flow rate provided by pump is 0.02513 m^3/s
Explanation:
Given data:
Exit velocity of nozzle = 20m/s
Exit diameter = 40 mm
We know that flow rate Q is given as

where A is Area


minimum flow rate provided by pump is 0.02513 m^3/s
Answer:
hello some parts of your question is missing attached below is the missing part ( the required fig and table )
answer : The solar collector surface area = 7133 m^2
Explanation:
Given data :
Rate of energy input to the collectors from solar radiation = 0.3 kW/m^2
percentage of solar power absorbed by refrigerant = 60%
Determine the solar collector surface area
The solar collector surface area = 7133 m^2
attached below is a detailed solution of the problem
Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main ()
{
// Variable declaration
string name;
int numQuestions;
int numCorrect;
double percentage;
//Prompt to enter student's first and last name
cout<<"Enter student's first and last name";
cin>>name; // this line accepts input for variable name
cout<<"Number of question on test"; //Prompt to enter number of questions on test
cin>> numQuestions; //This line accepts Input for Variable numQuestions
cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers
cin>>numCorrect; //Enter number of correct answers
percentage = numCorrect * 100 / numQuestions; // calculate percentage
cout<<name<<" "<<percentage<<"%"; // print
return 0;
}
Explanation:
The code above calculates the percentage of a student's score in a certain test.
The code is extracted from the Question and completed after extraction.
It's written in C++ programming language
Given:
diameter of sphere, d = 6 inches
radius of sphere, r =
= 3 inches
density,
= 493 lbm/ 
S.G = 1.0027
g = 9.8 m/
= 386.22 inch/ 
Solution:
Using the formula for terminal velocity,
=
(1)

where,
V = volume of sphere
= drag coefficient
Now,
Surface area of sphere, A = 
Volume of sphere, V = 
Using the above formulae in eqn (1):
= 
=
= 
Therefore, terminal velcity is given by:
=
inch/sec