1<
2<
3Honolulu; Washington, D.C.; Nome; Base Esperanza
Y=ax+b
3=-8(0)+b
3=0+b
3=b
Y=-8x+3
(I think this is right, but u might want to double check)
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:
The width of the rectangular lid is 15 cm.
Step-by-step explanation:1. Let's review the information given to us to answer the question correctly:
Length of the ribbon used by Jun = 56 cmLength of the rectangular lid = 13 cm
2. What is the width of the lid? The ribbon used by Jun is equivalent to the perimeter of the rectangular lid, therefore:Perimeter = 2 * Length + 2 * WidthReplacing with the values we have:56 = 2 * 13 + 2 * Width56 = 26 + 2Width2Width = 56 - 262Width = 30Width = 30/2Width = 15
Answer:
0.51
Step-by-step explanation:
Mathematically, for two individual events;
P(AnB) = P(A) * P(B)
P(A n B) = 0.6 * 0.85 = 0.51