Answer:
293 kg
Explanation:
Let's say the tension in each cable is Tb, Tc, and Td.
First, find the length of cable AD:
r = √(2² + 2² + 1²)
r = 3
Using similar triangles:
Tdx = 2/3 Td
Tdy = 2/3 Td
Tdz = 1/3 Td
Sum of the forces in the x direction:
∑F = ma
Tb − 2/3 Td = 0
Td = 3/2 Tb
Sum of the forces in the y direction:
∑F = ma
2/3 Td − Tc = 0
Td = 3/2 Tc
Sum of the forces in the z direction:
∑F = ma
1/3 Td − mg = 0
Td = 3mg
From the first two equations, we know Td is greater than Tb or Tc. So we need to set Td to 8.6 kN, or 8600 N.
8600 N = 3mg
m = 8600 N / (3 × 9.8 m/s²)
m ≈ 292.5 kg
Rounded to three significant figures, the maximum mass of the crate is 293 kg.
Answer:
radius = 0.045 m
Explanation:
Given data:
density of oil = 780 kg/m^3
velocity = 20 m/s
height = 25 m
Total energy is = 57.5 kW
we have now
E = kinetic energy+ potential energy + flow work
solving for flow rate
solving for d
d = 0.090 m
so radius = 0.045 m
Below is the program to separate odd and even numbers
<u>Explanation</u>:
<u>L1:</u>
mov ah,00
mov al,[BX]
mov dl,al
div dh
cmp ah,00
je EVEN1
mov [DI],dl
add OddAdd,dl
INC DI
INC BX
Loop L1
jmp CAL
<u>EVEN1:</u>
mov [SI],dl
add Even Add,dl
INC SI
INC BX
Loop L1
<u>CAL: </u>
mov ax,0000
mov bx,0000
mov al,OddAdd
mov bl,EvenAdd
MOV ax,4C00h
int 21h
end
The above program separates odd and even numbers from the array using 8086 microprocessor. It has odd numbers in 2000h and even numbers in 3000h.
Answer:
The amount of phase shift between input and output signal is important when measuring a common emitter amplifier circuit.
Explanation:
the amount of phase shift between input and output signal is important when measuring a common emitter amplifier circuit
In signal processing, phase distortion is change in the shape of the waveform, that occurs when the phase shift introduced by a circuit is not directly proportional to frequency.
In a common emitter amplifier circuit there is an 180-degree phase shift between the input and output waveforms.