C and A I think cause I don’t really remember this I done before it his to be C and A
Answer is True.. hope I helped... pls mark brainliest
Answer: Your question has some missing figures so kindly plug in the values into the solution provided to get the exact amount of money saved
answer : Electric power generated = 216 * 10^6 kJ
money saved = $0.XY * 60000 kwh
Explanation:
<u>Calculating the amount of electric power generated by wind turbine</u>
power generated = ( 30 * 2000 ) kWh = 60000 kWh
Electric energy generated = 60000 kWh * 3600 kJ = 216 * 10^6 kJ
<u>Calculate money saved by school per year </u>
$0.XY * 60000 kwh
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:
minimum electric power consumption of the fan motor is 0.1437 Btu/s
Explanation:
given data
area = 3 ft by 3 ft
air density = 0.075 lbm/ft³
to find out
minimum electric power consumption of the fan motor
solution
we know that energy balance equation that is express as
E in - E out =
......................1
and at steady state
= 0
so we can say from equation 1
E in = E out
so
minimum power required is
E in = W = m
=
put here value
E in =
E in =
E in = 0.1437 Btu/s
minimum electric power consumption of the fan motor is 0.1437 Btu/s