Jo divided the rectangle into 4 parts if each part is 1/4 of the whole rectangle. 4 is the denominator which is the number of parts that has been divided.
Answer:
bet but need barinlyist
Step-by-step explanation:
Answer:
80
Step-by-step explanation:
Let's write out the equation:
8(20+80/2)/[(54/9+14)/4]
For the first part we get 8(100/2)
Then 50x8
Then 400
For the second part we have (6+14)/4 as we divide 54 by 9. PEMDAS
Then 20/4
Then 5
So our final answer is 400/5 which is 80.
Hope this helps!
Answer: B
Step-by-step explanation:
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 