Amount of decreased water = 3/10
Then, it would be 3/10 * 100 = 30%
So, your answer is 30%
Answer:
25º celsius
Step-by-step explanation:
The formula for converting fahrenheit to celsius is: Deduct 32, then multiply by 5, then divide by 9
77 - 32 = 45 x 5 = 225/9 = 25º
Answer:
f(N) = 2+ N/2 + 6N² units of time.
Step-by-step explanation:
Assigning 0 to the variable sum takes one unit of time.
Each time you increment sum by B, you need to call the value of sum, sum it to B and assign it to sum, which takes three units of time in total. You are repeating this process for each value of B which ranges from 1 to 4n and for each value of A which ranges from 1 to n/2. Opening the FOR takes also another unit of time, so, as a result, we have
f(N) 1 + 1 (open the FOR in A)+ N/2*(1 (open the FOR in B) + 4N*3) = 2+ N/2 + 6N² units of time. It has order complexity O(N²).
Answer:
Step-by-step explanation:
Since MNP is equilateral, so <PNM=60, and since OP//NM, and <PON is 90, so <MNO=90=<PNM+PNO,so 90=60+<PNO,so <PNO=30
Answer:

Step-by-step explanation:

➡️ 
➡️ 
➡️ 