Answer: Diagram associated with your question is attached below
5) B
6) C
Explanation:
5) The pin support at A allows ; Rotation about its central axis
This is because pin supports does not allow the translation of its structural member in any direction i.e. y or x but only rotation about its axis
6) The support at B does not allow displacement in y direction
This is because roller support allows displacement only in the direction that they are situated and in this case it is the x - direction
Answer:
Force per unit plate area is 0.1344 
Solution:
As per the question:
The spacing between each wall and the plate, d = 10 mm = 0.01 m
Absolute viscosity of the liquid, 
Speed, v = 35 mm/s = 0.035 m/s
Now,
Suppose the drag force that exist between each wall and plate is F and F' respectively:
Net Drag Force = F' + F''

where
= shear stress
A = Cross - sectional Area
Therefore,
Net Drag Force, F = 

Also
F = 
where
= dynamic coefficient of viscosity
Pressure, P = 
Therefore,


Answer:
The smaller gear will rotate faster.
Explanation:
If a larger gear is driven by a smaller gear, the large gear will rotate slower than the smaller gear but will have a greater moment. For example, a low gear on a bike or car. If a smaller gear is driven by a larger gear, the smaller gear will rotate quicker than the larger gear but will have a smaller moment.
I hope this helps! :)
Answer:
Explanation:
var generator = new Random(1);
// Now the nextGaussian() function returns a normal distribution of random numbers with the following parameters: a mean of zero and a standard deviation of one
var draw = function() {
var num = generator.nextGaussian();
var standardDeviation = 60;
var mean = 2003;
// Multiply by the standard deviation and add the mean.
var x = standardDeviation * num + mean;
noStroke();
fill(214, 159, 214, 10);
ellipse(x, 200, 16, 16); };
Hope this will be helpful
I need help my self lol XD