Answer:
answer d
Step-by-step explanation:
1,196 ft³
put 50point pls
Answer:
10 pages
Step-by-step explanation:
386/42=9.1 pages
but you can not have .1 of a page so you add another page.
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
I think it should be B because the depth of the water should be decreasing slowing at the same rate.
3y = -9x + 12
y = -3x + 4
Is this what you are looking for?