Answer:
a) , b) , c) 1600
Explanation:
a) The Reynolds Number is modelled after the following formula:
Where:
- Fluid density.
- Dynamics viscosity.
- Diameter of the tube.
- Fluid speed.
The formula can be expanded as follows:
b) The Reynolds Number has this alternative form:
c) Since the diameter is the same than original tube, the Reynolds number is 1600.
Answer:
class TestCode {
public static void main(String args[]) {
Scanner scanner = new Scanner(System.in);
int n = scanner.nextInt();
int arr[] = new int[n];
int min = Integer.MAX_VALUE;
for(int i = 0;i<n;i++){
arr[i] = scanner.nextInt();
if(min > arr[i]){
min = arr[i];
}
}
for(int i = 0;i<n;i++){
System.out.print((arr[i]-min) + " ");
}
}
}
Answer:
Solar Water Disinfection
Explanation:
It uses solar radiation to clean water