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
<span>2 Li(s) + O2(g) = 2 LiO is the balanced equation</span>
Answer:
-3a-4b+5
Step-by-step explanation:
(3a-6b+12)-(6a-2b+7)
3a-6b+12-6a+2b-7
3a-6a-6b+2b+12-7
-3a-4b+5
Find the GCF (Greatest Common Factor)
GCF = 3
Factor out the GCF ( Write the GCF first. Then, in parentheses, divide each term by the GCF)
3(3x^2/3 + -12x/3 - 15/3)
Simplify each term in parentheses
3(x^2 - 4x - 5)
Factor x^2 - 4x - 5
<u>3(x - 5)(x + 1)</u>