Answer:
20, 083 L
Explanation:
The mistake was the result of not using units when converting the 7862 l to Kg. They used the density in pounds hence they multiplied by 1.77 Lb/L and obtained 13597 Lb not Kg as they assumed.
To obtain the amount needed to refuel they subtracted this quantity from the 22,300 Kg required for the trip again obtaining the wrong quantity of 8703 Kg and they converted this to liters by dividing the density to get 4916 L and then placed then 5000 L of fuel
The quantity required was
7862 L * 1.77 Lb/L = 13915.74 Lb (pounds not kilos)
then converting this pounds to Kg by multiplying by 0.454 Kg/L one gets
6173 Kg on board
Amount Required
( 22,300 -6173) : 16127 Kg
16127 Kg/ 0.803 Kg/L = 20083 L
Answer:
Both Technician A and B are correct
Explanation:
Methanol is used in internal combustion engines. However, the use of methanol in internal combustion engines has decreased lately even though it was thought to lead to cleaner emissions than gasoline. Methanol internal combustion engines produce formaldehyde which is also an environmental pollutant. Also, the cost of methanol is slightly higher than that of good quality gasoline.
MTBE replaced tetraethyllead as a gasoline additive because the former lead to the emission of particulate lead from automobile exhausts which is a serious environmental pollutant. The use of MTBE has declined over the years due to environmental concerns. It has been banned because it has been found to be a significant groundwater pollutant if gasoline containing MTBE is spilled or leaked at gas stations.
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();
}
}
You can find air pods that look real on letgo. or you can go to wish.com but if you want a good pair jus get the real ones
It is study of the relationships between heat, temprature, work and energy