Answer:
P > 142.5 N (→)
the motion sliding
Explanation:
Given
W = 959 N
μs = 0.3
If we apply
∑ Fy = 0 (+↑)
Ay + By = W
If Ay = By
2*By = W
By = W / 2
By = 950 N / 2
By = 475 N (↑)
Then we can get F (the force of friction) as follows
F = μs*N = μs*By
F = 0.3*475 N
F = 142.5 N (←)
we can apply
P - F > 0
P > 142.5 N (→)
the motion sliding
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer:
Engineering careers. If you want to stay in engineering, your job opportunities are very much linked to your degree type, and you probably know what many of them are already. ...
Consulting. ...
Technical writing. ...
Business. ...
Investment banking. ...
Law. ...
Manufacturing and production. ...
Logistics and supply chain.
Explanation:
Answer:
The current through the coil is 2.05 A
Explanation:
Given;
number of turns of the coil, N = 1
radius of the coil, r = 9.8 cm = 0.098 m
magnetic moment of the coil, P = 6.2 x 10⁻² A m²
The magnetic moment is given by;
P = IA
Where;
I is the current through the coil
A is area of the coil = πr² = π(0.098)² = 0.03018 m²
The current through the coil is given by;
I = P / A
I = (6.2 x 10⁻² ) / (0.03018)
I = 2.05 A
Therefore, the current through the coil is 2.05 A
Answer:
the heat transfer from the pipe will decrease when the insulation is taken off for r₂< 
where;
r₂ = outer radius
= critical radius
Explanation:
Note that the critical radius of insulation depends on the thermal conductivity of the insulation k and the external convection heat transfer coefficient h .

The rate of heat transfer from the cylinder increases with the addition of insulation for outer radius less than critical radius (r₂<
) 0, and reaches a maximum when r₂ =
, and starts to decrease for r₂<
. Thus, insulating the pipe may actually increase the rate of heat transfer from the pipe instead of decreasing it when r₂<
.