Answer:
14
Step-by-step explanation:
Triangle=180
180-90 (RA) = 90
90-41= 39
(2x+11)=39
2x=28
x=14
Answer:
can't see anything in this photo because this photo is not clear
Answer:
Step-by-step explanation:
Count pairs (a, b) whose sum of squares is N (a^2 + b^2 = N)
Given a number N, the task is to count all ‘a’ and ‘b’ that satisfy the condition a^2 + b^2 = N.
Note:- (a, b) and (b, a) are to be considered as two different pairs and (a, a) is also valid and to be considered only one time.
Examples:
Input: N = 10
Output: 2
1^2 + 3^2 = 9
3^2 + 1^2 = 9
Input: N = 8
Output: 1
2^2 + 2^2 = 8
To split this trinomial into two binomials, let's try and find two numbers which add to 6 and multiply to 8. To do this, we can list all the factors of 8 and then choose which factors also add to 6.
Factors of 8: (1, 8), (2, 4)
1 + 8 = 9, meaning that 1 and 8 are not the factors we are looking for. However, 2 and 4 do add to 6. By combining these numbers which an x (so that we can produce the
term at the front of the trinomial), we find the binomials:
and 
The answer is x + 2 and x + 4.
-19m-19 = 4m-4m+19
-19m-19 = 0+19
-19m = 19+19
-19m = 38
m = 38÷(-19)
m = -2