Answer:
yes i have 2 huge bins of it
Explanation:
Answer:
Mechanical Advantage Formula
The efficiency of a machine is equal to the ratio of its output to its input. It is also equal to the ratio of the actual and theoretical MAs. But, it does not mean that low-efficiency machines are of limited use. An automobile jack, for example, have to overcome a great deal of friction and therefore it has low efficiency. But still, it is extremely valuable because small effort can be applied to lift a great weight.
Also, in another way the mechanical advantage is the force generated by a machine to the force applied to it which is applied in assessing the performance of the machine.
The mechanical advantage formula is:
MA = FBFA
Explanation:
MAmechanical advantageFBthe force of the object
FAthe effort to overcome the force
Answer:
189.15cy
Explanation:
To understand this problem we need to understand as well the form.
It is clear that there is four wall, two short and two long.
The two long are 
The two long are 
The two shors are 
The height and the thickness are 14ft and 0.83ft respectively.
So we only calculate the Quantity of concrete,
![Q_c = [(2*122.08)+(2*86-375)]*14*0.833\\Q_c=4864.02ft^3](https://tex.z-dn.net/?f=Q_c%20%3D%20%5B%282%2A122.08%29%2B%282%2A86-375%29%5D%2A14%2A0.833%5C%5CQ_c%3D4864.02ft%5E3)
That in cubic yards is equal to 
Hence, we need order 5% plus that represent with the quantity

Answer:
used for ordinary combustibles, such as wood, paper, some plastics, and textiles. This class of fire requires the heat-absorbing effects of water or the coating effects of certain dry chemicals.
Explanation:
Answer:
For SGID you type this
$ find . -perm /4000
For SUID you type this
$ find . -perm /2000
Explanation:
Auxiliary file permissions, that are commonly referred to as “special permissions” in Linux are needed in order to easily find files which have SUID (Setuid) and SGID (Setgid) set.
After typing
$ find directory -perm /permissions
Then type the commands in the attachment below to obtain a list of these files with SGID and SUID.