Answer:
It's proportional.
Step-by-step explanation:
Proportional means a straight line, like a parallel line.
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:
Answer: x = -4 ; Angle = 60°
Concept:
The given figure is a triangle with 3 arc signs on each angle. This <u>arc sign </u>stands for the corresponding angles are congruent, which in this question, it shows that all three angles are congruent. Sometimes, if the figure has multiple angles and there are different groupings of congruent angles, then we use different numbers of arcs or symbols.
Solve:
<u>Given information</u>
An angle = 3x + 72
Total measure of angles = 180 (triangle angle sum theorem)
Total number of congruent angles = 3
<u>Given expression</u>
Total measure = Total number of congruent angles × An angle measure
<u>Substitute values into the expression</u>
180 = 3 (3x + 72)
<u>Divide 3 on both sides</u>
180 / 3 = 3 (3x + 72) / 3
60 = 3x + 72
<u>Subtract 72 on both sides</u>
60 - 72 = 3x + 72 - 72
-12 = 3x
<u>Divide 3 on both sides</u>
-12 / 3 = 3x / 3

<u />
<u>Find the angle measure</u>
3x + 72 = 3 (-4) + 72 = 
Hope this helps!! :)
Please let me know if you have any questions