Answer:
24.24
Step-by-step explanation:
brainlist plzzzzzzzzzzz
First, we should figure out the area of the entire face of the clock because we need that information to solve the problem. The formula for the area of a circle is A=pi*r^2. Since we know that r (radius) is equal to 11.25 feet, we can plug this in for r and solve for A: A=pi*11.25^2 which equals A=397.61 ft^2 rounded to the nearest hundredth.
Now, to find the area the hand sweeps over in 5 minutes, we should determine how much of the clock the hand sweeps over in 5 minutes. Think about it like this: since 5 minutes goes into 60 minutes 12 times (60/5=12), then 5 minutes is one twelfth of the clock's face. Therefore, we are going to divide the total area by 12 (397.61/12) to get 33.13 ft^2, so the answer is C.
I hope this helps.
Answer:
Lourdes has more brownies.
Step-by-step explanation:
First, you have to find a common denominator. Whatever you do to the bottom of the fraction you do to the top. 5/6 and 4/5 has a common denominator of 30. Multiply both digits in 5/6 by 5. Then multiply both digits in 4/5 by 6. Then you can compare the fractions. With the common denominators, Lourdes should have 25/30 brownies and Zachary has 24/30. Compare.
24/30 < 25/30. So Lourdes has the most brownies!
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if
return 
else

if
>
return 
else return 