Question: Rosana building a chicken coop at the bottom of your residencia used 4 gallons for the transport of the material. One of gallons was fragile and not make it. What gallon not stand it? (a) the water
(b) the mass of c the brita
(d) the sand Answer: B) the mass of c the brita
Answer: 19.2 inches
Step-by-step explanation:
Make a proportion:
4/25 = x/120
cross multiply
480 = 25x
Divide both sides by 25
X= 19.2
hey, I'm not sure about this answer, but I think it's true, sorry
m(2g+5mk)
Answer:
The distance between the base of the tree and the flower is 9m
Step-by-step explanation:
Here, we have to paint a picture.
The flower is on the ground, the height of the tree is 12m.
The distance from the nest to the flower on the floor is 15m
Indisputably, what we have is a right angled triangle, with the height being 12m, the length of the hypotenuse being 15 and we are asked to calculate the adjacent which represents the distance from the base of the tree to the flower
To get this distance, we simply apply the Pythagoras’ theorem which states that the square of the hypotenuse(longest side of the triangle) is equal to the sum of the squares of the other two sides.
Thus mathematically, we know that our hypotenuse is 15m and the height is 12m
The length we are to calculate is the adjacent and it is equal to;
15^2 - 12^2
= 225 - 144
= 81
The length is thus
√(81) = 9m
Please check attachment for a diagrammatic picture of the triangle
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: