Answer:
Part 1) The surface that is shared by the two solids is the top of the cube that is the same that the square base of the pyramid
Part 2) The dimensions of this surface are 6 in x 6 in
Part 3) Molly needs to paint 228 square inches
Step-by-step explanation:
The picture of the question in the attached figure
Part 1) Which surface is shared by the two solids?
we know that
The surface that is shared by the two solids is the top of the cube that is the same that the square base of the pyramid
Part 2) What are the dimensions of this surface?
The surface is a square with side length 6 inches
so
The dimensions of this surface are 6 in x 6 in
Part 3) what is the area molly needs to paint?
we know that
The area that Molly needs to paint is equal to the surface area of the cube plus the surface area of the pyramid minus two times the area of the surface that is shared by the two solids
so


therefore
Molly needs to paint 228 square inches
Answer:
If you consider what the slope looks like for a vertical line, it is an infinite slope. What that means is that you cannot have a y-value in your equation:
x = 3
This x-value would be a vertical line that passes through all y-values for x = 3. So you can replace them in (3, y) with any value, and it will be included in the linear equation x = 3.
The last one (0,0) the middle of the graph is always (0,0)
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