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
⇒ 
⇒ 
How to create a personal hot spot on an iPhone?
Go to Settings | Cellular | Personal Hotspot.
Tap the slider next to Allow Others to Join. ...
Your Wi-Fi Password will be shown right underneath the Allow Others to Join option. ...
Now, on another device, such as a laptop, go to the Wi-Fi section and search for nearby networks.
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:
yes, the recordings sound is same
Explanation:
given data
recording done = 2 performances
1st show = sold out
2nd show = lightly attended
to find out
recordings sound the same and why
solution
as per given in
- 1st show is sold out it mean in this case concert hall is full so that recording sound should be high here
- 2nd case only few people are attended and struggle for ticket and orchestra
it mean it sound performance so in both case recording sound will be same
because we do not other all are sitting at front row or they sit as they want
Answer:
the answer how you analyzs the problwm