The formula for getting the distance will be distance = speed x time
D = S x T
speed or velocity = 50km/h
time = 0.5 h
the equation will be done directly because it's already in it's SI units
distance = 50km/h x 0.5h
hour cancels hour and the equation remains = 50km x 0.5
Ans = 25 km
the train will move 25 km far in 0.5h
Solution :
Given :
Rectangular wingspan
Length,L = 17.5 m
Chord, c = 3 m
Free stream velocity of flow,
= 200 m/s
Given that the flow is laminar.



So boundary layer thickness,


= 0.0024 m
The dynamic pressure, 


The skin friction drag co-efficient is given by


= 0.00021


= 270 N
Therefore the net drag = 270 x 2
= 540 N
The form of energy a violin produces is sound.
Answer:
Explanation:
Plastic or rubber are regarded as an insulator, and an insulator does not allow the flow of electric current through them, so the handles of screwdrivers as well as pliers that electricians use in repairing is been covered with plastic or rubber so that electric current is prevented to pass through it to the body of electricians to avoid been electrocuted as well as shock.
Answer:
True, check attachment for code
Explanation:
To convert java strings of text to upper or lower case, we can use and inbuilt methods To Uppercase and To lower case.
The first two lines of code will set up a String variable to hold the text "text to change", and then we print it out.
The third line sets of a second String variable called result.
The fourth line is where the conversion is done.
We can compare the string
We can compare one string to another. (When comparing, Java will use the hexadecimal values rather than the letters themselves.) For example, if we wanted to compare the word "Fat" with the word "App" to see which should come first, you can use an inbuilt string method called compareTo.
Check attachment for the code