for the volume do the equation length×width×height. so 10×4×2.75
Answer:
The volume of a rectangular pyramid is 12 the volume of a rectangular prism. The volume of the rectangular pyramid is 85.5 m3.
Step-by-step explanation:
<span>3(7 + 4)2 − 14 ÷ 7
First do the parenthesis
7 + 4 = 11
so the question looks like: 3(11)2 - 14/7
Then multiply 3, 11, and 2 together
3 x 11 x 2 = 66
66 - 14/7
14/7 equals to 2
66 - 2
Then just simplify
66 - 2 = 64
64 is your answer
hope this helps</span>
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: