Answer:
2.56p
Step-by-step explanation
Because the variable is the same for every input, and are all addition, you can just all them all together. You must remember p = 1p
Hope this helps!
-The Business Man
What you must do for this case is to rewrite the expression in a simplified way.
We have then:
3/a-9b
We take common factor 3:
(3)*(1/a-3b)
Answer:
The simplified form of the expression is:
(3)*(1/a-3b)
Answer:
9800000
Step-by-step explanation:
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:
Step-by-step explanation:
x is at (0, 4)