Answer:
0.5°c
Explanation:
Humidity ratio by mass can be expressed as
the ratio between the actual mass of water vapor present in moist air - to the mass of the dry air
Humidity ratio is normally expressed in kilograms (or pounds) of water vapor per kilogram (or pound) of dry air.
Humidity ratio expressed by mass:
x = mw / ma (1)
where
x = humidity ratio (kgwater/kgdry_air, lbwater/lbdry_air)
mw = mass of water vapor (kg, lb)
ma = mass of dry air (kg, lb)
It can be as:
x = 0.005 (100) / [(100 - 100)]
x = 0.005 x 100 / (100 - 100)
x = 0.005 x 100 / 0
x = 0.5°c
So the temperature to which atmospheric air must be cooled in order to have humidity ratio of 0.005 lb/lb is 0.5°c
Answer:
see explaination
Explanation:
import java.util.InputMismatchException;
import java.util.Scanner;
public class calculate {
static float a=0,b=0;
double cal()
{
if(a==0||b==0)
{
System.out.println("no values found in a or b");
start();
}
double x=(a*a)+(b*b);
double h=Math.sqrt(x);
a=0;
b=0;
return h;
}
float enter()
{
float val=0;
try
{
System.out.println("Enter side");
Scanner sc1 = new Scanner(System.in);
val = sc1.nextFloat();
return val;
}
catch(InputMismatchException e)
{
System.out.println("Enter correct value");
}
return val;
}
void start()
{
calculate c=new calculate();
while(true)
{
System.out.println("Enter Command");
Scanner sc = new Scanner(System.in);
String input = sc.nextLine();
switch(input)
{
case "A":
a=c.enter();
break;
case "B":
b=c.enter();
break;
case "C":
double res=c.cal();
System.out.println("Hypotenuse is : "+res);
break;
case "Q":
System.exit(0);
default:System.out.println("wrong command");
}
}
}
public static void main(String[] args) {
calculate c=new calculate();
c.start();
}
}
Answer:
F₁ = 1500 N
F₂ = 750 N
= 500 N
Explanation:
Given :
Power transmission, P = 7.5 kW
= 7.5 x 1000 W
= 7500 W
Belt velocity, V = 10 m/s
F₁ = 2 F₂
Now we know from power transmission equation
P = ( F₁ - F₂ ) x V
7500 = ( F₁ - F₂ ) x 10
750 = F₁ - F₂
750 = 2 F₂ - F₂ ( ∵F₁ = 2 F₂ )
∴F₂ = 750 N
Now F₁ = 2 F₂
F₁ = 2 x F₂
F₁ = 2 x 750
F₁ = 1500 N , this is the maximum force.
Therefore we know,
= 3 x 
where
is centrifugal force
=
/ 3
= 1500 / 3
= 500 N
Answer: from what i know im pretty sure its isometrics or sketches im certain its sketches but not 100%
Explanation: A sketch is a rapidly executed freehand drawing that is not usually intended as a finished work. A sketch may serve a number of purposes: it might record something that the artist sees, it might record
Your Answer would be A I believe.