The triangle <span>pyramid</span> is made up of 4 triangles.
------------------------------------
Formula:
------------------------------------
Area of triangle = 1/2 x base x height
------------------------------------
Area of the bottom triangle:
------------------------------------
Area = 1/2 x 9 x 7.8
Area = 35.1 yd²
------------------------------------
Area of the 3 side triangles:
------------------------------------
Area = 3 [ 1/2 x 9 x 10 ]
Area = 135 yd²
------------------------------------
Total Area:
------------------------------------
Total Area = 135 + 35.1
Total Area = 170.1 yd²
------------------------------------------------------------------------
Answer: Surface Area = 170.1 yd².
------------------------------------------------------------------------
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 
X° + 123° + 90° = 360° (angles at a point)
x° = 360° - 90° -123°
x° = 147°
The answer of x is 147°
Hope I can help you :)