Answer:
The part of the system that is considered the resistance force is;
B
Explanation:
The simple machine is a system of pulley that has two pulleys
The effort, which is the input force at A gives the value of the tension at C and D which are used to lift the load B
Therefore, we have;
A = C = D
B = C + D = C + C = 2·C
∴ C = B/2
We have;
C = B/2 = A
Therefore, with the pulley only a force, A equivalent to half the weight, B, of the load is required to lift the load, B
The resistance force is the constant force in the system that that requires an input force to overcome in order for work to be done
It is the force acting to oppose the sum of the other forces system, such as a force acting in opposition to an input force
Therefore, the resistance force is the load force, B, for which the input force, A, is required in order for the load to be lifted.
Answer:

Explanation:
Let assume that heating and boiling process occurs under an athmospheric pressure of 101.325 kPa. The heat needed to boil water is:
![Q_{water} = (1.4\,L)\cdot(\frac{1\,m^{3}}{1000\,L} )\cdot (1000\,\frac{kg}{m^{3}} )\cdot [(4.187\,\frac{kJ}{kg\cdot ^{\textdegree}C} )\cdot (100^{\textdegree}C-25^{\textdegree}C)+2257\,\frac{kJ}{kg}]](https://tex.z-dn.net/?f=Q_%7Bwater%7D%20%3D%20%281.4%5C%2CL%29%5Ccdot%28%5Cfrac%7B1%5C%2Cm%5E%7B3%7D%7D%7B1000%5C%2CL%7D%20%29%5Ccdot%20%281000%5C%2C%5Cfrac%7Bkg%7D%7Bm%5E%7B3%7D%7D%20%29%5Ccdot%20%5B%284.187%5C%2C%5Cfrac%7BkJ%7D%7Bkg%5Ccdot%20%5E%7B%5Ctextdegree%7DC%7D%20%29%5Ccdot%20%28100%5E%7B%5Ctextdegree%7DC-25%5E%7B%5Ctextdegree%7DC%29%2B2257%5C%2C%5Cfrac%7BkJ%7D%7Bkg%7D%5D)

The heat liberated by the LP gas is:


A kilogram of LP gas has a minimum combustion power of
. Then, the required mass is:


Answer:
a) v = +/- 0.323 m/s
b) x = -0.080134 m
c) v = +/- 1.004 m/s
Explanation:
Given:
a = - (0.1 + sin(x/b))
b = 0.8
v = 1 m/s @ x = 0
Find:
(a) the velocity of the particle when x = -1 m
(b) the position where the velocity is maximum
(c) the maximum velocity.
Solution:
- We will compute the velocity by integrating a by dt.
a = v*dv / dx = - (0.1 + sin(x/0.8))
- Separate variables:
v*dv = - (0.1 + sin(x/0.8)) . dx
-Integrate from v = 1 m/s @ x = 0:
0.5(v^2) = - (0.1x - 0.8cos(x/0.8)) - 0.8 + 0.5
0.5v^2 = 0.8cos(x/0.8) - 0.1x - 0.3
- Evaluate @ x = -1
0.5v^2 = 0.8 cos(-1/0.8) + 0.1 -0.3
v = sqrt (0.104516)
v = +/- 0.323 m/s
- v = v_max when a = 0:
-0.1 = sin(x/0.8)
x = -0.8*0.1002
x = -0.080134 m
- Hence,
v^2 = 1.6 cos(-0.080134/0.8) -0.6 -0.2*-0.080134
v = sqrt (0.504)
v = +/- 1.004 m/s
The C++ code that would draw all the iterations in the selection sort process on the array is given below:
<h3>C++ Code</h3>
#include <stdio.h>
#include <stdlib.h>
int main() {
int i, temp1, temp2;
int string2[16] = { 0, 4, 2, 5, 1, 5, 6, 2, 6, 89, 21, 32, 31, 5, 32, 12 };
_Bool check = 1;
while (check) {
temp1 = string2[i];
temp2 = string2[i + 1];
if (temp1 < temp2) {
string2[i + 1] = temp1;
string2[i] = temp2;
i = 0;
} else {
i++;
if (i = 15) {
check = !check;
}
}
}
return 0;
}
Read more about C++ programming here:
brainly.com/question/20339175
#SPJ1
<u>Answer</u>:
Say no!
Explanation:
<u>Remember</u>, this scenario is an ethical dilemma. Been ethical implies doing what's professionally right, and as such saying no to that request is the right need to do. In the workplace a company's policies should be obeyed always by individual employees even though some may resent it.