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
2x - 3(x-1) = -1
2x -3x + 3 = -1
-1x + 3 = -1
-1x = -4
x = 4
y = 4 - 1
y = 3
The formula for the volume of a cone is V =

So the answer is 102.63
Answer:
Vertex form
Step-by-step explanation:
You convert to vertex form a(x - b)^2 + c . The coordinates of the maxm/minm will be (b, c).
For example find minimum value of x^2 + 5x - 6:-
x^2 + 5x - 6
= (x + 2.5)^2 - 6.25 - 6
= (x + 2.5)^2 - 12.25
The coordinates of minimumm will be (-2.5, -12.25) The values of the minimum of the function is -12.25