Answer:
Tech A is correct
Explanation:
Tech A is right as its V- angle is identified by splitting the No by 720 °. Of the piston at the edge of the piston.
Tech B is incorrect, as the V-Angle will be 720/10 = 72 for the V-10 motor, and he says 60 °.
Answer:
- the capacity of the pump reduces by 35%.
- the head gets reduced by 57%.
the power consumption by the pump is reduced by 72%
Explanation:
the pump capacity is related to the speed as speed is reduces by 35%
so new speed is (100 - 35) = 65% of orginal speed
speed Q ∝ N ⇒ Q1/Q2 = N1/N2
Q2 = (N2/N1)Q1
Q2 = (65/100)Q1
which means that the capacity of the pump is also reduces by 35%.
the head in a pump is related by
H ∝ N² ⇒ H1/H2 = N1²/N2²
H2 = (N2N1)²H1
H2 = (65/100)²H1 = 0.4225H1
so the head gets reduced by 1 - 0.4225 = 0.5775 which is 57%.
Now The power requirement of a pump is related as
P ∝ N³ ⇒ P1/P2 = N1³/N2³
P2 = (N2/N1)³P1
H2 = (65/100)²P1 = 0.274P1
So the reduction in power is 1 - 0.274 = 0.725 which is 72%
Therefore for a reduction of 35% of speed there is a reduction of 72% of the power consumption by the pump.
Answer:
maximum isolator stiffness k =1764 kN-m
Explanation:
mean speed of rotation 


=65.44 rad/sec


= 0.1*(65.44)^2
F_T =428.36 N
Transmission ratio 
also
transmission ratio ![= \frac{1}{[\frac{w}{w_n}]^{2} -1}](https://tex.z-dn.net/?f=%3D%20%5Cfrac%7B1%7D%7B%5B%5Cfrac%7Bw%7D%7Bw_n%7D%5D%5E%7B2%7D%20-1%7D)
![0.7 =\frac{1}{[\frac{65.44}{w_n}]^2 -1}](https://tex.z-dn.net/?f=0.7%20%3D%5Cfrac%7B1%7D%7B%5B%5Cfrac%7B65.44%7D%7Bw_n%7D%5D%5E2%20-1%7D)
SOLVING FOR Wn
Wn = 42 rad/sec

k = m*W^2_n
k = 1000*42^2 = 1764 kN-m
k =1764 kN-m
Answer:
See explaination
Explanation:
Code;
import java.util.Scanner;
public class NumberPattern {
public static int x, count;
public static void printNumPattern(int num1, int num2) {
if (num1 > 0 && x == 0) {
System.out.print(num1 + " ");
count++;
printNumPattern(num1 - num2, num2);
} else {
x = 1;
if (count >= 0) {
System.out.print(num1 + " ");
count--;
if (count < 0) {
System.exit(0);
}
printNumPattern(num1 + num2, num2);
}
}
}
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int num1;
int num2;
num1 = scnr.nextInt();
num2 = scnr.nextInt();
printNumPattern(num1, num2);
}
}
See attachment for sample output
La altura es de 169.4 metros.
Dado que las dos torres que sostienen un puente colgante tienen una separación de 240m y una altura de 110m a partir de la carretera, si el cable tensor más corto mide 10m, para determinar cuál es altura de un cable que se encuentra a 100m de distancia del centro se debe realizar los siguientes cálculos, aplicando la ecuación parabólica:
- (240)² = 4P x (110-10)
- 57600 = 4P x 100
- 57600 = 400P
- 57600/400 = P
- 144 = P
- 200 x 200 = 4 x 144 x (Altura - 100)
- 40000 = 576Altura - 57600
- 40000 + 57600 / 576 = Altura
-
169.4 metros = Altura
Por lo tanto, la altura es de 169.4 metros.
Aprende más en brainly.com/question/20333463