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
A rectangle is a parallelogram, so its opposite sides are equal. The diagonals of a rectangle are equal and bisect each other.
The answer to "Round 10.054 To 2 decimal places" is 10.05
Answer:
1
Step-by-step explanation:
Set the height of the bar to 1 because there is only 1 number between 40-49 i.e. 49
Answer:
y = 3x-6
Step-by-step explanation:
y = 3x−5
This is in slope intercept form
y = mx+b where m is the slope and b is the y intercept
m =3
Parallel lines have the same slope
We have the slope m=3 and a point (2,0)
y = mx+b
y = 3x+b
Substituting the point into the equation to solve for b
0 = 3(2)+b
0 = 6+b
b = -6
y = 3x-6