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
Answer:
C
Step-by-step explanation
This has a factor of 6% or 0.06. But, you are adding and not subtracting so it is 1.06. ( If you multiply by a number less than 1 then it is actually dividing) So C is the only on that is correct.
Answer:
y = -1x + 3 or f(x) = -1x + 3
Step-by-step explanation:
Rise/run = 3/-3 =<em> <u>-1</u></em>
Crosses the y-axis at <em><u>3</u></em>
y = <em><u>-1</u></em>x + <em><u>3</u></em> or f(x) = <em><u>-1</u></em>x + <em><u>3</u></em>
Answer:
Y = -3x - 1
Step-by-step explanation:
Y= mx + b
M is the slope
Y is the y intercept