Complete Question
The cars of a roller-coaster ride have a speed of 19.0 km/h as they pass over the top of the circular track. Neglect any friction and calculate their speed v when they reach the horizontal bottom position. At the top position, the radius of the circular path of their mass centers is 21 m, and all six cars have the same mass.V = -18 m What is v?X km/h
Answer:

Explanation:
Velocity 
Radius 
initial velocity u
Generally the equation for Angle is mathematically given by




Generally
Height of mass



Generally the equation for Work Energy is mathematically given by

Therefore



Answer:
13.6mm
Explanation:
We consider diameter to be a chord that runs through the center point of the circle. It is considered as the longest possible chord of any circle. The center of a circle is the midpoint of its diameter. That is, it divides it into two equal parts, each of which is a radius of the circle. The radius is half the diameter.
See attachment for the step by step solution of the problem
The reason that it is not advisable to wear Ornament like ring at work shop is that rings can be easily get caught and fingers or the hands of the person can be injured, cut, scared etc.
<h3>Why should you not wear a ring at work?</h3>
Jewelry is known to bring about a lot of safety hazards for people working around chemicals and others.
Note that the reason that it is not advisable to wear Ornament like ring at work shop is that rings can be easily get caught and fingers or the hands of the person can be injured, cut, scared etc.
Learn more about Ornament from
brainly.com/question/24286720
#SPJ1
Answer:
(a) 0.243 m3/day
(b) 96 mg/l
(c) 0.426 m3/min
Explanation:
The sludge has an average solids concentration of 4 percent and considering TSS concentration in the influent of 240 mg/L then solids in sludge will be 0.04*240= 9.6 mg/L
Considering the average flow of 0.3 m3/s then mass of sludge per day will be given by 0.3*1000*9.6*60*60*24/1000000=248.832 kg/day
To get volume, considering specific gravity given as 1.025 and taking density of water as 1000 kg/m3 then density of sludge is 1025 kg/m3
Volume is mass/density hence 248.832/1025=0.2427629268292 m3/day
Approximately, the volume of sludge is 0.243 m3/day.
(b)
Efficiency of 60 percent is equivalent to 0.6
Efficiency=(influent concentration- flow rate)/influent concentration
0.6=(240-flow rate)/240
Flow rate= 96 mg/l
(c)
Cycle time= 0.243/0.57=0.4263157894736 m3/min
Rounded off, cycle time is 0.426 m3/day
#include
int main () {
printf("Program to calculate the square footage of the house.\n");
int total_rooms;
double length, width;
double total_square_footage = 0.0;
printf("Enter total number of rooms in the house:");
scanf("%d", &total_rooms);
for (int i = 0; i
printf("Enter the lenght and width of room %d: ", i+1);
scanf("%if %if", &lenght, &width);
total_square_footage += lenght*width;
}
printf("Total square footage of the house: %if\n", total_square_footage);
return 0;
}
Please mark it as brainliest answer:).