Answer:
A
Explanation:
i just answered it on my test
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:
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:
52, 50, 54, 54, 56
Explanation:
The "stem" in this scenario is the tens digit of the number. Each "leaf" is the ones digit of a distinct number with the given tens digit.
5 | 20446 represents the numbers 52, 50, 54, 54, 56