Answer: $0.65
Explanation: First find how much Jose paid for each bag
$375 / 750
So $0.50 per bag
Now add $0.15 to that
$0.50 + $0.15
That added together is
$0.65
Answer:
22 people
Step-by-step explanation:
49 - 5 = 44 cupcakes
44 ÷ 2 = 22 people
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:
Both are similar by SAS similarity.
This SAS similarity is equivalent to the congruence.
Step-by-step explanation:
Step 1:
To prove that ACB and HIG as similar triangles.
We have to look upon the corresponding sides.
SAS= Side angle sides , there the angle must be in between two sides.
ACB =
HIG
Lets work on the corresponding sides.
IG/AC = IH/AC
= 
Reducing each to lowest form, we divide numerator and denominator by 3 for the 1st fraction and by 4 for the 2nd fraction.
We have
= 
Both sides are equal.
So its proved that both are similar with SAS similarity theorem.
i think that it is the third one