Y = a (b)^t/p
y is total money
a is original amount
b is growth / decay factor
t is time
p is the frequency of every growth or decay
15131.76 = 11613 x 1.08^x
15131.76 / 11613 = 1.08^x
1.303… = 1.08^x
log1.303…. = xlog1.08
x = 3.43902165741 years
Answer:

Explanation:
Availability:
It define as the probability of system which perform desired task before showing any failure .
The availability can be define as follows

Or we can say that

Availability can also be express as

Where MTBF is the mean time between two failure.
MTTR is the mean time to repair.
Answer:
It has poor tensile strength despite having high compressive strength
Explanation:
Concrete exhibits high compressive strength when used. However, it has very low compressive strength. This is the reason why concrete is normally combined with steel to make a composite building material called reinforced concrete. The steel reinforces concrete hence increasing the tensile strength in RC buildings. The end composite is durable and fireproof. Generally, the main reason why concrete is not use on its own is due to its poor tensile strength.
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.