Answer:
I’m sorry I don’t know the answer
Step-by-step explanation:
Answer:
D
Step-by-step explanation:
(6, 24) this ordered pair has an x-value of 6 and a y-value of 24
The only equation, if you substitute those values into it, which works is D.
24 = 4(6)
24 = 24
$8.75 is the answer.
You divide 26.25 by 3.
First your going to use commutative property to reorder the terms , so it would be
5x^4-x-35x^3+7 , then your going to factor out x & -7 from the equation once you factor that out you should have x(5x^3-1)-7(5x^3-1) after you got that your going to factor out 5x^3-2 and get the answer (x-7)(5x^3-1) which is your final answer.
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