Answer:
The correct answer will be "400.4 N". The further explanation is given below.
Explanation:
The given values are:
Mass of truck,
m = 600 kg
g = 9.8 m/s²
On equating torques at the point O,
⇒
So that,
On putting the values, we get
⇒ 
⇒ 
Answer:
In the center and directed away from it.
Explanation:
The direction along the radius and directed away from the center is known as radial direction.
The velocity is highest in the radial direction pointing away from the center, this is because of the reason that when the particle executes its motion in the direction that is radial, then it is not acted upon by any force that opposes the motion of the particle and thus there is no obstruction to the velocity of the particle and it is therefore, the highest in the radial direction.
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:
The temperature of the strip as it exits the furnace is 819.15 °C
Explanation:
The characteristic length of the strip is given by;

The Biot number is given as;

< 0.1, thus apply lumped system approximation to determine the constant time for the process;

The time for the heating process is given as;

Apply the lumped system approximation relation to determine the temperature of the strip as it exits the furnace;

Therefore, the temperature of the strip as it exits the furnace is 819.15 °C
Answer:
Sensor/transducer: bimetallic thermometer
Output: displacement of thermometer tip
Control Tstages: mercury contact switch (open:furnace off; closed:furnace on
Explanation:
for a standard room thermostat
: This is the device that sets/determines the temperature of an enclosure.
Sensor/transducer: bimetallic thermometer: Bimetalic thermometer are used for measuring the temperature of the ambient air
. bimetallic thermometer actually contains two metals. they undergo linear expansivity as the temperature of the room changes.in other words, they experience contraction and expansion with increase or decrease in temperature.The sensor is basically coupled with a transducer which turns the measured variable(Temperature) into something else, such as a movement on a dial or an electrical signal
Output: displacement of thermometer tip
Controller: mercury contact switch (open:furnace off; closed:furnace on)
once the contact switch is open the furnace can go off. when the contact switch is closed, the furnace will come up.