So you start at 0 then (1,3) , (2,12) and the other side would be (-1,3) , (-2,12)
Answer:
Step-by-step explanation:
5/8 +1/n = 7/8
1/n= -5/8 +7/8
1/n = 2/8
1/n= 1/2
then you would try to get n by itself
by dividing n/1 to 1/n and 1/2
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
First, put the equation of the line giveninto slope-intercept form by solving fory. You get y = 2x +5, so the slope is –2.Perpendicular lines have opposite-reciprocal slopes, so the slope of theline we want to find is 1/2. answer y=-1/2