We know, sum of all the angles in a triangle is equal to 180 degree
So, 90 + 2x + 3x = 180
5x = 180-90
x = 90/5
x = 18
∠ANB = 2x = 2(18) = 36
∠BNC = 3x = 3(18) = 54
Hope this helps!
Multiply both sides by 10...
So u = 50/11 = 4.5454... = 4.55
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
Answer:
10
Step-by-step explanation:
find out f(2)
f(2)= (3×2×2) - 4= 8
then g(8) = 16 - 6= 10